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