toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-ui-core
/
com.stripe.android.ui.core.elements
/
SharedDataSpec
Shared
Data
Spec
@
Serializable
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
SharedDataSpec
(
val
type
:
String
,
val
fields
:
ArrayList
<
FormItemSpec
>
=
arrayListOf()
,
val
selectorIcon
:
SelectorIcon
?
=
null
)
:
Parcelable
Members
Constructors
Shared
Data
Spec
Link copied to clipboard
constructor
(
type
:
String
,
fields
:
ArrayList
<
FormItemSpec
>
=
arrayListOf()
,
selectorIcon
:
SelectorIcon
?
=
null
)
Properties
fields
Link copied to clipboard
@
SerialName
(
value
=
"fields"
)
val
fields
:
ArrayList
<
FormItemSpec
>
selector
Icon
Link copied to clipboard
@
SerialName
(
value
=
"selector_icon"
)
val
selectorIcon
:
SelectorIcon
?
=
null
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)