isTrialPeriod property

  1. @JsonKey(name: 'is_trial_period')
String? isTrialPeriod
final

An indication of whether a subscription is in the free trial period. See is_trial_period for more information.

Implementation

@JsonKey(name: 'is_trial_period')
final String? isTrialPeriod;