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