CustomerInvoices
Retrieves individual customer's invoices.
Columns
| Name | Type | References | |
| CustomerId | String |
Customers.Id | |
| Id [KEY] | Integer | ||
| Status | String | ||
| InvoiceNumber | String | ||
| Amount | Integer | ||
| Currency | String | ||
| FormattedAmount | String | ||
| LinkedTransactionsCount | Integer | ||
| RefundableAmount | Integer | ||
| CreatedOn | Datetime |