offering property

String? offering
getter/setter pair

The type of offering the subscription was sold by the partner.

e.g. VAS. Possible string values are:

  • "OFFERING_UNSPECIFIED" : The type of partner offering is unspecified.
  • "OFFERING_VAS_BUNDLE" : Google One product purchased as a Value added service in addition to existing partner's products. Customer pays additional amount for Google One product.
  • "OFFERING_VAS_STANDALONE" : Google One product purchased by itself by customer as a value add service. Customer pays additional amount for Google One product.
  • "OFFERING_HARD_BUNDLE" : Product purchased as part of a hard bundle where Google One was included with the bundle. Google One pricing is included in the bundle.
  • "OFFERING_SOFT_BUNDLE" : Purchased as part of a bundle where Google One was provided as an option. Google One pricing is included in the bundle.

Implementation

core.String? offering;