dhl-express-api-client
Version:
DHL express API client
52 lines • 2.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressUploadInvoiceDataRequestSID = void 0;
var SupermodelIoLogisticsExpressUploadInvoiceDataRequestSID = (function () {
function SupermodelIoLogisticsExpressUploadInvoiceDataRequestSID() {
}
SupermodelIoLogisticsExpressUploadInvoiceDataRequestSID.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressUploadInvoiceDataRequestSID.attributeTypeMap;
};
SupermodelIoLogisticsExpressUploadInvoiceDataRequestSID.discriminator = undefined;
SupermodelIoLogisticsExpressUploadInvoiceDataRequestSID.attributeTypeMap = [
{
"name": "shipmentTrackingNumber",
"baseName": "shipmentTrackingNumber",
"type": "string",
"format": ""
},
{
"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 SupermodelIoLogisticsExpressUploadInvoiceDataRequestSID;
}());
exports.SupermodelIoLogisticsExpressUploadInvoiceDataRequestSID = SupermodelIoLogisticsExpressUploadInvoiceDataRequestSID;
//# sourceMappingURL=SupermodelIoLogisticsExpressUploadInvoiceDataRequestSID.js.map