GitHub

ShopifyApplePayWalletContentInput

interface

import { ShopifyApplePayWalletContentInput } from '@daffodil/driver/shopify'

The input fields for submitting Apple Pay payment method information for checkout.

interface ShopifyApplePayWalletContentInput {
  billingAddress: ShopifyMailingAddressInput
  data: string
  header: ShopifyApplePayWalletHeaderInput
  lastDigits: string
  signature: string
  version: string
}

Properties

billingAddress
ShopifyMailingAddressInput

The customer's billing address.

data
string

The data for the Apple Pay wallet.

header
ShopifyApplePayWalletHeaderInput

The header data for the Apple Pay wallet.

lastDigits
string

The last digits of the card used to create the payment.

signature
string

The signature for the Apple Pay wallet.

version
string

The version for the Apple Pay wallet.