ScheduleStandingOrderPayload
No description
union ScheduleStandingOrderPayload = ScheduleStandingOrderSuccessPayload | ForbiddenRejection | InternalErrorRejection | InvalidArgumentRejection
Possible types
ScheduleStandingOrderPayload.ScheduleStandingOrderSuccessPayload
object
ScheduleStandingOrderPayload.ForbiddenRejection
object
ScheduleStandingOrderPayload.InternalErrorRejection
object
Rejection returned on unexpected server error
ScheduleStandingOrderPayload.InvalidArgumentRejection
object
Rejection returned on invalid argument error
Returned By
scheduleStandingOrder
mutation