|
Astra Unity 2.6.6
Astra Unity Plugin
|
Information about the cart More...
Classes | |
| class | CheckOutType |
| Information about the payment for the transaction More... | |
Public Attributes | |
| ulong | addressID |
| ID of the user's address | |
| List< CheckOutType > | checkOutTypes |
| Information about the the payment types for this transaction | |
| string | currency |
| Type of currency being used | |
| string | currencyBalance |
| Balance of the currency being used: printable value | |
| UInt32 | currencyBalanceAmount |
| Balance of the currency being used: numeric value | |
| string | usedBalance |
| How much of the balance that is being used: printable value | |
| UInt32 | usedBalanceAmount |
| How much of the balance that is being used: numeric value | |
| bool | canUseBalance |
| Whether the balance can be used for this transaction | |
| string | subTotal |
| Subtotal for the transaction: printable value | |
| UInt32 | subTotalAmount |
| Subtotal for the transaction: numeric value | |
| string | discountedTotal |
| Amount discounted as part of this transaction: printable value | |
| UInt32 | discountedTotalAmount |
| Amount discounted as part of this transaction: numeric value | |
| string | tax |
| Amount of tax for this transaction: printable value | |
| UInt32 | taxAmount |
| Amount of tax for this transaction: numeric value | |
| string | grandTotalWithTax |
| Grand total for this transaction: printable value | |
| UInt32 | grandTotalWithTaxAmount |
| Grand total for this transaction: numeric value | |
| string | hash |
| Hash for this transaction | |
Information about the cart