hasTrialOffer property

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

True, if there is any eligible offer with a trial for this subscription and base plan combination. False otherwise or for an in-app product.

Implementation

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