Shopify SDK for Unity
|
Details about the gift card used on the checkout. More...
Public Member Functions | |
AppliedGiftCard (Dictionary< string, object > dataJSON) | |
Accepts deserialized json data. Will further parse passed in data. More... | |
decimal | amountUsed () |
The amount that was taken from the gift card by applying it. More... | |
MoneyV2 | amountUsedV2 () |
The amount that was taken from the gift card by applying it. More... | |
decimal | balance () |
The amount left on the gift card. More... | |
MoneyV2 | balanceV2 () |
The amount left on the gift card. More... | |
string | id () |
Globally unique identifier. More... | |
string | lastCharacters () |
The last characters of the gift card. More... | |
MoneyV2 | presentmentAmountUsed () |
The amount that was applied to the checkout in its currency. 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] |
Details about the gift card used on the checkout.
|
inline |
Accepts deserialized json data. Will further parse passed in data.
dataJSON | Deserialized JSON data for AppliedGiftCard |
|
inline |
The amount that was taken from the gift card by applying it.
amountUsedV2
instead
|
inline |
The amount that was taken from the gift card by applying it.
|
inline |
The amount left on the gift card.
balanceV2
instead
|
inline |
The amount left on the gift card.
|
inline |
Globally unique identifier.
Implements Shopify.Unity.Node.
|
inline |
The last characters of the gift card.
|
inline |
The amount that was applied to the checkout in its currency.