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
/
PaymentMethodCreateRequest
/
Builder
Builder
class
Builder
:
ObjectBuilder
<
PaymentMethodCreateRequest
>
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
open
override
fun
build
(
)
:
PaymentMethodCreateRequest
set
Billing
Link copied to clipboard
fun
setBilling
(
billing
:
Billing
?
)
:
PaymentMethodCreateRequest.Builder
set
Card
Link copied to clipboard
fun
setCard
(
card
:
PaymentMethod.Card
?
)
:
PaymentMethodCreateRequest.Builder
set
Customer
Id
Link copied to clipboard
fun
setCustomerId
(
customerId
:
String
?
)
:
PaymentMethodCreateRequest.Builder
set
Metadata
Link copied to clipboard
fun
setMetadata
(
metadata
:
Map
<
String
,
Any
>
?
)
:
PaymentMethodCreateRequest.Builder
set
Request
Id
Link copied to clipboard
fun
setRequestId
(
requestId
:
String
?
)
:
PaymentMethodCreateRequest.Builder
set
Type
Link copied to clipboard
fun
setType
(
type
:
PaymentMethodType
?
)
:
PaymentMethodCreateRequest.Builder