UNPKG

dhl-express-api-client

Version:
36 lines (35 loc) 2.17 kB
import { SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo } from './SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo'; import { SupermodelIoLogisticsExpressCreateShipmentResponseDocumentsInner } from './SupermodelIoLogisticsExpressCreateShipmentResponseDocumentsInner'; import { SupermodelIoLogisticsExpressCreateShipmentResponseEstimatedDeliveryDate } from './SupermodelIoLogisticsExpressCreateShipmentResponseEstimatedDeliveryDate'; import { SupermodelIoLogisticsExpressCreateShipmentResponsePackagesInner } from './SupermodelIoLogisticsExpressCreateShipmentResponsePackagesInner'; import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentChargesInner } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentChargesInner'; import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner'; export declare class SupermodelIoLogisticsExpressCreateShipmentResponse { 'url'?: string; 'shipmentTrackingNumber'?: string; 'cancelPickupUrl'?: string; 'trackingUrl'?: string; 'dispatchConfirmationNumber'?: string; 'packages'?: Array<SupermodelIoLogisticsExpressCreateShipmentResponsePackagesInner>; 'documents'?: Array<SupermodelIoLogisticsExpressCreateShipmentResponseDocumentsInner>; 'onDemandDeliveryURL'?: string; 'shipmentDetails'?: Array<SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner>; 'shipmentCharges'?: Array<SupermodelIoLogisticsExpressCreateShipmentResponseShipmentChargesInner>; 'barcodeInfo'?: SupermodelIoLogisticsExpressCreateShipmentResponseBarcodeInfo; 'estimatedDeliveryDate'?: SupermodelIoLogisticsExpressCreateShipmentResponseEstimatedDeliveryDate; 'warnings'?: Array<string>; 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(); }