additionalAmount property

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

If you want a BIN or card verification request to use a non-zero value, assign this value to additionalAmount (while the amount must be still set to 0 to trigger BIN or card verification). Required to be in the same currency as the amount.

Implementation

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