INPUT_OBJECT

guestIdentityFormInput

Information needed to creating guest identity.

link GraphQL Schema definition

1input guestIdentityFormInput {
4
2# The marketing tracking consent. 0 means opt-out, 1 means opt-in.
3marketingTrackingConsent: String
7
5# The version of the privacy notice. For example '1.0'.
6privacyNoticeVersion: String
8}

link Required by