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