stripe-android
payments-ui-core
/
com.stripe.android.ui.core.elements.autocomplete.model
/
AddressComponent
Address
Component
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
AddressComponent
(
val
shortName
:
String
?
,
val
longName
:
String
,
val
types
:
List
<
String
>
)
Constructors
Functions
Properties
Constructors
Address
Component
Link copied to clipboard
fun
AddressComponent
(
shortName
:
String
?
,
longName
:
String
,
types
:
List
<
String
>
)
Functions
contains
Link copied to clipboard
fun
contains
(
type
:
Place.Type
)
:
Boolean
Properties
long
Name
Link copied to clipboard
val
longName
:
String
short
Name
Link copied to clipboard
val
shortName
:
String
?
types
Link copied to clipboard
val
types
:
List
<
String
>