IdvType

public enum IdvType : Int, Codable

Identity and Verification method types

  • This code is used when the user opts OTP through mail for verification.

    Declaration

    Swift

    case otpEmail
  • This code is used when the user opts OTP through SMS for verification.

    Declaration

    Swift

    case otpSms
  • This code is used when the user opts OTP through online banking for verification.

    Declaration

    Swift

    case otpOnlineBanking
  • This code is used when the user opts app to app for verification.

    Declaration

    Swift

    case appToApp
  • This code is used when the user opts customer service for verification.

    Declaration

    Swift

    case customerService
  • This code is used when the user opts outbound call for verification.

    Declaration

    Swift

    case outboundCall
  • Description of the IdvType.

    Declaration

    Swift

    public var description: String { get }