Salesforce · JSON Structure

Salesforce Update Gift Transaction Payments Request Structure

Type: object Properties: 1 Required: 1
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Properties

updates

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "UpdateGiftTransactionPaymentsRequest",
  "properties": {
    "updates": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "giftTransactionId": {
            "type": "string"
          },
          "transactionStatus": {
            "type": "string"
          },
          "processorReference": {
            "type": "string"
          },
          "gatewayReference": {
            "type": "string"
          },
          "lastGatewayResponseCode": {
            "type": "string"
          },
          "lastGatewayErrorMessage": {
            "type": "string"
          },
          "lastGatewayProcessedDateTime": {
            "type": "string"
          },
          "processorTransactionFee": {
            "type": "number"
          },
          "gatewayTransactionFee": {
            "type": "number"
          },
          "donorCoverAmount": {
            "type": "number"
          }
        },
        "required": [
          "giftTransactionId",
          "transactionStatus",
          "processorReference",
          "gatewayReference",
          "lastGatewayResponseCode",
          "lastGatewayErrorMessage",
          "lastGatewayProcessedDateTime",
          "processorTransactionFee",
          "gatewayTransactionFee",
          "donorCoverAmount"
        ]
      }
    }
  },
  "required": [
    "updates"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}