-
Notifications
You must be signed in to change notification settings - Fork 2
WSAccountActivitySummary
devaiq edited this page Jun 1, 2016
·
1 revision
This structure represents a summary of the activity on some customers/suppliers.
WSAccountActivitySummary members
| Name | Type | Description |
|---|---|---|
| AccountID | Int32 | The unique account (customer or supplier) ID |
| AccountCode | String | The customer or supplier code. |
| Ledger | LedgerType | Sales|Purchases. Sales indicates a customer, Purchases a supplier. |
| NumberOfTransactions | int | The number of transactions that have happened (>0). |
| TotalGrossAmount | Decimal | The total gross amount, in the customer/supplier currency, of all the transactions that have happened. |