http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-mpp
/
org.http4k.connect.mpp.model
/
Credential
Credential
@
JsonSerializable
data
class
Credential
(
val
challenge
:
Challenge
,
val
source
:
PaymentSource
?
=
null
,
val
payload
:
Map
<
String
,
String
>
=
emptyMap()
)
(
source
)
Members
Constructors
Credential
Link copied to clipboard
constructor
(
challenge
:
Challenge
,
source
:
PaymentSource
?
=
null
,
payload
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
challenge
Link copied to clipboard
val
challenge
:
Challenge
payload
Link copied to clipboard
val
payload
:
Map
<
String
,
String
>
source
Link copied to clipboard
val
source
:
PaymentSource
?