allowPartialAuth property

  1. @BuiltValueField.new(wireName: r'allowPartialAuth')
String? get allowPartialAuth

Set to true to authorise a part of the requested amount in case the cardholder does not have enough funds on their account. If a payment was partially authorised, the response includes resultCode: PartiallyAuthorised and the authorised amount in additionalData.authorisedAmountValue. To enable this functionality, contact our Support Team.

Implementation

@BuiltValueField(wireName: r'allowPartialAuth')
String? get allowPartialAuth;