MagentoCustomerAddressRegionInput
import { MagentoCustomerAddressRegionInput } from '@daffodil/customer/driver/magento'
interface MagentoCustomerAddressRegionInput {
region: string
region_code: string
region_id: number
}
Properties
Name | Type | Description |
---|---|---|
region | string | |
region_code | string | |
region_id | number | Note that this is always required for US addresses even though the schema does not enforce it. |