dhl-express-api-client
Version:
DHL express API client
46 lines • 1.91 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressUploadInvoiceDataRequest = void 0;
var SupermodelIoLogisticsExpressUploadInvoiceDataRequest = (function () {
function SupermodelIoLogisticsExpressUploadInvoiceDataRequest() {
}
SupermodelIoLogisticsExpressUploadInvoiceDataRequest.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressUploadInvoiceDataRequest.attributeTypeMap;
};
SupermodelIoLogisticsExpressUploadInvoiceDataRequest.discriminator = undefined;
SupermodelIoLogisticsExpressUploadInvoiceDataRequest.attributeTypeMap = [
{
"name": "plannedShipDate",
"baseName": "plannedShipDate",
"type": "string",
"format": ""
},
{
"name": "accounts",
"baseName": "accounts",
"type": "Array<SupermodelIoLogisticsExpressAccount>",
"format": ""
},
{
"name": "content",
"baseName": "content",
"type": "SupermodelIoLogisticsExpressUploadInvoiceDataRequestContent",
"format": ""
},
{
"name": "outputImageProperties",
"baseName": "outputImageProperties",
"type": "SupermodelIoLogisticsExpressUploadInvoiceDataRequestOutputImageProperties",
"format": ""
},
{
"name": "customerDetails",
"baseName": "customerDetails",
"type": "SupermodelIoLogisticsExpressUploadInvoiceDataRequestCustomerDetails",
"format": ""
}
];
return SupermodelIoLogisticsExpressUploadInvoiceDataRequest;
}());
exports.SupermodelIoLogisticsExpressUploadInvoiceDataRequest = SupermodelIoLogisticsExpressUploadInvoiceDataRequest;
//# sourceMappingURL=SupermodelIoLogisticsExpressUploadInvoiceDataRequest.js.map