HubSpot · JSON Structure

Hubspot Commerce Payments Commerce Payment Patch Structure

Input for updating a commerce payment

Type: object Properties: 1 Required: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

CommercePaymentPatch is a JSON Structure definition published by HubSpot, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

properties

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

JSON Structure

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