CompensationSurchargeBenefitData
The data regarding a single compensation surcharge benefit as a part of the group connected to the current counselling interview
type CompensationSurchargeBenefitData implements BenefitData {
benefit: CompensationSurchargeBenefitParagraph43B!
cycle: Cycle
price: Float!
repetitionCount: Int!
subtotal: Float!
}
Fields
CompensationSurchargeBenefitData.benefit ● CompensationSurchargeBenefitParagraph43B! non-null object
The benefit object mentioned in the counselling interview
CompensationSurchargeBenefitData.cycle ● Cycle scalar
The repetition cycle of execution of the given benefit
CompensationSurchargeBenefitData.price ● Float! non-null scalar
The single unit price of this benefit.
CompensationSurchargeBenefitData.repetitionCount ● Int! non-null scalar
Count of repetition for given benefit type in a month
CompensationSurchargeBenefitData.subtotal ● Float! non-null scalar
Current subtotal of all benefits prices for the given benefit type
Interfaces
BenefitData interface
Generic interface containing common fields of BenefitData items in the above defined groups
Member Of
DayCareBenefits object