GitHub

MagentoUpdateCustomerAddressResponse

import { MagentoUpdateCustomerAddressResponse } from '@daffodil/customer/driver/magento'
interface MagentoUpdateCustomerAddressResponse {
  updateCustomerAddress: MagentoCustomerAddress
}

Properties

Name Type Description
updateCustomerAddress MagentoCustomerAddress