dhl-express-api-client
Version:
DHL express API client
21 lines (20 loc) • 701 B
TypeScript
import { ProductsInner1DetailedPriceBreakdownInnerBreakdownInner } from './ProductsInner1DetailedPriceBreakdownInnerBreakdownInner';
export declare class ProductsInner1DetailedPriceBreakdownInner {
'currencyType'?: string;
'priceCurrency': string;
'breakdown'?: Array<ProductsInner1DetailedPriceBreakdownInnerBreakdownInner>;
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();
}