onlineSalesChannel property

String? onlineSalesChannel
getter/setter pair

The channels through which the merchant is selling. Possible string values are:

  • "ONLINE_SALES_CHANNEL_UNSPECIFIED" : Default value when online sales channel is not set.
  • "GOOGLE_EXCLUSIVE" : Merchant is selling exclusively on Google.
  • "GOOGLE_AND_OTHER_WEBSITES" : Merchant is selling on Google and other websites.

Implementation

core.String? onlineSalesChannel;