OPPThreeDSCompletionEvent

@objc
public class OPPThreeDSCompletionEvent : NSObject

Class to represent information about successful challenge completion.

  • 3-D Secure transaction identifier.

    Declaration

    Swift

    @objc
    public private(set) var transactionId: String { get }
  • Status of the transaction after challenge is done.

    Declaration

    Swift

    @objc
    public private(set) var transactionStatus: OPPThreeDSTransactionStatus { get }