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
/
PaymentStep
/
ClientResult
Client
Result
data
class
ClientResult
(
val
result
:
PaymentResult
,
val
payload
:
RedactedPayload
)
:
PaymentStep
The SDK returned a client-side result — a hint, not yet trusted.
Members
Constructors
Client
Result
Link copied to clipboard
constructor
(
result
:
PaymentResult
,
payload
:
RedactedPayload
)
Properties
payload
Link copied to clipboard
open
override
val
payload
:
RedactedPayload
result
Link copied to clipboard
val
result
:
PaymentResult