Google Shopping Merchant Accounts V1beta Client - Class PromotionsConsent (0.1.0)

Reference documentation and code samples for the Google Shopping Merchant Accounts V1beta Client class PromotionsConsent.

All possible settings regarding promotions related to the business identity.

Protobuf type google.shopping.merchant.accounts.v1beta.BusinessIdentity.PromotionsConsent

Namespace

Google \ Shopping \ Merchant \ Accounts \ V1beta \ BusinessIdentity

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

Value: 0

Default value indicating that no selection was made.

Generated from protobuf enum PROMOTIONS_CONSENT_UNSPECIFIED = 0;

Value: 1

Indicates that the account consented to having their business identity used for promotions.

Generated from protobuf enum PROMOTIONS_CONSENT_GIVEN = 1;

Value: 2

Indicates that the account did not consent to having their business identity used for promotions.

Generated from protobuf enum PROMOTIONS_CONSENT_DENIED = 2;