ShopPayWalletContentInput
The input fields for submitting Shop Pay payment method information for checkout.
import { ShopPayWalletContentInput } from '@daffodil/driver/shopify'
type ShopPayWalletContentInput = {
billingAddress: MailingAddressInput;
sessionToken: Scalars['String']['input'];
}
Type | Options |
---|---|
ShopPayWalletContentInput | {
billingAddress: MailingAddressInput;
sessionToken: Scalars['String']['input'];
} |