InvoiceLog - en
This object describes a user's attempt to pay an invoice.
{
"id": 2387,
"type": "invoice",
"state": true,
"amount": 1.00,
"currency": "usd",
"status": InvoiceLogStatus,
"createdAt": "2020-01-06 18:09:00"
}
Model Description:
Name | Description |
---|---|
id | ID |
type | Payment type
|
state | Status (Succeeded / Failed) |
amount | Sum |
currency | Currency in lower case |
status | Object of type InvoiceLogStatus |
createdAt | Date of creation |