SalesTransaction
SalesTransaction is an auto generated table
Columns
Name | Type | ReadOnly | Description |
AdditionalInformation | String | False |
Array of additional information. Otherwise, null. |
ChildTransactions | String | False |
Array of child transactions. |
CreatedAt | Datetime | False |
Created-at timestamp. |
ExtensionAttributes | String | False |
This is an auto-generated column |
IsClosed | Int | False |
Is-closed flag value. |
OrderId | Int | False |
Order ID. |
ParentId | Int | False |
The parent ID for the transaction. Otherwise, null. |
ParentTxnId | String | False |
Parent transaction business ID. |
PaymentId | Int | False |
Payment ID. |
TransactionId [KEY] | Int | False |
Transaction ID. |
TxnId | String | False |
Transaction business ID. |
TxnType | String | False |
Transaction type. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
Id_p | Int |
The transaction ID. |