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
/
ClientSecret
Client
Secret
data
class
ClientSecret
(
val
value
:
String
,
val
expiredTime
:
Date
)
:
AirwallexModel
,
Parcelable
Members
Constructors
Client
Secret
Link copied to clipboard
constructor
(
value
:
String
,
expiredTime
:
Date
)
Properties
expired
Time
Link copied to clipboard
val
expiredTime
:
Date
value
Link copied to clipboard
val
value
:
String
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
)