toggle menu
adyen-android
androidJvm
switch theme
search in API
ui-core
/
com.adyen.checkout.ui.core.internal.data.model
/
AddressItem
Address
Item
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
AddressItem
(
val
id
:
String
?
=
null
,
val
name
:
String
?
=
null
)
:
ModelObject
Members
Constructors
Address
Item
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
name
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
name
Link copied to clipboard
val
name
:
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
)