Published when a marketplace billing integration is disabled.
{ "$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" } } }