dhl-express-api-client
Version:
DHL express API client
82 lines • 3.05 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoice = void 0;
var SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoice = (function () {
function SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoice() {
}
SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoice.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoice.attributeTypeMap;
};
SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoice.discriminator = undefined;
SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoice.attributeTypeMap = [
{
"name": "number",
"baseName": "number",
"type": "string",
"format": ""
},
{
"name": "date",
"baseName": "date",
"type": "string",
"format": "date"
},
{
"name": "signatureName",
"baseName": "signatureName",
"type": "string",
"format": ""
},
{
"name": "signatureTitle",
"baseName": "signatureTitle",
"type": "string",
"format": ""
},
{
"name": "signatureImage",
"baseName": "signatureImage",
"type": "string",
"format": ""
},
{
"name": "instructions",
"baseName": "instructions",
"type": "Array<string>",
"format": ""
},
{
"name": "customerDataTextEntries",
"baseName": "customerDataTextEntries",
"type": "Array<string>",
"format": ""
},
{
"name": "totalNetWeight",
"baseName": "totalNetWeight",
"type": "number",
"format": ""
},
{
"name": "totalGrossWeight",
"baseName": "totalGrossWeight",
"type": "number",
"format": ""
},
{
"name": "customerReferences",
"baseName": "customerReferences",
"type": "Set<SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoiceCustomerReferencesInner>",
"format": ""
},
{
"name": "termsOfPayment",
"baseName": "termsOfPayment",
"type": "string",
"format": ""
}
];
return SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoice;
}());
exports.SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoice = SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoice;
//# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoice.js.map