sdk
sdk
/
com.tpay.sdk.api.models.merchant
/
Merchant
/
Authorization
Authorization
data
class
Authorization
(
val
clientId
:
String
,
val
clientSecret
:
String
)
:
Parcelable
Constructors
Functions
Properties
Constructors
Authorization
Link copied to clipboard
fun
Authorization
(
clientId
:
String
,
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
)
Properties
client
Id
Link copied to clipboard
val
clientId
:
String
client
Secret
Link copied to clipboard
val
clientSecret
:
String