Skip to main content

CancelConsentPayload

Payload of the cancelConsent mutation

union CancelConsentPayload = CancelConsentSuccessPayload | ConsentNotFoundRejection | NotReachableConsentStatusRejection

Possible types

CancelConsentPayload.CancelConsentSuccessPayload object

Success payload of the cancelConsent mutation

CancelConsentPayload.ConsentNotFoundRejection object

Rejection returned if a consent was not found

CancelConsentPayload.NotReachableConsentStatusRejection object

Rejection returned when consent status couldn't change

Returned by

cancelConsent mutation