AdvanceOrderStatusRequest

@Serializable
@SerialName(value = "AdvanceOrderStatusRequest")
data class AdvanceOrderStatusRequest(val orderId: String) : JsonEncodable

Request data class for advancing the status of an order.

Constructors

Link copied to clipboard
constructor(orderId: String)

Properties

Link copied to clipboard

The unique identifier of the order whose status is to be advanced.

Functions

Link copied to clipboard
open override fun toJson(): String