CheckBalanceParams

data class CheckBalanceParams(val foragePinEditText: ForagePINEditText, val paymentMethodRef: String)

A model that represents the parameters that Forage requires to check a card's balance. CheckBalanceParams are passed to the checkBalance method.

Constructors

Link copied to clipboard
constructor(foragePinEditText: ForagePINEditText, paymentMethodRef: String)

Properties

Link copied to clipboard

A reference to a ForagePINEditText instance. setForageConfig must be called on the instance before it can be passed.

Link copied to clipboard

A unique string identifier for a previously created PaymentMethod in Forage's database, found in the response from a call to tokenizeEBTCard (online-only), tokenizeCard (POS), or the Create a PaymentMethod endpoint.