PayoutTransactionsAdjustmentOrderTransactions
Retrieves associated order transactions that resulted in a balance transaction.
View-Specific Information
Select
The driver processes all filters client-side within the driver. The following query is the only one processed server side:
SELECT * FROM PayoutTransactionsAdjustmentOrderTransactions
Columns
| Name | Type | References | Description |
| Id [KEY] | Long | The unique identifier of the order transaction. | |
| PayoutTransactionId | Long | The unique identifier of the transaction. | |
| Amount | Decimal | Amount that is adjusted in this order transaction. | |
| OrderId | Long | The order details for the order transaction. Order id. | |
| OrderName | String | The order details for the order transaction. Order name. |