Skip to main content

SetRecurringContributionScheduleForBenefitResponse

A union representing the possible return types when setting the recurring contribution schedule for a benefit

union SetRecurringContributionScheduleForBenefitResponse =
| BadRequestError
| InternalServerError
| SetRecurringContributionScheduleForBenefitResult

Possible types

SetRecurringContributionScheduleForBenefitResponse.BadRequestError object

Returned when there is an error in the request.

SetRecurringContributionScheduleForBenefitResponse.InternalServerError object

Returned when an error is encountered that is not expected.

SetRecurringContributionScheduleForBenefitResponse.SetRecurringContributionScheduleForBenefitResult object

The successful result of setting the recurring contribution schedule for a benefit

Returned By

setRecurringContributionScheduleForBenefit mutation