B_API_SaleTransaction
Implements: B_API_TransactionInterface
Sale transaction
Fields:
Field | Type | Description | Deprecation reason |
---|---|---|---|
code | String | Shorter and unique transaction identifier | |
type | B_TransactionType | Transaction type | |
status | B_TransactionStatus | Transaction status | |
direction | B_DirectionEnum | Transaction direction | |
money | B_Money | Transaction amount | |
revertingTransaction | B_API_TransactionInterface | Transaction which is reverting current transaction. | |
revertedTransaction | B_API_TransactionInterface | Transaction which is being reverted by current transaction. | |
createdAt | B_DateTime | Transaction creation date and time | |
orderNumber | String | Associated order number | |
orderId | B_Uuid | Associated order ID | |
auctionId | B_Uuid | Associated auction ID | |
presale | Boolean | ||
referenceName | String | Reference name | |
keyId | B_Uuid | Sold key id | |
fullPaidPriceForOrderItem | B_Money | Full price paid by user for order items | |
buyerCountryCode | String | Two-letter country code |