Flipdish · Schema

UpdateStorePayGreenConfigurationRequest

UpdateStorePayGreenConfigurationRequest.

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Properties

Name Type Description
Active boolean Active.
PayGreenConfigurationId integer PayGreenConfigurationId.
View JSON Schema on GitHub

JSON Schema

marketing-update-store-pay-green-configuration-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/marketing-update-store-pay-green-configuration-request-schema.json",
  "title": "UpdateStorePayGreenConfigurationRequest",
  "description": "UpdateStorePayGreenConfigurationRequest.",
  "type": "object",
  "properties": {
    "Active": {
      "description": "Active.",
      "type": "boolean",
      "example": true
    },
    "PayGreenConfigurationId": {
      "format": "int32",
      "description": "PayGreenConfigurationId.",
      "type": "integer",
      "example": 500123
    }
  }
}