GitHub

MagentoCustomerAddressAttributeInput

import { MagentoCustomerAddressAttributeInput } from '@daffodil/customer/driver/magento'
interface MagentoCustomerAddressAttributeInput {
  attribute_code: string
  value: string
}

Properties

Name Type Description
attribute_code string
value string