dhl-express-api-client
Version:
DHL express API client
31 lines (30 loc) • 2.42 kB
TypeScript
import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsBuyerDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsBuyerDetails';
import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails';
import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails';
import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsPayerDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsPayerDetails';
import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsReceiverDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsReceiverDetails';
import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsSellerDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsSellerDetails';
import { SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsShipperDetails } from './SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsShipperDetails';
export declare class SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetails {
'shipperDetails': SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsShipperDetails;
'receiverDetails': SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsReceiverDetails;
'buyerDetails'?: SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsBuyerDetails;
'importerDetails'?: SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsImporterDetails;
'exporterDetails'?: SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsExporterDetails;
'sellerDetails'?: SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsSellerDetails;
'payerDetails'?: SupermodelIoLogisticsExpressCreateShipmentRequestCustomerDetailsPayerDetails;
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();
}