toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-ui-core
/
com.stripe.android.ui.core.elements
/
FormItemSpec
Form
Item
Spec
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
@
Serializable
(
with
=
FormItemSpecSerializer::class
)
sealed
class
FormItemSpec
:
Parcelable
This is used to define each section in the visual form layout specification
Inheritors
AddressSpec
AffirmTextSpec
AfterpayClearpayTextSpec
AuBankAccountNumberSpec
AuBecsDebitMandateTextSpec
BacsDebitBankAccountSpec
BacsDebitConfirmSpec
BsbSpec
CashAppPayMandateTextSpec
CountrySpec
DropdownSpec
EmailSpec
EmptyFormSpec
IbanSpec
KlarnaHeaderStaticTextSpec
KlarnaMandateTextSpec
MandateTextSpec
NameSpec
OTPSpec
PhoneSpec
PlaceholderSpec
SepaMandateTextSpec
SimpleTextSpec
StaticTextSpec
Members
Properties
api
Path
Link copied to clipboard
@
SerialName
(
value
=
"api_path"
)
abstract
val
apiPath
:
IdentifierSpec
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
)