Shopify SDK for Unity
Public Member Functions | List of all members
Shopify.Unity.PaymentSettings Class Reference

Settings related to payments. More...

Inheritance diagram for Shopify.Unity.PaymentSettings:
Shopify.Unity.SDK.AbstractResponse

Public Member Functions

 PaymentSettings (Dictionary< string, object > dataJSON)
 Accepts deserialized json data. Will further parse passed in data. More...
 
List< CardBrandacceptedCardBrands ()
 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< CurrencyCodeenabledPresentmentCurrencies ()
 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< DigitalWalletsupportedDigitalWallets ()
 List of the digital wallets which the shop supports. More...
 
object Clone ()
 

Additional Inherited Members

- Protected Member Functions inherited from Shopify.Unity.SDK.AbstractResponse
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]
 

Detailed Description

Settings related to payments.

Constructor & Destructor Documentation

◆ PaymentSettings()

Shopify.Unity.PaymentSettings.PaymentSettings ( Dictionary< string, object >  dataJSON)
inline

Accepts deserialized json data. Will further parse passed in data.

Parameters
dataJSONDeserialized JSON data for PaymentSettings

Member Function Documentation

◆ acceptedCardBrands()

List<CardBrand> Shopify.Unity.PaymentSettings.acceptedCardBrands ( )
inline

List of the card brands which the shop accepts.

◆ cardVaultUrl()

string Shopify.Unity.PaymentSettings.cardVaultUrl ( )
inline

The url pointing to the endpoint to vault credit cards.

◆ countryCode()

CountryCode Shopify.Unity.PaymentSettings.countryCode ( )
inline

The country where the shop is located.

◆ currencyCode()

CurrencyCode Shopify.Unity.PaymentSettings.currencyCode ( )
inline

The three-letter code for the shop's primary currency.

◆ enabledPresentmentCurrencies()

List<CurrencyCode> Shopify.Unity.PaymentSettings.enabledPresentmentCurrencies ( )
inline

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.

◆ shopifyPaymentsAccountId()

string Shopify.Unity.PaymentSettings.shopifyPaymentsAccountId ( )
inline

The shop’s Shopify Payments account id.

◆ supportedDigitalWallets()

List<DigitalWallet> Shopify.Unity.PaymentSettings.supportedDigitalWallets ( )
inline

List of the digital wallets which the shop supports.


The documentation for this class was generated from the following file: