Axway · JSON Structure

Amplify Platform Marketplace.Billing.Disable Structure

Published when a marketplace billing integration is disabled.

Type: object Properties: 2
API ManagementEnterpriseIntegrationSecurity

marketplace.billing.disable is a JSON Structure definition published by Axway, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

guid name

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}