Invoices
Available for user tokens and project keys
Invoices
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
[
{
_id: ObjectId,
project: ObjectId,
status: String,
date: Unix timestamp,
orderid: String,
total: Number,
items: [
{
type: String,
product: ObjectId,
name: String,
price: Number
}
],
user: ObjectId, //Nullable
token: String //Nullable
}
]Last updated