bill-subs-api_billing-history

APIs.ioEngineeringPlatform

Properties

Name Type Description
action object
amount object
currency object
description object
id object
occurred_at object
type object
zone object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-bill-subs-api-billing-history-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/bill-subs-api_billing-history",
  "title": "bill-subs-api_billing-history",
  "properties": {
    "action": {
      "$ref": "#/components/schemas/bill-subs-api_action"
    },
    "amount": {
      "$ref": "#/components/schemas/bill-subs-api_amount"
    },
    "currency": {
      "$ref": "#/components/schemas/bill-subs-api_currency"
    },
    "description": {
      "$ref": "#/components/schemas/bill-subs-api_description"
    },
    "id": {
      "$ref": "#/components/schemas/bill-subs-api_components-schemas-identifier"
    },
    "occurred_at": {
      "$ref": "#/components/schemas/bill-subs-api_occurred_at"
    },
    "type": {
      "$ref": "#/components/schemas/bill-subs-api_type"
    },
    "zone": {
      "$ref": "#/components/schemas/bill-subs-api_schemas-zone"
    }
  },
  "required": [
    "id",
    "type",
    "action",
    "description",
    "occurred_at",
    "amount",
    "currency",
    "zone"
  ],
  "type": "object"
}