BenefitFundingConfiguration
Describes the parameters and behaviors of Funding for the Benefit.
type BenefitFundingConfiguration {
  initialFunding: BenefitInitialFundingConfiguration!
  limits: BenefitFundingLimitsConfiguration!
}
Fields
BenefitFundingConfiguration.initialFunding ● BenefitInitialFundingConfiguration! non-null object
The Initial Funding for a Benefit defines the initial amount of Funds made available to an Individual.
BenefitFundingConfiguration.limits ● BenefitFundingLimitsConfiguration! non-null object
The Funding Limits for a Benefit govern the maximum amount of funds that can be made available to a given account.
Member Of
BenefitConfiguration object