Axway · Schema

marketplace.billing.disable

Published when a marketplace billing integration is disabled.

API ManagementEnterpriseIntegrationSecurity

Properties

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

JSON Schema

amplify-platform-marketplace.billing.disable-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/axway/amplify-platform-marketplace.billing.disable-schema.json",
  "title": "marketplace.billing.disable",
  "description": "Published when a marketplace billing integration is disabled.",
  "type": "object",
  "properties": {
    "guid": {
      "$ref": "#/components/schemas/Provider/properties/guid"
    },
    "name": {
      "$ref": "#/components/schemas/Provider/properties/name"
    }
  }
}