Skip to main content

CreatePreventiveCareBenefitParagraph39Input

Corresponding input type for creating a the PreventiveCareBenefitParagraph39. Relates to createPreventiveCareBenefitParagraph39 mutation.

input CreatePreventiveCareBenefitParagraph39Input {
billingType: BenefitBillingType
description: String!
internalNumber: String
price: Float!
referenceValue: Int!
requiredQualification: Qualification
shortDescription: String
type: BenefitType!
variant: BenefitVariant
}

Fields

CreatePreventiveCareBenefitParagraph39Input.billingType ● BenefitBillingType enum

Indicates the way a benefit is counted. This could be time-based or quantity-based billing. Have to be one of COUNT and TIME

CreatePreventiveCareBenefitParagraph39Input.description ● String! non-null scalar

Description of the Benefit, up to 1024 characters long

CreatePreventiveCareBenefitParagraph39Input.internalNumber ● String scalar

Internal number assigned by the care service, 32 digits long.

CreatePreventiveCareBenefitParagraph39Input.price ● Float! non-null scalar

Price of the benefit in Euro. Has to be lower than EU 10k.

CreatePreventiveCareBenefitParagraph39Input.referenceValue ● Int! non-null scalar

Reference value of the Benefit in minutes, up to 3 digits. Shows the average execution time of the Benefit

CreatePreventiveCareBenefitParagraph39Input.requiredQualification ● Qualification scalar

The minimal required qualification of an employee to provide this benefit.

CreatePreventiveCareBenefitParagraph39Input.shortDescription ● String scalar

A short description of the Benefit, up to 32 characters long

CreatePreventiveCareBenefitParagraph39Input.type ● BenefitType! non-null enum

Have to be one of BASIC_NURSING and HOUSEKEEPING

CreatePreventiveCareBenefitParagraph39Input.variant ● BenefitVariant enum

Variant of the benefit. Defaults to BenefitVariant.DEFAULT

Member Of

createPreventiveCareBenefitParagraph39 mutation