dhl-express-api-client
Version:
DHL express API client
64 lines • 2.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressAddressRatesRequest = void 0;
var SupermodelIoLogisticsExpressAddressRatesRequest = (function () {
function SupermodelIoLogisticsExpressAddressRatesRequest() {
}
SupermodelIoLogisticsExpressAddressRatesRequest.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressAddressRatesRequest.attributeTypeMap;
};
SupermodelIoLogisticsExpressAddressRatesRequest.discriminator = undefined;
SupermodelIoLogisticsExpressAddressRatesRequest.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": "countyName",
"baseName": "countyName",
"type": "string",
"format": ""
}
];
return SupermodelIoLogisticsExpressAddressRatesRequest;
}());
exports.SupermodelIoLogisticsExpressAddressRatesRequest = SupermodelIoLogisticsExpressAddressRatesRequest;
//# sourceMappingURL=SupermodelIoLogisticsExpressAddressRatesRequest.js.map