dhl-express-api-client
Version:
DHL express API client
76 lines • 2.49 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressAddressCreateShipmentResponse = void 0;
var SupermodelIoLogisticsExpressAddressCreateShipmentResponse = (function () {
function SupermodelIoLogisticsExpressAddressCreateShipmentResponse() {
}
SupermodelIoLogisticsExpressAddressCreateShipmentResponse.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressAddressCreateShipmentResponse.attributeTypeMap;
};
SupermodelIoLogisticsExpressAddressCreateShipmentResponse.discriminator = undefined;
SupermodelIoLogisticsExpressAddressCreateShipmentResponse.attributeTypeMap = [
{
"name": "postalCode",
"baseName": "postalCode",
"type": "string",
"format": ""
},
{
"name": "cityName",
"baseName": "cityName",
"type": "string",
"format": ""
},
{
"name": "countryCode",
"baseName": "countryCode",
"type": "string",
"format": ""
},
{
"name": "provinceCode",
"baseName": "provinceCode",
"type": "string",
"format": ""
},
{
"name": "addressLine1",
"baseName": "addressLine1",
"type": "string",
"format": ""
},
{
"name": "addressLine2",
"baseName": "addressLine2",
"type": "string",
"format": ""
},
{
"name": "addressLine3",
"baseName": "addressLine3",
"type": "string",
"format": ""
},
{
"name": "cityDistrictName",
"baseName": "cityDistrictName",
"type": "string",
"format": ""
},
{
"name": "provinceName",
"baseName": "provinceName",
"type": "string",
"format": ""
},
{
"name": "countryName",
"baseName": "countryName",
"type": "string",
"format": ""
}
];
return SupermodelIoLogisticsExpressAddressCreateShipmentResponse;
}());
exports.SupermodelIoLogisticsExpressAddressCreateShipmentResponse = SupermodelIoLogisticsExpressAddressCreateShipmentResponse;
//# sourceMappingURL=SupermodelIoLogisticsExpressAddressCreateShipmentResponse.js.map