CreateOrderResponse

data class CreateOrderResponse(val orderId: Int, val token: String)

Constructors

Link copied to clipboard
fun CreateOrderResponse(orderId: Int, token: String)

Properties

Link copied to clipboard
@SerializedName(value = "order_id")
val orderId: Int
Link copied to clipboard
val token: String

Sources

Link copied to clipboard