stripe-android
payments-core
/
com.stripe.android.payments.paymentlauncher
/
PaymentLauncherContract
/
Args
Args
sealed
class
Args
:
Parcelable
Types
Functions
Properties
Inheritors
Types
Intent
Confirmation
Args
Link copied to clipboard
data
class
IntentConfirmationArgs
:
PaymentLauncherContract.Args
Payment
Intent
Next
Action
Args
Link copied to clipboard
data
class
PaymentIntentNextActionArgs
:
PaymentLauncherContract.Args
Setup
Intent
Next
Action
Args
Link copied to clipboard
data
class
SetupIntentNextActionArgs
:
PaymentLauncherContract.Args
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
to
Bundle
Link copied to clipboard
fun
toBundle
(
)
:
Bundle
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
enable
Logging
Link copied to clipboard
open
val
enableLogging
:
Boolean
injector
Key
Link copied to clipboard
open
val
injectorKey
:
String
product
Usage
Link copied to clipboard
open
val
productUsage
:
Set
<
String
>
publishable
Key
Link copied to clipboard
open
val
publishableKey
:
String
status
Bar
Color
Link copied to clipboard
open
var
statusBarColor
:
Int
?
=
null
stripe
Account
Id
Link copied to clipboard
open
val
stripeAccountId
:
String
?
Inheritors
IntentConfirmationArgs
Link copied to clipboard
PaymentIntentNextActionArgs
Link copied to clipboard
SetupIntentNextActionArgs
Link copied to clipboard