type property

ProductType? type
final

The product type. Indicates whether the product is physical or digital goods, or a service. The possible values are:

  • PHYSICAL. Physical goods
  • DIGITAL. Digital goods
  • SERVICE. Product representing a service. Example: Tech Support

Implementation

final ProductType? type;