import { ShopifyCartFreePaymentMethodInput } from '@daffodil/driver/shopify'
The input fields for submitting a billing address without a selected payment method.
interface ShopifyCartFreePaymentMethodInput {
billingAddress: ShopifyMailingAddressInput
}
billingAddress ShopifyMailingAddressInput |
|---|
The customer's billing address. |