modificationAmount property

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

The amount that needs to be captured/refunded. Required for /capture and /refund, not allowed for /cancel. The currency must match the currency used in authorisation, the value must be smaller than or equal to the authorised amount.

Implementation

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