GitHub

ShopPayWalletContentInput

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

The input fields for submitting Shop Pay payment method information for checkout.

type ShopPayWalletContentInput = {
    billingAddress: MailingAddressInput;
    sessionToken: Scalars['String']['input'];
}