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
/
Receipt
Receipt
@
JsonSerializable
data
class
Receipt
(
val
status
:
ReceiptStatus
,
val
method
:
PaymentMethod
,
val
timestamp
:
Instant
,
val
challengeId
:
ChallengeId
,
val
reference
:
PaymentReference
?
=
null
)
(
source
)
Members
Constructors
Receipt
Link copied to clipboard
constructor
(
status
:
ReceiptStatus
,
method
:
PaymentMethod
,
timestamp
:
Instant
,
challengeId
:
ChallengeId
,
reference
:
PaymentReference
?
=
null
)
Properties
challenge
Id
Link copied to clipboard
val
challengeId
:
ChallengeId
method
Link copied to clipboard
val
method
:
PaymentMethod
reference
Link copied to clipboard
val
reference
:
PaymentReference
?
status
Link copied to clipboard
val
status
:
ReceiptStatus
timestamp
Link copied to clipboard
val
timestamp
:
Instant