GitHub

ApplePayWalletContentInput

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

import { ApplePayWalletContentInput } from '@daffodil/driver/shopify'
type ApplePayWalletContentInput = {
    billingAddress: MailingAddressInput;
    data: Scalars['String']['input'];
    header: ApplePayWalletHeaderInput;
    lastDigits?: InputMaybe<Scalars['String']['input']>;
    signature: Scalars['String']['input'];
    version: Scalars['String']['input'];
}
Type Options
ApplePayWalletContentInput { billingAddress: MailingAddressInput; data: Scalars['String']['input']; header: ApplePayWalletHeaderInput; lastDigits?: InputMaybe<Scalars['String']['input']>; signature: Scalars['String']['input']; version: Scalars['String']['input']; }