UNPKG

dhl-express-api-client

Version:
21 lines (20 loc) 701 B
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(); }