Shopify SDK for Unity
|
Specifies the fields for a monetary value with currency. More...
Public Member Functions | |
MoneyInput (decimal amount, CurrencyCode currencyCode) | |
MoneyInput (Dictionary< string, object > dataJSON) | |
Public Member Functions inherited from Shopify.Unity.SDK.InputBase | |
override string | ToString () |
Returns a string representing a GraphQL input object. More... | |
Static Public Attributes | |
const string | amountFieldKey = "amount" |
const string | currencyCodeFieldKey = "currencyCode" |
Properties | |
decimal | amount [get, set] |
Decimal money amount. More... | |
CurrencyCode | currencyCode [get, set] |
Currency of the money. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Shopify.Unity.SDK.InputBase | |
void | Set (string key, object value) |
object | Get (string key) |
Specifies the fields for a monetary value with currency.
|
inline |
amount | Decimal money amount. |
currencyCode | Currency of the money. |
|
inline |
amount | Decimal money amount. |
currencyCode | Currency of the money. |
|
getset |
Decimal money amount.
|
getset |
Currency of the money.