Mindbody · JSON Structure

Public Api V6 Payment Type Structure

Implementation of the 'PaymentType' model.

Type: object Properties: 4
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

PaymentType 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

Id PaymentTypeName Active Fee

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-payment-type-structure.json",
  "name": "PaymentType",
  "description": "Implementation of the 'PaymentType' model.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int32",
      "description": "The Payment Type Id used for api calls.",
      "example": 123456
    },
    "PaymentTypeName": {
      "type": "string",
      "description": "Payment Type Name",
      "example": "example-value"
    },
    "Active": {
      "type": "boolean",
      "description": "Check if Payment type is active.",
      "example": true
    },
    "Fee": {
      "type": "double",
      "description": "Payment type fee.",
      "example": 1.0
    }
  }
}