On this pageOrderAddressDistricttype OrderAddressDistrict { id: String code: String name: String}CopyFieldsidStringIt is the id of the district of the address.codeStringIt is the code of the district of the address.nameStringIt is the name of the district of the address.