toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-ui-core
/
com.stripe.android.ui.core.elements.autocomplete.model
/
AddressComponent
Address
Component
@
Serializable
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
AddressComponent
(
val
shortName
:
String
?
,
val
longName
:
String
,
val
types
:
List
<
String
>
)
Members
Constructors
Address
Component
Link copied to clipboard
constructor
(
shortName
:
String
?
,
longName
:
String
,
types
:
List
<
String
>
)
Properties
long
Name
Link copied to clipboard
@
SerialName
(
value
=
"long_name"
)
val
longName
:
String
short
Name
Link copied to clipboard
@
SerialName
(
value
=
"short_name"
)
val
shortName
:
String
?
types
Link copied to clipboard
@
SerialName
(
value
=
"types"
)
val
types
:
List
<
String
>
Functions
contains
Link copied to clipboard
fun
contains
(
type
:
Place.Type
)
:
Boolean