Transaction Payment Updates Response

Output representation of the updates for the transaction payment.
Sample Response
{
  "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
errors Error Details[] Error message if a process failed. Small, 60.0 60.0
links Transaction Payment Updates Response Link Links to the response object. Small, 60.0 60.0
success Boolean Indicates whether a request was processed successfully (true) or not (false). Small, 60.0 60.0