pos-payment-external-sdk
Toggle table of contents
1.9.3
release
Target filter
release
Switch theme
Search in API
Skip to content
pos-payment-external-sdk
pos-payment-external-sdk
/
su.ips.pos_payment_app.aidl_models
/
CashierData
Cashier
Data
data
class
CashierData
(
val
name
:
String
,
val
tin
:
String
?
)
:
Parcelable
Data class representing the cashier data.
Members
Constructors
Cashier
Data
Link copied to clipboard
constructor
(
name
:
String
,
tin
:
String
?
)
Properties
name
Link copied to clipboard
val
name
:
String
The name of the cashier.
tin
Link copied to clipboard
val
tin
:
String
?
The tin of the cashier.