Skip to main content

BenefitTemplate

Represents a template used when creating a benefit

type BenefitTemplate {
configuration: BenefitConfiguration
description: String!
id: ID!
name: String!
type: BenefitType!
}

Fields

BenefitTemplate.configuration ● BenefitConfiguration object

If defined, Benefits created from this template inherit (and may override) this configuration.

BenefitTemplate.description ● String! non-null scalar

A description of the benefit provided by this template

BenefitTemplate.id ● ID! non-null scalar

A unique identifier for the benefit template

BenefitTemplate.name ● String! non-null scalar

A human-readable name for the benefit template (e.g. 'Health Savings Account')

BenefitTemplate.type ● BenefitType! non-null enum

The type of benefit the template represents

Member Of

BenefitTemplatesResults object