disputedAmount property

  1. @BuiltValueField.new(wireName: r'disputedAmount')
Amount? get disputedAmount

The amount for which the transaction is being disputed. The disputed amount cannot be greater than the transaction amount. If an amount was not provided, the entire transaction amount is disputed.

Implementation

@BuiltValueField(wireName: r'disputedAmount')
Amount? get disputedAmount;