product property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? product
getter/setter pair

The identifier of the entity that was purchased.

This may actually represent a product, quote, or offer. We strongly recommend that you use the following more explicit fields: productExternalName, quoteExternalName, or offer.

Output only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? product;