Wallee Android Till SDK
Toggle table of contents
Wallee Android Till SDK
Platform filter
Wallee Android Till SDK
Switch theme
Search in API
Wallee Android Till SDK
Wallee Android Till SDK
/
com.wallee.android.till.sdk.data
/
SubmissionResult
Submission
Result
class
SubmissionResult
The submission result data for
executeSubmission
API call.
Members
Constructors
Submission
Result
Link copied to clipboard
constructor
(
@
NonNull
state
:
State
,
@
NonNull
resultCode
:
ResultCode
,
@
NonNull
receipts
:
List
<
Receipt
>
)
Properties
receipts
Link copied to clipboard
@get:
NonNull
val
receipts
:
List
<
Receipt
>
result
Code
Link copied to clipboard
@get:
NonNull
val
resultCode
:
ResultCode
state
Link copied to clipboard
@get:
NonNull
val
state
:
State