UpdateMyMonthlyDepositResponse
Union type representing the possible responses of the updateMyMonthlyDeposit mutation.
union UpdateMyMonthlyDepositResponse = CalculatedMonthlyDepositAmount | NewMonthlyDepositAmount | UsageOutsideOfThresholdError
Possible types
UpdateMyMonthlyDepositResponse.CalculatedMonthlyDepositAmount object
The response of updateMyMonthlyDeposit mutation when not accepting the calculated monthly deposit.
UpdateMyMonthlyDepositResponse.NewMonthlyDepositAmount object
The response of updateMyMonthlyDeposit mutation when accepting the calculated monthly deposit and the monthly deposit is updated.
UpdateMyMonthlyDepositResponse.UsageOutsideOfThresholdError object
The UsageOutsideOfThresholdError type represents an error when the usage is outside of the threshold compared to the expected usage.
Returned By
updateMyMonthlyDeposit mutation