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
/
VatData
Vat
Data
data
class
VatData
(
val
code
:
Int
?
)
:
Parcelable
Data class representing the vat data.
Members
Constructors
Vat
Data
Link copied to clipboard
constructor
(
code
:
Int
?
)
Properties
code
Link copied to clipboard
val
code
:
Int
?
The code of the vat.
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
)