CustomerTransactions
Retrieves a list of customer transaction objects based on a given criteria.
Columns
| Name | Type | References | |
| CustomerId | Integer |
Customers.Id | |
| Id [KEY] | Integer | ||
| TransType | String | ||
| Name | String | ||
| Date | Datetime | ||
| DueDate | Datetime | ||
| Amount | Double | ||
| RefNr | String | ||
| IsVoid | Boolean | ||
| IsClosed | Boolean | ||
| IsPastDue | Boolean |