toggle menu
Wow
3.16.8
jvm
switch theme
search in API
example-api
/
me.ahoo.wow.example.api.order
/
PayOrder
Pay
Order
@
CommandRoute
(
path
=
"pay"
,
method
=
CommandRoute.Method.POST
,
appendIdPath
=
CommandRoute.AppendPath.ALWAYS
)
data
class
PayOrder
(
val
id
:
String
,
val
paymentId
:
String
,
val
amount
:
BigDecimal
)
PayOrder .
Author
ahoo wang
Members
Constructors
Pay
Order
Link copied to clipboard
constructor
(
id
:
String
,
paymentId
:
String
,
amount
:
BigDecimal
)
Properties
amount
Link copied to clipboard
@
Positive
val
amount
:
BigDecimal
id
Link copied to clipboard
val
id
:
String
payment
Id
Link copied to clipboard
@
NotBlank
val
paymentId
:
String