reversedAmount property

  1. @BuiltValueField.new(wireName: r'ReversedAmount')
num? get reversedAmount

Amount of the payment or loyalty to reverse. ReversedAmount is implicitly equal to the AuthorizedAmount if absent.

Implementation

@BuiltValueField(wireName: r'ReversedAmount')
num? get reversedAmount;