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
/
DynamicSchema
Dynamic
Schema
data
class
DynamicSchema
(
val
transactionMode
:
TransactionMode
?
=
null
,
val
fields
:
List
<
DynamicSchemaField
>
?
=
null
)
:
AirwallexModel
,
Parcelable
Members
Constructors
Dynamic
Schema
Link copied to clipboard
constructor
(
transactionMode
:
TransactionMode
?
=
null
,
fields
:
List
<
DynamicSchemaField
>
?
=
null
)
Properties
fields
Link copied to clipboard
val
fields
:
List
<
DynamicSchemaField
>
?
=
null
Required payment method schema field
transaction
Mode
Link copied to clipboard
val
transactionMode
:
TransactionMode
?
=
null
The supported transaction mode. One of oneoff, recurring.
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)