Skip to main content

PrivateBenefitData

The data regarding a single private benefit as a part of the group connected to the current counselling interview

type PrivateBenefitData implements BenefitData {
benefit: PrivateBenefit!
cycle: Cycle
price: Float!
repetitionCount: Int!
subtotal: Float!
}

Fields

PrivateBenefitData.benefit ● PrivateBenefit! non-null object

The benefit object mentioned in the counselling interview

PrivateBenefitData.cycle ● Cycle scalar

The repetition cycle of execution of the given benefit

PrivateBenefitData.price ● Float! non-null scalar

The single unit price of this benefit.

PrivateBenefitData.repetitionCount ● Int! non-null scalar

Count of repetition for given benefit type in a month

PrivateBenefitData.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

PrivateBenefits object