BecsDebitBanks

class BecsDebitBanks(banks: List<BecsDebitBanks.Bank>, shouldIncludeTestBank: Boolean = true)

Constructors

Link copied to clipboard
constructor(context: Context, shouldIncludeTestBank: Boolean = true)
constructor(banks: List<BecsDebitBanks.Bank>, shouldIncludeTestBank: Boolean = true)

Types

Link copied to clipboard
data class Bank(val prefix: String, val name: String) : Parcelable

Functions

Link copied to clipboard