Wallet

The different wallets the SDK can interact with via the API

enum Wallet : Enum<Wallet>

Entries

MERCHANT
Link copied to clipboard

Indicates the wallet has been registered with a merchant

EVERYDAY_PAY
Link copied to clipboard

Everyday pay

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: Wallet): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<Wallet>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int