dhl-express-api-client
Version:
DHL express API client
52 lines • 1.41 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Pickup = void 0;
var Pickup = (function () {
function Pickup() {
}
Pickup.getAttributeTypeMap = function () {
return Pickup.attributeTypeMap;
};
Pickup.discriminator = undefined;
Pickup.attributeTypeMap = [
{
"name": "isRequested",
"baseName": "isRequested",
"type": "boolean",
"format": ""
},
{
"name": "closeTime",
"baseName": "closeTime",
"type": "string",
"format": ""
},
{
"name": "location",
"baseName": "location",
"type": "string",
"format": ""
},
{
"name": "specialInstructions",
"baseName": "specialInstructions",
"type": "Array<PickupSpecialInstructionsInner>",
"format": ""
},
{
"name": "pickupDetails",
"baseName": "pickupDetails",
"type": "PickupPickupDetails",
"format": ""
},
{
"name": "pickupRequestorDetails",
"baseName": "pickupRequestorDetails",
"type": "PickupPickupRequestorDetails",
"format": ""
}
];
return Pickup;
}());
exports.Pickup = Pickup;
//# sourceMappingURL=Pickup.js.map