SimulatedCard

data class SimulatedCard

A SimulatedCard contains all information necessary to simulate the experience of paying with specific card brands / error conditions.

Constructors

Link copied to clipboard
constructor(cardType: SimulatedCardType)

Create a SimulatedCard object from one of the preconfigured SimulatedCardTypes.

constructor(testCardNumber: String)

Create a SimulatedCard object from a custom test card number.