FunctionPreferences
The configuration preferences for functions.
type FunctionPreferences {
cancelationPolicy: CancelationPolicy
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
paymentPolicy: PaymentPolicy
tablePlanAllocatedSeatColor: HexColorCode
tablePlanAvailableSeatColor: HexColorCode
tablePlanBlockedSeatColor: HexColorCode
tablePlanHighlightedSeatColor: HexColorCode
tablePlanMeasurementSystem: MeasurementSystem!
}
Fields
FunctionPreferences.cancelationPolicy ● CancelationPolicy object
The cancelation policy for functions. Optional.
FunctionPreferences.createdAt ● DateTime! non-null scalar
The date and time the record was created.
FunctionPreferences.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
FunctionPreferences.id ● ID! non-null scalar
The unique identifier for the function preferences.
FunctionPreferences.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
FunctionPreferences.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
FunctionPreferences.paymentPolicy ● PaymentPolicy object
The payment policy for functions. Optional.
FunctionPreferences.tablePlanAllocatedSeatColor ● HexColorCode scalar
The hex color code to use for allocated seats when rendering the table plan. Optional.
FunctionPreferences.tablePlanAvailableSeatColor ● HexColorCode scalar
The hex color code to use for available seats when rendering the table plan. Optional.
FunctionPreferences.tablePlanBlockedSeatColor ● HexColorCode scalar
The hex color code to use for blocked seats when rendering the table plan. Optional.
FunctionPreferences.tablePlanHighlightedSeatColor ● HexColorCode scalar
The hex color code to use for highlighted seats when rendering the table plan. Optional.
FunctionPreferences.tablePlanMeasurementSystem ● MeasurementSystem! non-null enum
The measurement system to use for the table plan.
Member Of
CeContactStoreFunctionSetup object ● FunctionSetup object ● MembershipContactStoreFunctionSetup object