Mindbody · JSON Structure

Public Api V6 Stored Card Info Structure

Implementation of the 'StoredCardInfo' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

StoredCardInfo 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

LastFour

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-stored-card-info-structure.json",
  "name": "StoredCardInfo",
  "description": "Implementation of the 'StoredCardInfo' model.",
  "type": "object",
  "properties": {
    "LastFour": {
      "type": "string",
      "description": "The model property of type str.",
      "example": "example-value"
    }
  }
}