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

Settings related to payments. More...

Public Member Functions

 PaymentSettingsQuery (StringBuilder query)
 PaymentSettingsQuery is used to build queries. Typically PaymentSettingsQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery. More...
 
PaymentSettingsQuery acceptedCardBrands ()
 List of the card brands which the shop accepts. More...
 
PaymentSettingsQuery cardVaultUrl ()
 The url pointing to the endpoint to vault credit cards. More...
 
PaymentSettingsQuery countryCode ()
 The country where the shop is located. More...
 
PaymentSettingsQuery currencyCode ()
 The three-letter code for the shop's primary currency. More...
 
PaymentSettingsQuery 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...
 
PaymentSettingsQuery shopifyPaymentsAccountId ()
 The shop’s Shopify Payments account id. More...
 
PaymentSettingsQuery supportedDigitalWallets ()
 List of the digital wallets which the shop supports. More...
 

Detailed Description

Settings related to payments.

Constructor & Destructor Documentation

◆ PaymentSettingsQuery()

Shopify.Unity.GraphQL.PaymentSettingsQuery.PaymentSettingsQuery ( StringBuilder  query)
inline

PaymentSettingsQuery is used to build queries. Typically PaymentSettingsQuery will not be used directly but instead will be used when building queries from either QueryRootQuery or MutationQuery.

Member Function Documentation

◆ acceptedCardBrands()

PaymentSettingsQuery Shopify.Unity.GraphQL.PaymentSettingsQuery.acceptedCardBrands ( )
inline

List of the card brands which the shop accepts.

◆ cardVaultUrl()

PaymentSettingsQuery Shopify.Unity.GraphQL.PaymentSettingsQuery.cardVaultUrl ( )
inline

The url pointing to the endpoint to vault credit cards.

◆ countryCode()

PaymentSettingsQuery Shopify.Unity.GraphQL.PaymentSettingsQuery.countryCode ( )
inline

The country where the shop is located.

◆ currencyCode()

PaymentSettingsQuery Shopify.Unity.GraphQL.PaymentSettingsQuery.currencyCode ( )
inline

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

◆ enabledPresentmentCurrencies()

PaymentSettingsQuery Shopify.Unity.GraphQL.PaymentSettingsQuery.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()

PaymentSettingsQuery Shopify.Unity.GraphQL.PaymentSettingsQuery.shopifyPaymentsAccountId ( )
inline

The shop’s Shopify Payments account id.

◆ supportedDigitalWallets()

PaymentSettingsQuery Shopify.Unity.GraphQL.PaymentSettingsQuery.supportedDigitalWallets ( )
inline

List of the digital wallets which the shop supports.


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