toggle menu
stripe-android
androidJvm
switch theme
search in API
link
/
com.stripe.android.link.ui.inline
/
UserInput
/
SignUp
Sign
Up
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
SignUp
(
val
email
:
String
,
val
phone
:
String
,
val
country
:
String
,
val
name
:
String
?
,
val
consentAction
:
SignUpConsentAction
)
:
UserInput
Represents an input that is valid for signing up to a link account.
Members
Constructors
Sign
Up
Link copied to clipboard
constructor
(
email
:
String
,
phone
:
String
,
country
:
String
,
name
:
String
?
,
consentAction
:
SignUpConsentAction
)
Properties
consent
Action
Link copied to clipboard
val
consentAction
:
SignUpConsentAction
country
Link copied to clipboard
val
country
:
String
email
Link copied to clipboard
val
email
:
String
name
Link copied to clipboard
val
name
:
String
?
phone
Link copied to clipboard
val
phone
:
String