Transaction Payment Updates

Output representation of the transaction payment updates.
Sample Response
{
  "successes": 0,
  "failures": 0,
  "notProcessed": 0,
  "details": [
    {
      "success": true,
      "errors": [
        {
          "field": "string",
          "message": "string"
        }
      ],
      "links": {
        "gifttransaction": {
          "href": "/services/data/vXX.X/sobjects/sObject/...",
          "id": "string"
        }
      }
    }
  ]
}
Property Name Type Description Filter Group and Version Available Version
details Transaction Payment Updates Response[] Payment update response of the transaction. Small, 60.0 60.0
failures Integer Number of gift transactions that failed to update. Small, 60.0 60.0
notProcessed Integer Number of gift transactions that weren't processed. Small, 60.0 60.0
successes Integer Number of gift transactions that were updated. Small, 60.0 60.0