Otter · Schema

RefundRewardsResponse

Response body for RefundRewardsResponse API call.

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Properties

Name Type Description
transactionId string The transaction id of the refund.
View JSON Schema on GitHub

JSON Schema

public-api-refund-rewards-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RefundRewardsResponse",
  "description": "Response body for RefundRewardsResponse API call.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-refund-rewards-response-schema.json",
  "type": "object",
  "properties": {
    "transactionId": {
      "type": "string",
      "description": "The transaction id of the refund.",
      "example": "someidstring"
    }
  }
}