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
/
RetrieveBankParams
/
Builder
Builder
class
Builder
(
clientSecret
:
String
,
paymentMethodType
:
String
)
:
ObjectBuilder
<
RetrieveBankParams
>
Members
Constructors
Builder
Link copied to clipboard
constructor
(
clientSecret
:
String
,
paymentMethodType
:
String
)
Functions
build
Link copied to clipboard
open
override
fun
build
(
)
:
RetrieveBankParams
set
Country
Code
Link copied to clipboard
fun
setCountryCode
(
countryCode
:
String
?
)
:
RetrieveBankParams.Builder
set
Flow
Link copied to clipboard
fun
setFlow
(
flow
:
AirwallexPaymentRequestFlow
?
)
:
RetrieveBankParams.Builder
set
Open
Id
Link copied to clipboard
fun
setOpenId
(
openId
:
String
?
)
:
RetrieveBankParams.Builder
set
Transaction
Mode
Link copied to clipboard
fun
setTransactionMode
(
transactionMode
:
TransactionMode
?
)
:
RetrieveBankParams.Builder