periodUnit property

  1. @BuiltValueField.new(wireName: r'PeriodUnit')
PeriodUnit? get periodUnit

Type of instalment transaction. Possible values: * Annual * Daily * Monthly * Weekly

Implementation

@BuiltValueField(wireName: r'PeriodUnit')
PeriodUnit? get periodUnit;