IDVMethod

public struct IDVMethod : Sendable

The different verification/authentication methods used to verify the cardholder’s identify.

  • id

    IDV Method unique identifier. Selection of IDV method is based on this ID.

    Declaration

    Swift

    public let id: String
  • Type enum of the IDV Method.

    Declaration

    Swift

    public let type: IDVType
  • String representation of the IDV method type.

    Declaration

    Swift

    public let typeDescription: String
  • Display value of the IDV Method.

    Declaration

    Swift

    public let value: String
  • Whether or not this IDV Method requires an OTP.

    Declaration

    Swift

    public let isOTPRequired: Bool
  • The IDV type.

    See more

    Declaration

    Swift

    public enum IDVType : Sendable, CaseIterable