-
Notifications
You must be signed in to change notification settings - Fork 2
Transaction
PatrickLane edited this page Nov 11, 2014
·
2 revisions
Transaction are the representation of movements between General Ledger accounts.
Transaction members
Name | Type | Description | Constraints |
---|---|---|---|
Lines | TransactionLine[] | Get an array of transaction line that make the transaction. | |
ControlLine | TransactionLine | For a customer or supplier transaction, returns the control line. | |
IsOutstanding | Boolean | Get a flag indicating whether the transaction is outstanding or not. | |
OutstandingAmount | Decimal | For customer and supplier allocatable transaction, return the non allocated amount of the transaction. | |
TransactionID | Int32 | Get the unique transaction identifier. | |
TransactionKind | Kind | Get the transaction kind: |
|
TransactionType | TransactionType | Get the transaction kind: |
|