numberOfPeriods property

  1. @JsonKey(defaultValue: 0)
int numberOfPeriods
final

The object represent the discount period length.

The value must be >= 0 if the object is valid.

Implementation

@JsonKey(defaultValue: 0)
final int numberOfPeriods;