import { EstimatedDeliveryDate } from './EstimatedDeliveryDate'; import { Pickup } from './Pickup'; import { SupermodelIoLogisticsExpressAccount } from './SupermodelIoLogisticsExpressAccount'; import { SupermodelIoLogisticsExpressCreateShipmentRequestContent } from './SupermodelIoLogisticsExpressCreateShipmentRequestContent'; import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails'; import { SupermodelIoLogisticsExpressCreateShipmentRequestGetAdditionalInformationInner } from './SupermodelIoLogisticsExpressCreateShipmentRequestGetAdditionalInformationInner'; import { SupermodelIoLogisticsExpressCreateShipmentRequestOnDemandDelivery } from './SupermodelIoLogisticsExpressCreateShipmentRequestOnDemandDelivery'; import { SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties } from './SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties'; import { SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment } from './SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment'; import { SupermodelIoLogisticsExpressCreateShipmentRequestPrepaidChargesInner } from './SupermodelIoLogisticsExpressCreateShipmentRequestPrepaidChargesInner'; import { SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner } from './SupermodelIoLogisticsExpressCreateShipmentRequestShipmentNotificationInner'; import { SupermodelIoLogisticsExpressDocumentImagesInner } from './SupermodelIoLogisticsExpressDocumentImagesInner'; import { SupermodelIoLogisticsExpressIdentifier } from './SupermodelIoLogisticsExpressIdentifier'; import { SupermodelIoLogisticsExpressReference } from './SupermodelIoLogisticsExpressReference'; import { SupermodelIoLogisticsExpressValueAddedServices } from './SupermodelIoLogisticsExpressValueAddedServices'; export declare class SupermodelIoLogisticsExpressCreateShipmentRequest { 'plannedShippingDateAndTime': string; 'pickup': Pickup; 'productCode': string; 'localProductCode'?: string; 'getRateEstimates'?: boolean; 'accounts': Array; 'valueAddedServices'?: Array; 'outputImageProperties'?: SupermodelIoLogisticsExpressCreateShipmentRequestOutputImageProperties; 'customerReferences'?: Array; 'identifiers'?: Set; 'customerDetails': SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails; 'content': SupermodelIoLogisticsExpressCreateShipmentRequestContent; 'documentImages'?: Array; 'onDemandDelivery'?: SupermodelIoLogisticsExpressCreateShipmentRequestOnDemandDelivery; 'requestOndemandDeliveryURL'?: boolean; 'shipmentNotification'?: Array; 'prepaidCharges'?: Array; 'getTransliteratedResponse'?: boolean; 'estimatedDeliveryDate'?: EstimatedDeliveryDate; 'getAdditionalInformation'?: Array; 'parentShipment'?: SupermodelIoLogisticsExpressCreateShipmentRequestParentShipment; 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(); }