CancelStandingOrderPayload
No description
union CancelStandingOrderPayload = CancelStandingOrderSuccessPayload | ForbiddenRejection | InternalErrorRejection | StandingOrderNotFoundRejection
Possible types
CancelStandingOrderPayload.CancelStandingOrderSuccessPayload
object
CancelStandingOrderPayload.ForbiddenRejection
object
CancelStandingOrderPayload.InternalErrorRejection
object
Rejection returned on unexpected server error
CancelStandingOrderPayload.StandingOrderNotFoundRejection
object
Rejection returned when Standing Order is not found
Returned By
cancelStandingOrder
mutation