Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Transaction Payment Updates
Output representation of the transaction payment updates.
Sample Response
1{
2 "successes": 0,
3 "failures": 0,
4 "notProcessed": 0,
5 "details": [
6 {
7 "success": true,
8 "errors": [
9 {
10 "field": "string",
11 "message": "string"
12 }
13 ],
14 "links": {
15 "gifttransaction": {
16 "href": "/services/data/vXX.X/sobjects/sObject/...",
17 "id": "string"
18 }
19 }
20 }
21 ]
22}| 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 |