CardAccountRangeRepository

Types

Link copied to clipboard
interface Factory

Properties

Link copied to clipboard
abstract val loading: StateFlow<Boolean>

Flow that represents whether any of the CardAccountRangeSource instances are loading.

Functions

Link copied to clipboard
abstract suspend fun getAccountRange(cardNumber: CardNumber.Unvalidated): AccountRange?
Link copied to clipboard
abstract suspend fun getAccountRanges(cardNumber: CardNumber.Unvalidated): List<AccountRange>?