UNPKG

dhl-express-api-client

Version:
31 lines (30 loc) 1.41 kB
import { SupermodelIoLogisticsExpressAccount } from './SupermodelIoLogisticsExpressAccount'; import { SupermodelIoLogisticsExpressPackageRR } from './SupermodelIoLogisticsExpressPackageRR'; import { SupermodelIoLogisticsExpressValueAddedServicesRates } from './SupermodelIoLogisticsExpressValueAddedServicesRates'; export declare class SupermodelIoLogisticsExpressPickupRequestShipmentDetailsInner { 'productCode': string; 'localProductCode'?: string; 'accounts'?: Array<SupermodelIoLogisticsExpressAccount>; 'valueAddedServices'?: Array<SupermodelIoLogisticsExpressValueAddedServicesRates>; 'isCustomsDeclarable': boolean; 'declaredValue'?: number; 'declaredValueCurrency'?: string; 'unitOfMeasurement': SupermodelIoLogisticsExpressPickupRequestShipmentDetailsInnerUnitOfMeasurementEnum; 'shipmentTrackingNumber'?: string; 'packages': Array<SupermodelIoLogisticsExpressPackageRR>; 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 SupermodelIoLogisticsExpressPickupRequestShipmentDetailsInnerUnitOfMeasurementEnum = "metric" | "imperial";