Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class CardAccountRangeService(cardAccountRangeRepository: CardAccountRangeRepository, workContext: CoroutineContext, val staticCardAccountRanges: StaticCardAccountRanges, accountRangeResultListener: CardAccountRangeService.AccountRangeResultListener, isCbcEligible: () -> Boolean)
Link copied to clipboard
Link copied to clipboard
class DefaultCardAccountRangeRepositoryFactory(context: Context, analyticsRequestExecutor: AnalyticsRequestExecutor) : CardAccountRangeRepository.Factory
A CardAccountRangeRepository.Factory that returns a DefaultCardAccountRangeRepositoryFactory.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class StaticCardAccountRangeSource(accountRanges: StaticCardAccountRanges = DefaultStaticCardAccountRanges()) : CardAccountRangeSource
A CardAccountRangeSource that uses a local, static source of BIN ranges.