Skip to main content

AcceptConsentPayload

No description

union AcceptConsentPayload = AcceptConsentSuccessPayload | ConsentNotFoundRejection | OperationNotAllowedRejection | UserNotFoundRejection | AcceptConsentNotAllowedForConsentPurposeRejection | NotAllowedUserStatusRejection | NotReachableConsentStatusRejection

Possible types

AcceptConsentPayload.AcceptConsentSuccessPayload object

AcceptConsentPayload.ConsentNotFoundRejection object

Rejection returned if a consent was not found

AcceptConsentPayload.OperationNotAllowedRejection object

AcceptConsentPayload.UserNotFoundRejection object

AcceptConsentPayload.AcceptConsentNotAllowedForConsentPurposeRejection object

Rejection returned when the Consent purpose is not allowed

AcceptConsentPayload.NotAllowedUserStatusRejection object

Rejection returned when the User status is not allowed

AcceptConsentPayload.NotReachableConsentStatusRejection object

Rejection returned when consent status couldn't change

Returned By

acceptConsent mutation