productType property

  1. @JsonKey(defaultValue: ProductType.subs)
ProductType productType
final

The ProductType of the product.

Implementation

@JsonKey(defaultValue: ProductType.subs)
final ProductType productType;