Custom Card Response
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.
See also
Constructors
Link copied to clipboard
fun CustomCardResponse(error: TransactionError = TransactionError.NONE, errorMessage: String = "", cardNumber: String = "", cardName: String = "", posEntryMode: PosEntryModes = PosEntryModes.NONE)