IDVMethod

public struct IDVMethod

IDVMethod defines the Visa IDV methods that are available to the end user.

Version

Version 3.0

Since

Since 3.0
  • id

    The identifier of the IDVMethod.

    Declaration

    Swift

    public var id: String?
  • A type of IDVMethod that the end user can select.

    Declaration

    Swift

    public var type: VisaCTFHelper.IDVType?
  • Only for IDVType.appToApp. It corresponds to the concatenation of the issuer application ID and the intent handler. An information that can be displayed to the end user.

    Declaration

    Swift

    public var value: String?
  • Only for IDVType.appToApp. It corresponds to the concatenation of the issuer application ID and the intent handler.

    Declaration

    Swift

    public var source: String?
  • Only for IDVType.appToApp. It is an opaque payload to provide to the issuer application.

    Declaration

    Swift

    public var requestPayload: String?