BenefitPosition
Finalized form of a benefit. This is a copy of something from the benefit catalogue.
type BenefitPosition {
benefitClass: String
benefitGroup: BenefitGroup
billingType: BenefitBillingType!
pointValue: Int!
price: BigDecimal!
referenceValue: Int!
requiredQualification: Qualification
serviceArea: ServiceArea
title: String!
type: BenefitType
variant: BenefitVariant
}