import { DaffCustomerAddress } from '@daffodil/customer'
An address that belongs to a DaffCustomer
interface DaffCustomerAddress {
defaultBilling: boolean
defaultShipping: boolean
}
defaultBilling boolean |
---|
Whether this address is the customer's default billing address. |
defaultShipping boolean |
---|
Whether this address is the customer's default shipping address. |