BenefitsOfferingTemplate
A Benefit Offering Template represents a template which is used to create a Benefit Offering
type BenefitsOfferingTemplate {
configuration: BenefitsOfferingConfiguration
description: String!
id: ID!
name: String!
substantiationRequirement: SubstantiationRequirementType!
type: BenefitsOfferingAccountType!
}
Fields
BenefitsOfferingTemplate.configuration
● BenefitsOfferingConfiguration
object
If defined, benefit offerings created from this template inherit (and may override) this configuration.
BenefitsOfferingTemplate.description
● String!
non-null scalar
A description of an benefit offering provided by this template
BenefitsOfferingTemplate.id
● ID!
non-null scalar
A unique identifier for the benefit offering template
BenefitsOfferingTemplate.name
● String!
non-null scalar
A human-readable name for the benefit offering template (e.g. 'Health Savings Account')
BenefitsOfferingTemplate.substantiationRequirement
● SubstantiationRequirementType!
non-null enum
Describes how spending from this offering's account needs to (or doesn't need to) be substantiated
BenefitsOfferingTemplate.type
● BenefitsOfferingAccountType!
non-null enum
The type of benefit offering the template represents
Member of
BenefitsOfferingTemplateNode
object