allowPartialAuth property
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;