GitHub

ShopifyCartDeliveryAddressFormattedArgs

Type

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

Represents a mailing address for customers and shipping.

interface ShopifyCartDeliveryAddressFormattedArgs {
  withCompany: boolean
  withName: boolean
}