On this pageCustomerAddressDistricttype CustomerAddressDistrict { id: String code: String name: String}CopyFieldsidStringcodeStringThe two-letter district code corresponding to the customer's district.nameStringThe customer's normalized district name.