BenefitsOfferingCardConfiguration
The configuration of a specific card type in the scope of an Offering.
type BenefitsOfferingCardConfiguration {
autoActivate: Boolean!
type: CardType!
}
Fields
BenefitsOfferingCardConfiguration.autoActivate
● Boolean!
non-null scalar
If true, card is active upon issuance.
BenefitsOfferingCardConfiguration.type
● CardType!
non-null enum
The type of card that is issued.