GitHub

ShopifyShopPayWalletContentInput

interface

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

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

interface ShopifyShopPayWalletContentInput {
  billingAddress: ShopifyMailingAddressInput
  sessionToken: string
}

Properties

billingAddress
ShopifyMailingAddressInput

The customer's billing address.

sessionToken
string

Session token for transaction.