GitHub

CartFreePaymentMethodInput

The input fields for submitting a billing address without a selected payment method.

import { CartFreePaymentMethodInput } from '@daffodil/driver/shopify'
type CartFreePaymentMethodInput = {
    billingAddress: MailingAddressInput;
}
Type Options
CartFreePaymentMethodInput { billingAddress: MailingAddressInput; }