toggle menu
stripe-android
androidJvm
switch theme
search in API
stripe-ui-core
/
com.stripe.android.uicore.address
/
CountryAddressSchema
Country
Address
Schema
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
@
Serializable
class
CountryAddressSchema
(
val
type
:
FieldType
?
,
val
required
:
Boolean
,
val
schema
:
FieldSchema
?
=
null
)
Members
Constructors
Country
Address
Schema
Link copied to clipboard
constructor
(
type
:
FieldType
?
,
required
:
Boolean
,
schema
:
FieldSchema
?
=
null
)
Properties
required
Link copied to clipboard
@
SerialName
(
value
=
"required"
)
val
required
:
Boolean
schema
Link copied to clipboard
@
SerialName
(
value
=
"schema"
)
val
schema
:
FieldSchema
?
=
null
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
FieldType
?