products property

  1. @JsonKey(defaultValue: <String>[])
List<String> products
final

The product IDs of this purchase.

Implementation

@JsonKey(defaultValue: <String>[])
final List<String> products;