authenticationMethod property

  1. @BuiltValueField.new(wireName: r'AuthenticationMethod')
BuiltList<PaymentResultAuthenticationMethodEnum>? get authenticationMethod

Method for customer authentication. Allows the Sale System informed about customer authentication for the payment transaction. Possible values: * Bypass * ManualVerification * MerchantAuthentication * OfflinePIN * OnlinePIN * PaperSignature * SecureCertificate * SecureNoCertificate * SecuredChannel * SignatureCapture * UnknownMethod

Implementation

@BuiltValueField(wireName: r'AuthenticationMethod')
BuiltList<PaymentResultAuthenticationMethodEnum>? get authenticationMethod;