received property

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

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

Implementation

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