airwallex-android
Toggle table of contents
6.3.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
airwallex-android
components-core
/
com.airwallex.android.core.model
/
Options
/
RetrievePaymentIntentOptions
Retrieve
Payment
Intent
Options
data
class
RetrievePaymentIntentOptions
(
val
clientSecret
:
String
,
paymentIntentId
:
String
)
:
Options
Members
Members & Extensions
Constructors
Retrieve
Payment
Intent
Options
Link copied to clipboard
constructor
(
clientSecret
:
String
,
paymentIntentId
:
String
)
Properties
client
Secret
Link copied to clipboard
open
override
val
clientSecret
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
get
Url
Link copied to clipboard
fun
Options
.
getUrl
(
)
:
String
to
Airwallex
Http
Request
Link copied to clipboard
fun
Options
.
toAirwallexHttpRequest
(
)
:
AirwallexHttpRequest
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)