SubscriptionUpdate

BillingEnterpriseOrder to CashRevenue ManagementSAPSubscription ManagementUsage-Based Pricing

Properties

Name Type Description
autoRenew boolean
paymentMethod string
endDate string
metadata object
View JSON Schema on GitHub

JSON Schema

sap-brim-billing-and-revenue-innovation-management-subscriptionupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SubscriptionUpdate",
  "title": "SubscriptionUpdate",
  "type": "object",
  "properties": {
    "autoRenew": {
      "type": "boolean"
    },
    "paymentMethod": {
      "type": "string"
    },
    "endDate": {
      "type": "string",
      "format": "date"
    },
    "metadata": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}