Salesforce · JSON Structure

Salesforce First Transaction Structure

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

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

Properties

amount receivedDate donorCoverAmount transactionStatus gatewayTransactionFee processorTransactionFee processorReference gatewayReference lastGatewayResponseCode lastGatewayErrorMessage lastGatewayProcessedDateTime

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

JSON Structure

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