Package-level declarations

Types

Link copied to clipboard
class CustomCardRequest(loyaltyApplications: Array<String> = emptyArray())

Represents a request to read a custom card.

Link copied to clipboard
class CustomCardResponse(error: TransactionError = TransactionError.NONE, errorMessage: String = "", cardNumber: String = "", cardName: String = "", posEntryMode: PosEntryModes = PosEntryModes.NONE) : GenericResponse

Contains the response to a read custom card request.