CartWalletPaymentMethodInput
The input fields for submitting wallet payment method information for checkout.
import { CartWalletPaymentMethodInput } from '@daffodil/driver/shopify'
type CartWalletPaymentMethodInput = {
applePayWalletContent?: InputMaybe<ApplePayWalletContentInput>;
shopPayWalletContent?: InputMaybe<ShopPayWalletContentInput>;
}
Type | Options |
---|---|
CartWalletPaymentMethodInput | {
applePayWalletContent?: InputMaybe<ApplePayWalletContentInput>;
shopPayWalletContent?: InputMaybe<ShopPayWalletContentInput>;
} |