Package com.stripe.android.cards
Types
Link copied to clipboard
Link copied to clipboard
class CardAccountRangeService( cardAccountRangeRepository: CardAccountRangeRepository, workContext: CoroutineContext, val staticCardAccountRanges: StaticCardAccountRanges, accountRangeResultListener: CardAccountRangeService.AccountRangeResultListener)
Content copied to clipboard
Link copied to clipboard
class DefaultCardAccountRangeRepositoryFactory(context: Context, analyticsRequestExecutor: AnalyticsRequestExecutor) : CardAccountRangeRepository.Factory
Content copied to clipboard
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
Content copied to clipboard
A CardAccountRangeSource that uses a local, static source of BIN ranges.