Salesforce · JSON Structure

Salesforce Update Structure

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

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

Properties

giftTransactionId transactionStatus processorReference gatewayReference lastGatewayResponseCode lastGatewayErrorMessage lastGatewayProcessedDateTime processorTransactionFee gatewayTransactionFee donorCoverAmount

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Update",
  "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"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}