dhl-express-api-client
Version:
DHL express API client
28 lines • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressAccount = void 0;
var SupermodelIoLogisticsExpressAccount = (function () {
function SupermodelIoLogisticsExpressAccount() {
}
SupermodelIoLogisticsExpressAccount.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressAccount.attributeTypeMap;
};
SupermodelIoLogisticsExpressAccount.discriminator = undefined;
SupermodelIoLogisticsExpressAccount.attributeTypeMap = [
{
"name": "typeCode",
"baseName": "typeCode",
"type": "SupermodelIoLogisticsExpressAccountTypeCodeEnum",
"format": ""
},
{
"name": "number",
"baseName": "number",
"type": "string",
"format": ""
}
];
return SupermodelIoLogisticsExpressAccount;
}());
exports.SupermodelIoLogisticsExpressAccount = SupermodelIoLogisticsExpressAccount;
//# sourceMappingURL=SupermodelIoLogisticsExpressAccount.js.map