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
// ignore: invalid_annotation_target
@JsonKey(name: 'periodUnit', unknownEnumValue: PeriodUnit.unknown)
PeriodUnit get periodUnit => throw _privateConstructorUsedError;