Flipdish · JSON Structure

Payments Revenue Adjustments Details Structure

Revenue Adjustments breakdown

Type: object Properties: 8
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

RevenueAdjustmentsDetails is a JSON Structure definition published by Flipdish, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

OnlineSalesRefundedAmount PosSalesRefundedAmount CashSalesRefundedAmount CustomerCashFees RefundsCount PayGreenSalesAmount PayGreenProcessingFees TotalOnlineRevenueAdjustments

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/payments-revenue-adjustments-details-structure.json",
  "name": "RevenueAdjustmentsDetails",
  "description": "Revenue Adjustments breakdown",
  "type": "object",
  "properties": {
    "OnlineSalesRefundedAmount": {
      "description": "Online sales refunds",
      "type": "double",
      "example": 12.5
    },
    "PosSalesRefundedAmount": {
      "description": "POS Online sales refunds",
      "type": "double",
      "example": 12.5
    },
    "CashSalesRefundedAmount": {
      "description": "Cash sales refunds",
      "type": "double",
      "example": 12.5
    },
    "CustomerCashFees": {
      "description": "Customer cash fees",
      "type": "double",
      "example": 12.5
    },
    "RefundsCount": {
      "description": "Number of refunds",
      "type": "int32",
      "example": 3
    },
    "PayGreenSalesAmount": {
      "description": "PayGreen sales",
      "type": "double",
      "nullable": true,
      "example": 12.5
    },
    "PayGreenProcessingFees": {
      "description": "PayGreen processing fees charged to end-user",
      "type": "double",
      "nullable": true,
      "example": 12.5
    },
    "TotalOnlineRevenueAdjustments": {
      "description": "Total revenue adjustments",
      "type": "double",
      "example": 12.5
    }
  }
}