promotionsConsent property

String? promotionsConsent
getter/setter pair

Whether the identity attributes may be used for promotions.

Required. Possible string values are:

  • "PROMOTIONS_CONSENT_UNSPECIFIED" : Default value indicating that no selection was made.
  • "PROMOTIONS_CONSENT_GIVEN" : Indicates that the account consented to having their business identity used for promotions.
  • "PROMOTIONS_CONSENT_DENIED" : Indicates that the account did not consent to having their business identity used for promotions.

Implementation

core.String? promotionsConsent;