toggle menu
stripe-android
androidJvm
switch theme
search in API
paymentsheet
/
com.stripe.android.paymentsheet
/
PaymentSheet
/
CustomPaymentMethod
Custom
Payment
Method
class
CustomPaymentMethod
:
Parcelable
Defines a custom payment method type that can be displayed in Payment Element.
Members
Constructors
Custom
Payment
Method
Link copied to clipboard
constructor
(
id
:
String
,
@
StringRes
subtitle
:
Int
?
,
disableBillingDetailCollection
:
Boolean
=
true
)
constructor
(
id
:
String
,
subtitle
:
String
?
,
disableBillingDetailCollection
:
Boolean
=
true
)
Properties
id
Link copied to clipboard
val
id
:
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
)