Tokenize Manual Entry Params
data class TokenizeManualEntryParams(val foragePanEditText: ForagePANEditText, val reusable: Boolean = true)
A model that represents the parameters that ForageTerminalSDK requires to tokenize a card by entering the card number into a ForagePANEditText. This data class is not supported for online-only transactions. TokenizeManualEntryParams are passed to the tokenizeCard method.
Properties
Link copied to clipboard
Required. A reference to a ForagePANEditText instance that collects the customer's card number.