kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
payments-api
/
com.siddharth.kmp.paymentsapi
/
PaymentResult
/
Failure
Failure
data
class
Failure
(
val
code
:
FailureCode
,
val
message
:
UiText
,
val
raw
:
RedactedPayload
)
:
PaymentResult
Members
Constructors
Failure
Link copied to clipboard
constructor
(
code
:
FailureCode
,
message
:
UiText
,
raw
:
RedactedPayload
)
Properties
code
Link copied to clipboard
val
code
:
FailureCode
message
Link copied to clipboard
val
message
:
UiText
raw
Link copied to clipboard
open
override
val
raw
:
RedactedPayload