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
/
IntegrationData
Integration
Data
data
class
IntegrationData
(
val
type
:
String
,
val
version
:
String
)
:
AirwallexModel
,
AirwallexRequestModel
,
Parcelable
sdk information
Members
Constructors
Integration
Data
Link copied to clipboard
constructor
(
type
:
String
,
version
:
String
)
Properties
sdk
Type
Link copied to clipboard
open
val
sdkType
:
String
sdk
Version
Link copied to clipboard
open
val
sdkVersion
:
String
type
Link copied to clipboard
val
type
:
String
type of sdk
version
Link copied to clipboard
val
version
:
String
version of sdk
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
)