BecsDebitBanks

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

Constructors

Link copied to clipboard
fun BecsDebitBanks(context: Context, shouldIncludeTestBank: Boolean = true)

Types

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

Functions

Link copied to clipboard
fun byPrefix(bsb: String): BecsDebitBanks.Bank?