Studio Credit Card

Description

Studio credit card information.

Properties

Property Description
creditCard

Credit card information on file for the studio, or false if there is no credit card on file.

Property Description
maskedNumber

The masked credit card number for the studio.

type

The type of object represented.

OpenAPI Schema

The following schema is based on OpenAPI 3.0 and is provided in our downloadable OpenAPI document.

{
  "description": "Studio credit card information.",
  "properties": {
    "creditCard": {
      "description": "Credit card information on file for the studio, or `false` if there\nis no credit card on file.",
      "properties": {
        "maskedNumber": {
          "description": "The masked credit card number for the studio.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "type": {
      "description": "The type of object represented.",
      "enum": [
        "studio-credit-card"
      ],
      "type": "string"
    }
  },
  "title": "Studio Credit Card",
  "type": "object"
}