products property

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

Returns a list of UserChoiceDetailsProductWrapper to be purchased in the user choice alternative billing flow.

Implementation

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