salesChannel property

String? salesChannel
getter/setter pair

The type of sales channel through which the subscription was sold. Possible string values are:

  • "CHANNEL_UNSPECIFIED" : The channel type is unspecified.
  • "CHANNEL_RETAIL" : Sold at store.
  • "CHANNEL_ONLINE_WEB" : Sold through partner website.
  • "CHANNEL_ONLINE_ANDROID_APP" : Sold through partner android app.
  • "CHANNEL_ONLINE_IOS_APP" : Sold through partner iOS app.

Implementation

core.String? salesChannel;