@climatepartner/climatepartner-api-sdk
Version:
The ClimatePartner API provides one uniform public API to customers of ClimatePartner.
14 lines (13 loc) • 342 B
TypeScript
/**
* 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;
}