Skip to main content

CounsellingSessionBenefitData

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

type CounsellingSessionBenefitData implements BenefitData {
benefit: CounsellingSessionsBenefitParagraph37Abs3!
cycle: Cycle
price: Float!
repetitionCount: Int!
subtotal: Float!
}

Fields

CounsellingSessionBenefitData.benefit ● CounsellingSessionsBenefitParagraph37Abs3! non-null object

The benefit object mentioned in the counselling interview

CounsellingSessionBenefitData.cycle ● Cycle scalar

The repetition cycle of execution of the given benefit

CounsellingSessionBenefitData.price ● Float! non-null scalar

The single unit price of this benefit.

CounsellingSessionBenefitData.repetitionCount ● Int! non-null scalar

Count of repetition for given benefit type in a month

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

CounsellingSessionBenefits object