toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
core
/
io.snabble.sdk.checkout
/
PaymentResult
Payment
Result
data
class
PaymentResult
(
val
originCandidateLink
:
String
?
=
null
,
val
failureCause
:
String
?
=
null
)
Members
Constructors
Payment
Result
Link copied to clipboard
constructor
(
originCandidateLink
:
String
?
=
null
,
failureCause
:
String
?
=
null
)
Properties
failure
Cause
Link copied to clipboard
val
failureCause
:
String
?
=
null
origin
Candidate
Link
Link copied to clipboard
val
originCandidateLink
:
String
?
=
null