balance property

  1. @BuiltValueField.new(wireName: r'balance')
int? get balance

The amount in the payment's currency that is debited or credited on the balance accounting register.

Implementation

@BuiltValueField(wireName: r'balance')
int? get balance;