Remark
No description
type Remark {
content: String
value: String
type: RemarkType
}
Fields
Remark.content
● String
scalar
Description/message of the remark
Remark.value
● String
scalar
Value to specify restrictions or similar like age
Remark.type
● RemarkType
enum
Remark type (INCLUDED_SERVICE, NOT_INCLUDED_SERVICE)
Member Of
BookingPayload
object ● BookPayload
object ● ContentPayload
object ● QuotePayload
object