periodUnit property

  1. @JsonKey(name: 'periodUnit')
String periodUnit
inherited

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

Implementation

@JsonKey(name: 'periodUnit')
String get periodUnit => throw _privateConstructorUsedError;