http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-x402
/
org.http4k.connect.x402.model
/
PaymentRequired
Payment
Required
@
JsonSerializable
data
class
PaymentRequired
(
val
x402Version
:
Int
,
val
error
:
String
,
val
accepts
:
List
<
PaymentRequirements
>
,
val
resource
:
ResourceInfo
?
=
null
)
(
source
)
Members
Constructors
Payment
Required
Link copied to clipboard
constructor
(
x402Version
:
Int
,
error
:
String
,
accepts
:
List
<
PaymentRequirements
>
,
resource
:
ResourceInfo
?
=
null
)
Properties
accepts
Link copied to clipboard
val
accepts
:
List
<
PaymentRequirements
>
error
Link copied to clipboard
val
error
:
String
resource
Link copied to clipboard
val
resource
:
ResourceInfo
?
x402Version
Link copied to clipboard
val
x402Version
:
Int