OPPSTCPayVerificationOption

@objc
public enum OPPSTCPayVerificationOption : Int

An enumeration of possible options to proceed STC Pay payment.

  • Mobile phone number option.

    Declaration

    Swift

    case phone
  • QR-Code option.

    Declaration

    Swift

    case qrCode