Check Balance Params
data class CheckBalanceParams(val forageVaultElement: ForageVaultElement<ElementState>, 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 ForageVaultElement instance (either a ForagePINEditText or a ForagePinPad).
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 tokenizeCard or the Create a PaymentMethod
endpoint.