groupPaymentProducts property

  1. @JsonKey(required: true)
bool groupPaymentProducts
getter/setter pair

Whether to group payment products together when retrieving them from the API.

Implementation

@JsonKey(required: true)
bool groupPaymentProducts = false;