TokenizeManualEntryParams

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.

Constructors

Link copied to clipboard
constructor(foragePanEditText: ForagePANEditText, reusable: Boolean = true)

Properties

Link copied to clipboard

Required. A reference to a ForagePANEditText instance that collects the customer's card number.

Link copied to clipboard
val reusable: Boolean = true

Optional. A boolean that indicates whether the same card can be used to create multiple payments. Defaults to true.