reserved property

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

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

Implementation

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