Axway · Schema

marketplace.billing.enable

Published when a marketplace billing integration is enabled.

API ManagementEnterpriseIntegrationSecurity

Properties

Name Type Description
changes object
guid object
name object
vendor object
View JSON Schema on GitHub

JSON Schema

axway-marketplacebillingenable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/marketplace.billing.enable",
  "title": "marketplace.billing.enable",
  "type": "object",
  "description": "Published when a marketplace billing integration is enabled.",
  "x-context": "org",
  "allOf": [
    {
      "$ref": "#/components/schemas/marketplace.billing.disable"
    }
  ],
  "properties": {
    "changes": {
      "$ref": "#/components/schemas/EventDataChanges"
    },
    "guid": {
      "$ref": "#/components/schemas/Provider/properties/guid"
    },
    "name": {
      "$ref": "#/components/schemas/Provider/properties/name"
    },
    "vendor": {
      "$ref": "#/components/schemas/Provider/properties/billing/properties/vendor"
    }
  }
}