BinRange

data class BinRange(low: String, high: String) : StripeModel

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun matches(cardNumber: CardNumber.Unvalidated): Boolean

Number matching strategy: Truncate the longer of the two numbers (theirs and our bounds) to match the length of the shorter one, then do numerical compare.

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val high: String
Link copied to clipboard
val low: String