Mindbody · JSON Structure

Public Api V6 Purchase Contract Response Totals Structure

Implementation of the 'PurchaseContractResponseTotals' model. Totals for the purchase

Type: object Properties: 4
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

Total SubTotal Discount Tax

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/mindbody/refs/heads/main/json-structure/public-api-v6-purchase-contract-response-totals-structure.json",
  "name": "PurchaseContractResponseTotals",
  "description": "Implementation of the 'PurchaseContractResponseTotals' model. Totals for the purchase",
  "type": "object",
  "properties": {
    "Total": {
      "type": "double",
      "description": "Total payment amount",
      "example": 49.99
    },
    "SubTotal": {
      "type": "double",
      "description": "Sub total. For VAT, sum of asking prices (include taxes, excludes discounts). For non vat, excludes taxes and discounts.",
      "example": 49.99
    },
    "Discount": {
      "type": "double",
      "description": "Discount",
      "example": 1.0
    },
    "Tax": {
      "type": "double",
      "description": "Tax",
      "example": 1.0
    }
  }
}