Check Balance Params
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.
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.