balanceDate property

  1. @BuiltValueField.new(wireName: r'balanceDate')
LocalDate? get balanceDate

The date of the funds were found to be below threshold.

Implementation

@BuiltValueField(wireName: r'balanceDate')
LocalDate? get balanceDate;