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

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