export interface IDeductible { amount: number; appliesToCode: string; calculationOrder: string; componentTypeCode: string; currencyCode: string; displayOrder: number; durationUnitCode: string; durationValue: string; includedCode: string; percentage: number; productComponentKey: string; productComponentPath: string; typeCode: string; productComponentMarketingName: string; }