dhl-express-api-client
Version:
DHL express API client
21 lines (20 loc) • 979 B
TypeScript
export declare class SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationAdditionalChargesInner {
'value': number;
'caption'?: string;
'typeCode': SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationAdditionalChargesInnerTypeCodeEnum;
static readonly discriminator: string | undefined;
static readonly attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
format: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
format: string;
}[];
constructor();
}
export declare type SupermodelIoLogisticsExpressCreateShipmentRequestContentExportDeclarationAdditionalChargesInnerTypeCodeEnum = "admin" | "delivery" | "documentation" | "expedite" | "export" | "freight" | "fuel_surcharge" | "logistic" | "other" | "packaging" | "pickup" | "handling" | "vat" | "insurance" | "reverse_charge";