periodUnit property
- @JsonKey(name: 'periodUnit', unknownEnumValue: PeriodUnit.unknown)
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;