trialStart property

  1. @BuiltValueField(wireName: r'trial_start')
DateTime? trialStart

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

Implementation

@BuiltValueField(wireName: r'trial_start')
DateTime? get trialStart;