GitHub

PaymentSettings

import { PaymentSettings } from '@daffodil/driver/shopify'

Settings related to payments.

type PaymentSettings = {
    __typename?: 'PaymentSettings';
    acceptedCardBrands: Array<CardBrand>;
    cardVaultUrl: Scalars['URL']['output'];
    countryCode: CountryCode;
    currencyCode: CurrencyCode;
    enabledPresentmentCurrencies: Array<CurrencyCode>;
    shopifyPaymentsAccountId?: Maybe<Scalars['String']['output']>;
    supportedDigitalWallets: Array<DigitalWallet>;
}