Mindbody · JSON Structure

Public Api V6 Get Payment Types Response Structure

Implementation of the 'GetPaymentTypesResponse' model. Get Payment Types Response Model

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

PaymentTypes

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-get-payment-types-response-structure.json",
  "name": "GetPaymentTypesResponse",
  "description": "Implementation of the 'GetPaymentTypesResponse' model. Get Payment Types Response Model",
  "type": "object",
  "properties": {
    "PaymentTypes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PaymentType"
      },
      "description": "The requested payment types.",
      "example": [
        {}
      ]
    }
  }
}