Studio Money Balance

Description

Studio money balance information.

Properties

Property Description
moneyBalance

The money balance for the studio.

Property Description
amount

The monetary amount currently maintained in the studio account.

currencyCode

The currency in which amount is represented.

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 money balance information.",
  "properties": {
    "moneyBalance": {
      "description": "The money balance for the studio.",
      "properties": {
        "amount": {
          "description": "The monetary amount currently maintained in the studio account.",
          "type": "number"
        },
        "currencyCode": {
          "description": "The currency in which `amount` is represented.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "type": {
      "description": "The type of object represented.",
      "enum": [
        "studio-money-balance"
      ],
      "type": "string"
    }
  },
  "title": "Studio Money Balance",
  "type": "object"
}