hasTrialOrIntroOffer property

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

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

Implementation

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