Invoices
Retrieve all invoices
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| Subject | String | ||
| State | String |
The allowed values are outstanding, late, paid, refunded, archived. | |
| Number | String | ||
| Blocked | Boolean | ||
| City | String | ||
| ContactFullName | String | ||
| ContactId | Integer | ||
| CreatedAt | Datetime | ||
| Currency | String | ||
| SubtotalCents | String | ||
| TotalCents | Integer | ||
| DiscountCents | String | ||
| IssueDate | Date | ||
| DueDate | Date | ||
| Items | String | ||
| Notes | String | ||
| PaymentDetails | String | ||
| Payments | String | ||
| String | |||
| Permalink | String | ||
| PoNumber | String | ||
| PostalCode | String | ||
| Processor | String | ||
| ProcessorFeeCents | String | ||
| ProcessorId | String | ||
| SecureId | String | ||
| StreetLine1 | String | ||
| StreetLine2 | String | ||
| Region | String | ||
| Country | String | ||
| TagList | String | ||
| TaxId | String | ||
| Taxes | String | ||
| Url | String |