Shopify SDK for Unity
|
An object representing exchange of money for a product or service. More...
Public Member Functions | |
Transaction (Dictionary< string, object > dataJSON) | |
Accepts deserialized json data. Will further parse passed in data. More... | |
decimal | amount () |
The amount of money that the transaction was for. More... | |
MoneyV2 | amountV2 () |
The amount of money that the transaction was for. More... | |
TransactionKind | kind () |
The kind of the transaction. More... | |
TransactionStatus | status () |
The status of the transaction. More... | |
TransactionStatus? | statusV2 () |
The status of the transaction. More... | |
bool | test () |
Whether the transaction was done in test mode or not. More... | |
object | Clone () |
Additional Inherited Members | |
Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse | |
T | Get< T > (string field, string alias=null) |
Protected Attributes inherited from Shopify.Unity.SDK.AbstractResponse | |
Dictionary< string, object > | Data |
Properties inherited from Shopify.Unity.SDK.AbstractResponse | |
Dictionary< string, object > | DataJSON [get, protected set] |
An object representing exchange of money for a product or service.
|
inline |
Accepts deserialized json data. Will further parse passed in data.
dataJSON | Deserialized JSON data for Transaction |
|
inline |
The amount of money that the transaction was for.
amountV2
instead
|
inline |
The amount of money that the transaction was for.
|
inline |
The kind of the transaction.
|
inline |
The status of the transaction.
statusV2
instead
|
inline |
The status of the transaction.
|
inline |
Whether the transaction was done in test mode or not.