toggle menu
adyen-android
androidJvm
switch theme
search in API
card
/
com.adyen.checkout.card.internal.data.model
/
BinLookupRequest
Bin
Lookup
Request
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
BinLookupRequest
(
val
encryptedBin
:
String
?
=
null
,
val
requestId
:
String
?
=
null
,
val
supportedBrands
:
List
<
String
>
?
=
null
,
val
type
:
String
?
=
null
)
:
ModelObject
Members
Constructors
Bin
Lookup
Request
Link copied to clipboard
constructor
(
encryptedBin
:
String
?
=
null
,
requestId
:
String
?
=
null
,
supportedBrands
:
List
<
String
>
?
=
null
,
type
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
encrypted
Bin
Link copied to clipboard
val
encryptedBin
:
String
?
=
null
request
Id
Link copied to clipboard
val
requestId
:
String
?
=
null
supported
Brands
Link copied to clipboard
val
supportedBrands
:
List
<
String
>
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)