toggle menu
snabble Android SDK API Documentation
androidJvm
switch theme
search in API
ui
/
io.snabble.sdk.ui.checkout
/
PaymentOriginCandidateHelper
/
PaymentOriginCandidate
Payment
Origin
Candidate
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY
]
)
class
PaymentOriginCandidate
:
Serializable
Members
Constructors
Payment
Origin
Candidate
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
is
Valid
Link copied to clipboard
val
isValid
:
Boolean
links
Link copied to clipboard
var
links
:
Map
<
String
,
Href
>
?
origin
Link copied to clipboard
@
JvmField
var
origin
:
String
?
project
Id
Link copied to clipboard
var
projectId
:
String
?
Functions
promote
Link copied to clipboard
fun
promote
(
paymentCredentials
:
PaymentCredentials
,
result
:
PaymentOriginCandidateHelper.PromoteResult
)