stripe-android
payments-model
/
com.stripe.android.cards
/
Bin
Bin
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
Bin
(
val
value
:
String
)
:
StripeModel
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Bin
Link copied to clipboard
fun
Bin
(
value
:
String
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
object
Companion
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard