DefaultStaticCardAccountRanges
Functions
Link copied to clipboard
open override fun filter(cardNumber: CardNumber.Unvalidated): List<AccountRange>
Content copied to clipboard
Return all AccountRanges that contain the given cardNumber.
Link copied to clipboard
open override fun first(cardNumber: CardNumber.Unvalidated): AccountRange?
Content copied to clipboard
Return the first AccountRange that contains the given cardNumber, or null
.