pos-payment-external-sdk
Toggle table of contents
1.1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
pos-payment-external-sdk
pos-payment-external-sdk
/
su.ips.pos_payment_app.aidl_models
/
AgentData
Agent
Data
data
class
AgentData
(
val
role
:
Int
)
:
Parcelable
Data class representing the agent data.
Members
Constructors
Agent
Data
Link copied to clipboard
constructor
(
role
:
Int
)
Properties
role
Link copied to clipboard
val
role
:
Int
The role of the agent.
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
)