toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-ui-core
/
com.stripe.android.ui.core.elements
/
AffirmTextSpec
Affirm
Text
Spec
@
Serializable
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
AffirmTextSpec
(
val
apiPath
:
IdentifierSpec
=
IdentifierSpec.Generic("affirm_header")
)
:
FormItemSpec
Header that displays promo information about Affirm
Members
Constructors
Affirm
Text
Spec
Link copied to clipboard
constructor
(
apiPath
:
IdentifierSpec
=
IdentifierSpec.Generic("affirm_header")
)
Properties
api
Path
Link copied to clipboard
@
SerialName
(
value
=
"api_path"
)
open
override
val
apiPath
:
IdentifierSpec
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
transform
Link copied to clipboard
fun
transform
(
)
:
FormElement
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)