stripe-android
payments-core
/
com.stripe.android.payments.paymentlauncher
/
PaymentLauncherContract
/
Args
/
PaymentIntentNextActionArgs
Payment
Intent
Next
Action
Args
data
class
PaymentIntentNextActionArgs
:
PaymentLauncherContract.Args
Functions
Properties
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
override
val
enableLogging
:
Boolean
injector
Key
Link copied to clipboard
open
override
val
injectorKey
:
String
payment
Intent
Client
Secret
Link copied to clipboard
val
paymentIntentClientSecret
:
String
product
Usage
Link copied to clipboard
open
override
val
productUsage
:
Set
<
String
>
publishable
Key
Link copied to clipboard
open
override
val
publishableKey
:
String
status
Bar
Color
Link copied to clipboard
open
override
var
statusBarColor
:
Int
?
=
null
stripe
Account
Id
Link copied to clipboard
open
override
val
stripeAccountId
:
String
?