toggle menu
stripe-android
androidJvm
switch theme
search in API
link
/
com.stripe.android.link
/
LinkConfiguration
/
CustomerInfo
Customer
Info
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
CustomerInfo
(
val
name
:
String
?
,
val
email
:
String
?
,
val
phone
:
String
?
,
val
billingCountryCode
:
String
?
)
:
Parcelable
Members
Constructors
Customer
Info
Link copied to clipboard
constructor
(
name
:
String
?
,
email
:
String
?
,
phone
:
String
?
,
billingCountryCode
:
String
?
)
Properties
billing
Country
Code
Link copied to clipboard
val
billingCountryCode
:
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
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)