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.
Gift Transaction Linked Designations Output
Output representation of a list of gift designations.
JSON example
1{
2 "transactionLinkedDesignations":[
3 {
4 "amount":100,
5 "designationId":"6gdRM000000000LYAQ",
6 "percent":100
7 },
8 {
9 "amount":100,
10 "designationId":"6gcxx000004WhULAA0",
11 "percent":50
12 }
13 ]
14}| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| transactionLinkedDesignations | Gift Designation Record Output[] | List of designations. | Small, 59.0 | 59.0 |