Dokka MultiModule Example
androidJvm
pos-sdk
/
su.ips.pos_sdk.models
/
PResult
PResult
data
class
PResult
(
val
receiptData
:
ReceiptData
?
,
val
error
:
PError
?
)
Members
Constructors
PResult
Link copied to clipboard
constructor
(
receiptData
:
ReceiptData
?
,
error
:
PError
?
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
has
Error
Link copied to clipboard
fun
hasError
(
)
:
Boolean
Properties
error
Link copied to clipboard
val
error
:
PError
?
receipt
Data
Link copied to clipboard
val
receiptData
:
ReceiptData
?