OPPThreeDSTransactionMode

@objc
public enum OPPThreeDSTransactionMode : Int

An enumeration for possible modes to switch between test and live environment.

  • The mode to process transaction in test system. Might be not available for some brands.

    Declaration

    Swift

    case test
  • The mode to process transaction in live system.

    Declaration

    Swift

    case live