stripe-android
link
/
com.stripe.android.link.ui.inline
/
UserInput
/
SignUp
Sign
Up
data
class
SignUp
(
val
email
:
String
,
val
phone
:
String
,
val
country
:
String
,
val
name
:
String
?
)
:
UserInput
Content copied to clipboard
Represents an input that is valid for signing up to a link account.
Constructors
Properties
Constructors
Sign
Up
Link copied to clipboard
fun
SignUp
(
email
:
String
,
phone
:
String
,
country
:
String
,
name
:
String
?
)
Content copied to clipboard
Properties
country
Link copied to clipboard
val
country
:
String
Content copied to clipboard
email
Link copied to clipboard
val
email
:
String
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
phone
Link copied to clipboard
val
phone
:
String
Content copied to clipboard