trialEnd property

  1. @BuiltValueField(wireName: r'trial_end')
DateTime? trialEnd

If the subscription has a trial, the end of that trial.

Implementation

@BuiltValueField(wireName: r'trial_end')
DateTime? get trialEnd;