CheckBalanceParams

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.

Constructors

Link copied to clipboard
constructor(forageVaultElement: ForageVaultElement<ElementState>, paymentMethodRef: String)

Properties

Link copied to clipboard
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.