stripe-android
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stripe-android
payments-core
/
com.stripe.android.model
/
StripeIntent
/
NextActionData
/
CashAppRedirect
Cash
App
Redirect
class
CashAppRedirect
(
val
mobileAuthUrl
:
String
)
:
StripeIntent.NextActionData
Contains the authentication URL for redirecting your customer to Cash App.
Members
Constructors
Cash
App
Redirect
Link copied to clipboard
constructor
(
mobileAuthUrl
:
String
)
Properties
mobile
Auth
Url
Link copied to clipboard
val
mobileAuthUrl
:
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
)