GetRestaurantMenusResponse

@Serializable
@SerialName(value = "GetRestaurantMenusResponse")
open class GetRestaurantMenusResponse(val result: Array<MenuSummaryDto> = emptyArray(), val code: Int = 200) : WebResponse<Array<MenuSummaryDto>>

Constructors

Link copied to clipboard
constructor(result: Array<MenuSummaryDto> = emptyArray(), code: Int = 200)

Properties

Link copied to clipboard
open override val code: Int
Link copied to clipboard
Link copied to clipboard
open override val result: Array<MenuSummaryDto>

Functions

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