import { ShopifyPaymentSettings } from '@daffodil/driver/shopify'
Settings related to payments.
interface ShopifyPaymentSettings {
__typename: "PaymentSettings"
acceptedCardBrands: ShopifyCardBrand[]
cardVaultUrl: Scalars['URL']['output']
countryCode: ShopifyCountryCode
currencyCode: ShopifyCurrencyCode
enabledPresentmentCurrencies: ShopifyCurrencyCode[]
shopifyPaymentsAccountId: string
supportedDigitalWallets: ShopifyDigitalWallet[]
}
__typename "PaymentSettings" |
|---|
acceptedCardBrands ShopifyCardBrand[] |
|---|
List of the card brands which the business entity accepts. |
cardVaultUrl Scalars['URL']['output'] |
|---|
The url pointing to the endpoint to vault credit cards. |
countryCode ShopifyCountryCode |
|---|
The country where the shop is located. When multiple business entities operate within the shop, then this will represent the country of the business entity that's serving the specified buyer context. |
currencyCode ShopifyCurrencyCode |
|---|
The three-letter code for the shop's primary currency. |
enabledPresentmentCurrencies ShopifyCurrencyCode[] |
|---|
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 |
|---|
The shop’s Shopify Payments account ID. |
supportedDigitalWallets ShopifyDigitalWallet[] |
|---|
List of the digital wallets which the business entity supports. |