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
/
ConfirmPaymentIntentParams
/
Builder
Builder
class
Builder
(
paymentIntentId
:
String
,
clientSecret
:
String
,
paymentMethodType
:
String
)
:
ObjectBuilder
<
ConfirmPaymentIntentParams
>
Members
Constructors
Builder
Link copied to clipboard
constructor
(
paymentIntentId
:
String
,
clientSecret
:
String
,
paymentMethodType
:
String
)
Functions
build
Link copied to clipboard
open
override
fun
build
(
)
:
ConfirmPaymentIntentParams
set
Additional
Info
Link copied to clipboard
fun
setAdditionalInfo
(
additionalInfo
:
Map
<
String
,
String
>
?
)
:
ConfirmPaymentIntentParams.Builder
set
Auto
Capture
Link copied to clipboard
fun
setAutoCapture
(
autoCapture
:
Boolean
)
:
ConfirmPaymentIntentParams.Builder
set
Country
Code
Link copied to clipboard
fun
setCountryCode
(
countryCode
:
String
?
)
:
ConfirmPaymentIntentParams.Builder
set
Currency
Link copied to clipboard
fun
setCurrency
(
currency
:
String
?
)
:
ConfirmPaymentIntentParams.Builder
set
Customer
Id
Link copied to clipboard
fun
setCustomerId
(
customerId
:
String
?
)
:
ConfirmPaymentIntentParams.Builder
set
CVC
Link copied to clipboard
fun
setCVC
(
cvc
:
String
?
)
:
ConfirmPaymentIntentParams.Builder
set
Flow
Link copied to clipboard
fun
setFlow
(
flow
:
AirwallexPaymentRequestFlow
?
)
:
ConfirmPaymentIntentParams.Builder
set
Payment
Consent
Id
Link copied to clipboard
fun
setPaymentConsentId
(
paymentConsentId
:
String
?
)
:
ConfirmPaymentIntentParams.Builder
set
Payment
Method
Link copied to clipboard
fun
setPaymentMethod
(
paymentMethod
:
PaymentMethod
?
)
:
ConfirmPaymentIntentParams.Builder
set
Return
Url
Link copied to clipboard
fun
setReturnUrl
(
returnUrl
:
String
?
)
:
ConfirmPaymentIntentParams.Builder