Mindbody · Schema

CopyCreditCardResponse

Implementation of the 'CopyCreditCardResponse' model. crosssite/copycreditcard

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
CopiedFrom object Copied from
CopiedTo object Copied To
View JSON Schema on GitHub

JSON Schema

public-api-v6-copy-credit-card-response-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-copy-credit-card-response-schema.json",
  "title": "CopyCreditCardResponse",
  "description": "Implementation of the 'CopyCreditCardResponse' model. crosssite/copycreditcard",
  "type": "object",
  "properties": {
    "CopiedFrom": {
      "$ref": "#/components/schemas/CopyCreditCardResponseClient",
      "description": "Copied from"
    },
    "CopiedTo": {
      "$ref": "#/components/schemas/CopyCreditCardResponseClient",
      "description": "Copied To"
    }
  }
}