-
Notifications
You must be signed in to change notification settings - Fork 2
WSAllocationTransactionDTO
Leandro Rowies edited this page Sep 23, 2022
·
6 revisions
This structure represents the a transaction that has been paid, credited, refunded, etc.
WSAllocationTransactionDTO members
Name | Type | Description |
---|---|---|
TransactionID | Int32 | The unique transaction identifier |
TransactionType | String | The transaction type in short version (SI, SN, PC, PI, etc.) |
InternalNumber | String | Transaction internal number. Unique per transaction type. |
ExternalReference | String | External reference: this can be the transaction reference in a different filing system or a way to track back the provenance of the transaction. |
AllocationEntries | WSAllocationEntryDTO[] | Collection of allocation details covering the allocations that have been linked to the transaction. If an invoice has received 3 payments, then there will be 3 entries in this collection for the current invoice. |
AccountID | Int32 (nullable) | The Customer/Supplier internal id associated with this transaction |
AccountCode | String | The Customer/Supplier Code |