SalesDataTransactionInterface
May 18, 2017 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| transactionId | int | Transaction ID. | |
| parentId | int | The parent ID for the transaction. Otherwise, null. | [optional] |
| orderId | int | Order ID. | |
| paymentId | int | Payment ID. | |
| txnId | string | Transaction business ID. | |
| parentTxnId | string | Parent transaction business ID. | |
| txnType | string | Transaction type. | |
| isClosed | int | Is-closed flag value. | |
| additionalInformation | string[] | Array of additional information. Otherwise, null. | [optional] |
| createdAt | string | Created-at timestamp. | |
| childTransactions | \SpringImport\Swagger\Magento2\Client\Model\SalesDataTransactionInterface[] | Array of child transactions. | |
| extensionAttributes | \SpringImport\Swagger\Magento2\Client\Model\SalesDataTransactionExtensionInterface | [optional] |