stripe-android
payments-ui-core
/
com.stripe.android.ui.core.elements
/
IbanSpec
Iban
Spec
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
@
Serializable
data
class
IbanSpec
(
val
apiPath
:
IdentifierSpec
=
IdentifierSpec.Generic("sepa_debit[iban]")
)
:
FormItemSpec
Constructors
Functions
Properties
Constructors
Iban
Spec
Link copied to clipboard
fun
IbanSpec
(
apiPath
:
IdentifierSpec
=
IdentifierSpec.Generic("sepa_debit[iban]")
)
Functions
transform
Link copied to clipboard
fun
transform
(
initialValues
:
Map
<
IdentifierSpec
,
String
?
>
)
:
SectionElement
Properties
api
Path
Link copied to clipboard
open
override
val
apiPath
:
IdentifierSpec