HubSpot · Schema

CommercePaymentPatch

Input for updating a commerce payment

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
properties object The properties to update on the commerce payment
View JSON Schema on GitHub

JSON Schema

commerce-payments-api-commerce-payment-patch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/commerce-payments-api-commerce-payment-patch-schema.json",
  "title": "CommercePaymentPatch",
  "description": "Input for updating a commerce payment",
  "type": "object",
  "properties": {
    "properties": {
      "type": "object",
      "description": "The properties to update on the commerce payment",
      "additionalProperties": {
        "type": "string"
      },
      "example": {
        "key": "value"
      }
    }
  },
  "required": [
    "properties"
  ]
}