dhl-express-api-client
Version:
DHL express API client
70 lines • 2.16 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProductsInner1PickupCapabilities = void 0;
var ProductsInner1PickupCapabilities = (function () {
function ProductsInner1PickupCapabilities() {
}
ProductsInner1PickupCapabilities.getAttributeTypeMap = function () {
return ProductsInner1PickupCapabilities.attributeTypeMap;
};
ProductsInner1PickupCapabilities.discriminator = undefined;
ProductsInner1PickupCapabilities.attributeTypeMap = [
{
"name": "nextBusinessDay",
"baseName": "nextBusinessDay",
"type": "boolean",
"format": ""
},
{
"name": "localCutoffDateAndTime",
"baseName": "localCutoffDateAndTime",
"type": "string",
"format": ""
},
{
"name": "gMTCutoffTime",
"baseName": "GMTCutoffTime",
"type": "string",
"format": ""
},
{
"name": "pickupEarliest",
"baseName": "pickupEarliest",
"type": "string",
"format": ""
},
{
"name": "pickupLatest",
"baseName": "pickupLatest",
"type": "string",
"format": ""
},
{
"name": "originServiceAreaCode",
"baseName": "originServiceAreaCode",
"type": "string",
"format": ""
},
{
"name": "originFacilityAreaCode",
"baseName": "originFacilityAreaCode",
"type": "string",
"format": ""
},
{
"name": "pickupAdditionalDays",
"baseName": "pickupAdditionalDays",
"type": "number",
"format": ""
},
{
"name": "pickupDayOfWeek",
"baseName": "pickupDayOfWeek",
"type": "number",
"format": ""
}
];
return ProductsInner1PickupCapabilities;
}());
exports.ProductsInner1PickupCapabilities = ProductsInner1PickupCapabilities;
//# sourceMappingURL=ProductsInner1PickupCapabilities.js.map