import { ShopifyCartWalletPaymentMethodInput } from '@daffodil/driver/shopify'
The input fields for submitting wallet payment method information for checkout.
interface ShopifyCartWalletPaymentMethodInput {
applePayWalletContent: ShopifyApplePayWalletContentInput
shopPayWalletContent: ShopifyShopPayWalletContentInput
}
applePayWalletContent ShopifyApplePayWalletContentInput |
|---|
The payment method information for the Apple Pay wallet. |
shopPayWalletContent ShopifyShopPayWalletContentInput |
|---|
The payment method information for the Shop Pay wallet. |