Invoice - en
This object describes an invoice to a contact using a payment system for a certain unit of goods.
{
"id": 24,
"orderId": "7b9d0719-87e3-4b93-bca5-5ce6752a7737",
"checkoutUrl": "https:\/\/direct.smartsender.com\/invoices\/7b9d0719-87e3-4b93-bca5-5ce6752a7737",
"createdAt": "2019-11-25 19:41:08",
"logs": InvoiceLog[],
"essence": ProductEssence[],
"paymentSystem": PaymentSystem
}
Model Description:
Name | Description | Additionally |
---|---|---|
id | ID |
|
orderId | Order ID in the payment system | Unique |
checkoutUrl | Link for payment to the payment system |
|
logs | Array of objects of type InvoiceLog |
|
essence | Object of type ProductEssence |
|
paymentSystem | Object of type PaymentSystem |
|
createdAt | Date of creation |
|