UNPKG

dhl-express-api-client

Version:
25 lines (24 loc) 668 B
export declare class ProductsInnerBreakdownInner { 'name'?: string; 'serviceCode'?: string; 'localServiceCode'?: string; 'typeCode'?: string; 'serviceTypeCode'?: string; 'isCustomerAgreement'?: boolean; 'isMarketedService'?: boolean; 'isBillingServiceIndicator'?: boolean; 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(); }