dhl-express-api-client
Version:
DHL express API client
22 lines (21 loc) • 650 B
TypeScript
import { ExchangeRatesInner } from './ExchangeRatesInner';
import { ProductsInner1 } from './ProductsInner1';
export declare class SupermodelIoLogisticsExpressRates {
'products': Array<ProductsInner1>;
'exchangeRates'?: Array<ExchangeRatesInner>;
'warnings'?: Array<string>;
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();
}