stripe-android
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stripe-android
paymentsheet
/
com.stripe.android.link
/
LinkController
/
Configuration
Configuration
class
Configuration
Configuration for
LinkController
.
Members
Constructors
Configuration
Link copied to clipboard
constructor
(
publishableKey
:
String
,
merchantDisplayName
:
String
,
email
:
String
,
stripeAccountId
:
String
?
=
null
)
Functions
allow
Logout
Link copied to clipboard
fun
allowLogout
(
allowLogout
:
Boolean
)
:
LinkController.Configuration
email
Link copied to clipboard
fun
email
(
email
:
String
?
)
:
LinkController.Configuration
payment
Method
Types
Link copied to clipboard
fun
paymentMethodTypes
(
paymentMethodTypes
:
List
<
String
>
?
)
:
LinkController.Configuration
phone
Number
Link copied to clipboard
fun
phoneNumber
(
phoneNumber
:
String
?
)
:
LinkController.Configuration
supported
Payment
Method
Types
Link copied to clipboard
fun
supportedPaymentMethodTypes
(
types
:
List
<
LinkController.PaymentMethodType
>
?
)
:
LinkController.Configuration