sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.tpay.sdk.api.models.merchant
/
Merchant
/
Authorization
Authorization
data
class
Authorization
(
val
clientId
:
String
,
val
clientSecret
:
String
)
:
Parcelable
Members
Constructors
Authorization
Link copied to clipboard
constructor
(
clientId
:
String
,
clientSecret
:
String
)
Properties
client
Id
Link copied to clipboard
val
clientId
:
String
client
Secret
Link copied to clipboard
val
clientSecret
:
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
)