Toast · JSON Structure

Orders Refund Transaction Structure

RefundTransaction schema from Toast API

Type: Properties: 0
Food ServicePoint of SaleRestaurantsHospitality

RefundTransaction is a JSON Structure definition published by Toast. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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/toast/refs/heads/main/json-structure/orders-refund-transaction-structure.json",
  "name": "RefundTransaction",
  "description": "RefundTransaction schema from Toast API",
  "allOf": [
    {
      "$ref": "#/definitions/ToastReference"
    },
    {
      "type": "object",
      "description": "An identifier for the refund transaction. You can use the identifier to associate items and service charges that were refunded in the same transaction.\n"
    }
  ]
}