toggle menu
adyen-android
androidJvm
switch theme
search in API
ui-core
/
com.adyen.checkout.ui.core.internal.ui.model
/
AddressListItem
Address
List
Item
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
AddressListItem
(
val
name
:
String
,
val
code
:
String
,
val
selected
:
Boolean
)
:
SimpleTextListItem
Members
Constructors
Address
List
Item
Link copied to clipboard
constructor
(
name
:
String
,
code
:
String
,
selected
:
Boolean
)
Properties
code
Link copied to clipboard
val
code
:
String
name
Link copied to clipboard
val
name
:
String
selected
Link copied to clipboard
val
selected
:
Boolean
text
Link copied to clipboard
val
text
:
String