dhl-express-api-client
Version:
DHL express API client
118 lines • 4.63 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclaration = void 0;
var SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclaration = (function () {
function SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclaration() {
}
SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclaration.getAttributeTypeMap = function () {
return SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclaration.attributeTypeMap;
};
SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclaration.discriminator = undefined;
SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclaration.attributeTypeMap = [
{
"name": "lineItems",
"baseName": "lineItems",
"type": "Array<SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationLineItemsInner>",
"format": ""
},
{
"name": "invoice",
"baseName": "invoice",
"type": "SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationInvoice",
"format": ""
},
{
"name": "remarks",
"baseName": "remarks",
"type": "Array<SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationRemarksInner>",
"format": ""
},
{
"name": "additionalCharges",
"baseName": "additionalCharges",
"type": "Array<SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationAdditionalChargesInner>",
"format": ""
},
{
"name": "destinationPortName",
"baseName": "destinationPortName",
"type": "string",
"format": ""
},
{
"name": "placeOfIncoterm",
"baseName": "placeOfIncoterm",
"type": "string",
"format": ""
},
{
"name": "payerVATNumber",
"baseName": "payerVATNumber",
"type": "string",
"format": ""
},
{
"name": "recipientReference",
"baseName": "recipientReference",
"type": "string",
"format": ""
},
{
"name": "exporter",
"baseName": "exporter",
"type": "SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationExporter",
"format": ""
},
{
"name": "packageMarks",
"baseName": "packageMarks",
"type": "string",
"format": ""
},
{
"name": "declarationNotes",
"baseName": "declarationNotes",
"type": "Array<SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationDeclarationNotesInner>",
"format": ""
},
{
"name": "exportReference",
"baseName": "exportReference",
"type": "string",
"format": ""
},
{
"name": "exportReason",
"baseName": "exportReason",
"type": "string",
"format": ""
},
{
"name": "exportReasonType",
"baseName": "exportReasonType",
"type": "SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationExportReasonTypeEnum",
"format": ""
},
{
"name": "licenses",
"baseName": "licenses",
"type": "Set<SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationLicensesInner>",
"format": ""
},
{
"name": "shipmentType",
"baseName": "shipmentType",
"type": "SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationShipmentTypeEnum",
"format": ""
},
{
"name": "customsDocuments",
"baseName": "customsDocuments",
"type": "Set<SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationCustomsDocumentsInner>",
"format": ""
}
];
return SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclaration;
}());
exports.SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclaration = SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclaration;
//# sourceMappingURL=SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclaration.js.map