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
/
PaymentMethodOptions
Payment
Method
Options
data
class
PaymentMethodOptions
:
AirwallexModel
,
AirwallexRequestModel
,
Parcelable
Options for payment method
Members
Types
Builder
Link copied to clipboard
class
Builder
:
ObjectBuilder
<
PaymentMethodOptions
>
Card
Options
Link copied to clipboard
data
class
CardOptions
:
AirwallexModel
,
AirwallexRequestModel
,
Parcelable
Properties
card
Options
Link copied to clipboard
val
cardOptions
:
PaymentMethodOptions.CardOptions
?
=
null
The payment method options for card
sdk
Type
Link copied to clipboard
open
val
sdkType
:
String
sdk
Version
Link copied to clipboard
open
val
sdkVersion
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
to
Param
Map
Link copied to clipboard
open
override
fun
toParamMap
(
)
:
Map
<
String
,
Any
>
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)