toggle menu
adyen-android
androidJvm
switch theme
search in API
card
/
com.adyen.checkout.card.internal.data.model
/
BinLookupResponse
Bin
Lookup
Response
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
BinLookupResponse
(
val
brands
:
List
<
Brand
>
?
=
null
,
val
issuingCountryCode
:
String
?
=
null
,
val
requestId
:
String
?
=
null
)
:
ModelObject
Members
Constructors
Bin
Lookup
Response
Link copied to clipboard
constructor
(
brands
:
List
<
Brand
>
?
=
null
,
issuingCountryCode
:
String
?
=
null
,
requestId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
brands
Link copied to clipboard
val
brands
:
List
<
Brand
>
?
=
null
issuing
Country
Code
Link copied to clipboard
val
issuingCountryCode
:
String
?
=
null
request
Id
Link copied to clipboard
val
requestId
:
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
)