Protocols

The following protocols are available globally.

  • Client used to interface with the virtual cards service simulator.

    This client allows you to simulate the use of a virtual card at merchants to generate transaction events. The simulator is only available in sandbox environments.

    It is recommended to code to this interface, rather than the implementation class (DefaultSudoVirtualCardsSimulatorClient) as the implementation class is only meant to be used for initializing an instance of the client.

    See more

    Declaration

    Swift

    public protocol SudoVirtualCardsSimulatorClient : AnyObject