BenefitsOfferingGracePeriodValidationConfiguration
Specifies read-only configuration rules that the client must adhere to when configuring Grace Period.
type BenefitsOfferingGracePeriodValidationConfiguration {
defaultGracePeriodInDays: Int!
maximumGracePeriodInDays: Int
minimumGracePeriodInDays: Int!
}
Fields
BenefitsOfferingGracePeriodValidationConfiguration.defaultGracePeriodInDays
● Int!
non-null scalar
The recommended default value for Grace Period.
BenefitsOfferingGracePeriodValidationConfiguration.maximumGracePeriodInDays
● Int
scalar
The maximum Grace Period period in days. If unspecified, no validation will occur on the maximum value for this field. If specified, values greater than this will lead to errors.
BenefitsOfferingGracePeriodValidationConfiguration.minimumGracePeriodInDays
● Int!
non-null scalar
The minimum Grace Period in days. This is not allowed to be nullable since, even in scenarios where there is not a defined minimum value, a value less than 0 is invalid and a value equal to 0 is equivalent to disabling Grace Period. We represent Grace Period as disabled using nullability.