import { ShopifyApplePayWalletHeaderInput } from '@daffodil/driver/shopify'
The input fields for submitting wallet payment method information for checkout.
interface ShopifyApplePayWalletHeaderInput {
applicationData: string
ephemeralPublicKey: string
publicKeyHash: string
transactionId: string
}
applicationData string |
|---|
The application data for the Apple Pay wallet. |
ephemeralPublicKey string |
|---|
The ephemeral public key for the Apple Pay wallet. |
publicKeyHash string |
|---|
The public key hash for the Apple Pay wallet. |
transactionId string |
|---|
The transaction ID for the Apple Pay wallet. |