records property

  1. @BuiltValueField.new(wireName: r'records')
BuiltList<CompensateNegativeBalanceNotificationRecord>? get records

A list of the negative balances compensated.

Implementation

@BuiltValueField(wireName: r'records')
BuiltList<CompensateNegativeBalanceNotificationRecord>? get records;