productName property

  1. @JsonKey(name: 'product_name')
String? productName
getter/setter pair

Name of the product, as displayed on the receipt or the price tag.

Implementation

@JsonKey(name: 'product_name')
String? productName;