BrandFeatureConfigurationPayload
Input to update a brand feature configuration
type BrandFeatureConfigurationPayload {
enabledAccountTypes: [BenefitsOfferingAccountType!]!
paycheckContributionsEnabled: Boolean
}
Fields
BrandFeatureConfigurationPayload.enabledAccountTypes ● [BenefitsOfferingAccountType!]! non-null enum
Field to store which account types are enabled for the brand.
BrandFeatureConfigurationPayload.paycheckContributionsEnabled ● Boolean scalar
Field to store if the paycheck contributions experience should be enabled for the brand.
Member of
BrandDetails object