/**
 * This file was generated by st-open-api
 */
export interface IPacktechLogisticInformation {
    airTransport: boolean;
    locationCode: string;
    receiverCountryCode: string;
    receiverPostCode: string;
    senderCountryCode: string;
    senderPostCode: string;
    warehouseCountryCode?: string;
    warehousePostCode?: string;
}
