|
Shopify SDK for Unity
|
Settings related to payments. More...
Public Member Functions | |
| PaymentSettings (Dictionary< string, object > dataJSON) | |
| Accepts deserialized json data. Will further parse passed in data. More... | |
| List< CardBrand > | acceptedCardBrands () |
| List of the card brands which the shop accepts. More... | |
| string | cardVaultUrl () |
| The url pointing to the endpoint to vault credit cards. More... | |
| CountryCode | countryCode () |
| The country where the shop is located. More... | |
| CurrencyCode | currencyCode () |
| The three-letter code for the shop's primary currency. More... | |
| List< CurrencyCode > | enabledPresentmentCurrencies () |
| A list of enabled currencies (ISO 4217 format) that the shop accepts. Merchants can enable currencies from their Shopify Payments settings in the Shopify admin. More... | |
| string | shopifyPaymentsAccountId () |
| The shop’s Shopify Payments account id. More... | |
| List< DigitalWallet > | supportedDigitalWallets () |
| List of the digital wallets which the shop supports. 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] |
Settings related to payments.
|
inline |
Accepts deserialized json data. Will further parse passed in data.
| dataJSON | Deserialized JSON data for PaymentSettings |
|
inline |
List of the card brands which the shop accepts.
|
inline |
The url pointing to the endpoint to vault credit cards.
|
inline |
The country where the shop is located.
|
inline |
The three-letter code for the shop's primary currency.
|
inline |
|
inline |
The shop’s Shopify Payments account id.
|
inline |
List of the digital wallets which the shop supports.