Otter · JSON Structure

Public Api Refund Rewards Response Structure

Response body for RefundRewardsResponse API call.

Type: object Properties: 1
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

RefundRewardsResponse is a JSON Structure definition published by Otter, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

transactionId

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/otter/refs/heads/main/json-structure/public-api-refund-rewards-response-structure.json",
  "name": "RefundRewardsResponse",
  "description": "Response body for RefundRewardsResponse API call.",
  "type": "object",
  "properties": {
    "transactionId": {
      "type": "string",
      "description": "The transaction id of the refund.",
      "example": "someidstring"
    }
  }
}