Mindbody · Schema

StoredCardInfo

Implementation of the 'StoredCardInfo' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
LastFour string The model property of type str.
View JSON Schema on GitHub

JSON Schema

public-api-v6-stored-card-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-stored-card-info-schema.json",
  "title": "StoredCardInfo",
  "description": "Implementation of the 'StoredCardInfo' model.",
  "type": "object",
  "properties": {
    "LastFour": {
      "type": "string",
      "description": "The model property of type str.",
      "example": "example-value"
    }
  }
}