periodUnit property

  1. @JsonKey(name: 'periodUnit', unknownEnumValue: PeriodUnit.unknown)
PeriodUnit periodUnit
inherited

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

Implementation

@JsonKey(name: 'periodUnit', unknownEnumValue: PeriodUnit.unknown)
PeriodUnit get periodUnit => throw _privateConstructorUsedError;