amountAdjustmentType property

  1. @BuiltValueField.new(wireName: r'amountAdjustmentType')
AmountAdjustmentAmountAdjustmentTypeEnum? get amountAdjustmentType

The type of markup that is applied to an authorised payment. Possible values: exchange, forexMarkup, authHoldReserve, atmMarkup.

Implementation

@BuiltValueField(wireName: r'amountAdjustmentType')
AmountAdjustmentAmountAdjustmentTypeEnum? get amountAdjustmentType;