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(); }