CancelFundingSourcePayload
Cancel Funding Source Payload
union CancelFundingSourcePayload = CancelFundingSourceSuccessPayload | ForbiddenRejection | NotFoundRejection
Possible types
CancelFundingSourcePayload.CancelFundingSourceSuccessPayload
object
Cancel Funding Source Success Payload
CancelFundingSourcePayload.ForbiddenRejection
object
CancelFundingSourcePayload.NotFoundRejection
object
Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists
Returned By
cancelFundingSource
mutation