Axway · Schema

marketplace.billing.update

Published when a marketplace billing settings are changed.

API ManagementEnterpriseIntegrationSecurity
View JSON Schema on GitHub

JSON Schema

axway-marketplacebillingupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/marketplace.billing.update",
  "title": "marketplace.billing.update",
  "type": "object",
  "description": "Published when a marketplace billing settings are changed.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/marketplace.billing.enable"
    }
  ]
}