import { ApplePayWalletContentInput } from '@daffodil/driver/shopify'
The input fields for submitting Apple Pay payment method information for checkout.
type ApplePayWalletContentInput = {
billingAddress: MailingAddressInput;
data: Scalars['String']['input'];
header: ApplePayWalletHeaderInput;
lastDigits?: InputMaybe<Scalars['String']['input']>;
signature: Scalars['String']['input'];
version: Scalars['String']['input'];
}