dhl-express-api-client
Version:
DHL express API client
36 lines (35 loc) • 2.35 kB
TypeScript
import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerCustomerDetails } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerCustomerDetails';
import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerDestinationServiceArea } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerDestinationServiceArea';
import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerOriginServiceArea } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerOriginServiceArea';
import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails';
import { SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerValueAddedServicesInner } from './SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerValueAddedServicesInner';
export declare class SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInner {
'serviceHandlingFeatureCodes'?: Array<string>;
'volumetricWeight'?: number;
'billingCode'?: string;
'serviceContentCode'?: string;
'customerDetails'?: SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerCustomerDetails;
'originServiceArea'?: SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerOriginServiceArea;
'destinationServiceArea'?: SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerDestinationServiceArea;
'dhlRoutingCode'?: string;
'dhlRoutingDataId'?: string;
'deliveryDateCode'?: string;
'deliveryTimeCode'?: string;
'productShortName'?: string;
'valueAddedServices'?: Array<SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerValueAddedServicesInner>;
'pickupDetails'?: SupermodelIoLogisticsExpressCreateShipmentResponseShipmentDetailsInnerPickupDetails;
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();
}