BinRange

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

Constructors

Link copied to clipboard
constructor(low: String, high: String)

Properties

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

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard

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)