munchies
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
munchies
order-shared
/
com.munchies.order.infrastructure.adapter.outbound.response
/
AdvanceOrderStatusResponse
Advance
Order
Status
Response
@
Serializable
@
SerialName
(
value
=
"AdvanceOrderStatusResponse"
)
open
class
AdvanceOrderStatusResponse
(
val
result
:
String
=
"Order status advanced successfully"
,
val
code
:
Int
=
200
)
:
WebResponse
<
String
>
Members
Constructors
Advance
Order
Status
Response
Link copied to clipboard
constructor
(
result
:
String
=
"Order status advanced successfully"
,
code
:
Int
=
200
)
Properties
code
Link copied to clipboard
open
override
val
code
:
Int
result
Link copied to clipboard
open
override
val
result
:
String
Functions
to
Json
Link copied to clipboard
open
override
fun
toJson
(
)
:
String