CreateRestaurantRequest

@Serializable
@SerialName(value = "CreateRestaurantRequest")
data class CreateRestaurantRequest(val managerId: String = "", val name: String, val address: String, val phone: String, val email: String) : AuthenticatedRequest<CreateRestaurantRequest> , JsonEncodable

Constructors

Link copied to clipboard
constructor(managerId: String = "", name: String, address: String, phone: String, email: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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