introPricePeriodUnit property

  1. @Deprecated('Use periodUnit property of type PeriodUnit instead.')
  2. @JsonKey(name: 'periodUnit')
String introPricePeriodUnit
inherited

String representation of unit for the billing period of the introductory price, can be DAY, WEEK, MONTH or YEAR.

Implementation

@Deprecated('Use periodUnit property of type PeriodUnit instead.')
@JsonKey(name: 'periodUnit')
String get introPricePeriodUnit => throw _privateConstructorUsedError;