hasTrial property

  1. @JsonKey(name: 'hasTrial')
bool hasTrial
final

True, if there is a trial phase in the current offer. False otherwise.

Implementation

@JsonKey(name: 'hasTrial')
final bool hasTrial;