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 Commitment Transaction Matching Output
Output representation of a list of gift transactions.
JSON example
1{
2 "giftTransactions":[
3 {
4 "fields":[
5 {
6 "fieldApiName":"GiftCommitmentId",
7 "label":"Gift Commitment ID",
8 "type":"String",
9 "value":"6gcRM0000004CD0YAM"
10 },
11 {
12 "fieldApiName":"Id",
13 "label":"Gift Transaction ID",
14 "type":"String",
15 "value":"6trRM00000000CwYAI"
16 },
17 {
18 "fieldApiName":"Name",
19 "label":"Name",
20 "type":"String",
21 "value":"Tom C3 - Tom C3 GT 7"
22 },
23 {
24 "fieldApiName":"GiftType",
25 "label":"Gift Type",
26 "type":"String",
27 "value":"Individual"
28 },
29 {
30 "fieldApiName":"TransactionDueDate",
31 "label":"Transaction Due Date",
32 "type":"DateOnlyWrapper",
33 "value":"Thu Aug 31 00:00:00 GMT 2023"
34 },
35 {
36 "fieldApiName":"DonorId",
37 "label":"Donor ID",
38 "type":"String",
39 "value":"001RM000005bZRUYA2"
40 },
41 {
42 "fieldApiName":"OwnerId",
43 "label":"Owner ID",
44 "type":"String",
45 "value":"005RM0000027gL8YAI"
46 },
47 {
48 "fieldApiName":"RefundedAmount",
49 "label":"Refunded Amount",
50 "type":"Double",
51 "value":"0.0"
52 },
53 {
54 "fieldApiName":"Status",
55 "label":"Status",
56 "type":"String",
57 "value":"Unpaid"
58 },
59 {
60 "fieldApiName":"IsDeleted",
61 "label":"Deleted",
62 "type":"Boolean",
63 "value":"false"
64 },
65 {
66 "fieldApiName":"IsPartiallyRefunded",
67 "label":"Partially Refunded",
68 "type":"Boolean",
69 "value":"false"
70 },
71 {
72 "fieldApiName":"CurrentAmount",
73 "label":"Current Amount",
74 "type":"Double",
75 "value":"2.2222222E7"
76 },
77 {
78 "fieldApiName":"AcknowledgementStatus",
79 "label":"Acknowledgement Status",
80 "type":"String",
81 "value":"To Be Sent"
82 },
83 {
84 "fieldApiName":"OriginalAmount",
85 "label":"Original Amount",
86 "type":"Double",
87 "value":"2.2222222E7"
88 },
89 {
90 "fieldApiName":"IsWrittenOff",
91 "label":"Written Off",
92 "type":"Boolean",
93 "value":"false"
94 },
95 {
96 "fieldApiName":"IsFullyRefunded",
97 "label":"Fully Refunded",
98 "type":"Boolean",
99 "value":"false"
100 },
101 {
102 "fieldApiName":"PaymentMethod",
103 "label":"Payment Method",
104 "type":"String",
105 "value":"Cash"
106 },
107 {
108 "fieldApiName":"IsPaid",
109 "label":"Paid",
110 "type":"Boolean",
111 "value":"false"
112 }
113 ],
114 "objectApiName":"GiftTransaction"
115 },
116 {
117 "fields":[
118 {
119 "fieldApiName":"GiftCommitmentId",
120 "label":"Gift Commitment ID",
121 "type":"String",
122 "value":"6gcRM0000004CD0YAM"
123 },
124 {
125 "fieldApiName":"Id",
126 "label":"Gift Transaction ID",
127 "type":"String",
128 "value":"6trRM00000000CxYAI"
129 },
130 {
131 "fieldApiName":"Name",
132 "label":"Name",
133 "type":"String",
134 "value":"Tom C3 - Tom C3 GT 6"
135 },
136 {
137 "fieldApiName":"GiftType",
138 "label":"Gift Type",
139 "type":"String",
140 "value":"Individual"
141 },
142 {
143 "fieldApiName":"TransactionDueDate",
144 "label":"Transaction Due Date",
145 "type":"DateOnlyWrapper",
146 "value":"Wed Aug 30 00:00:00 GMT 2023"
147 },
148 {
149 "fieldApiName":"DonorId",
150 "label":"Donor ID",
151 "type":"String",
152 "value":"001RM000005bZRUYA2"
153 },
154 {
155 "fieldApiName":"OwnerId",
156 "label":"Owner ID",
157 "type":"String",
158 "value":"005RM0000027gL8YAI"
159 },
160 {
161 "fieldApiName":"RefundedAmount",
162 "label":"Refunded Amount",
163 "type":"Double",
164 "value":"0.0"
165 },
166 {
167 "fieldApiName":"Status",
168 "label":"Status",
169 "type":"String",
170 "value":"Unpaid"
171 },
172 {
173 "fieldApiName":"IsDeleted",
174 "label":"Deleted",
175 "type":"Boolean",
176 "value":"false"
177 },
178 {
179 "fieldApiName":"IsPartiallyRefunded",
180 "label":"Partially Refunded",
181 "type":"Boolean",
182 "value":"false"
183 },
184 {
185 "fieldApiName":"CurrentAmount",
186 "label":"Current Amount",
187 "type":"Double",
188 "value":"11111.0"
189 },
190 {
191 "fieldApiName":"AcknowledgementStatus",
192 "label":"Acknowledgement Status",
193 "type":"String",
194 "value":"To Be Sent"
195 },
196 {
197 "fieldApiName":"OriginalAmount",
198 "label":"Original Amount",
199 "type":"Double",
200 "value":"11111.0"
201 },
202 {
203 "fieldApiName":"IsWrittenOff",
204 "label":"Written Off",
205 "type":"Boolean",
206 "value":"false"
207 },
208 {
209 "fieldApiName":"IsFullyRefunded",
210 "label":"Fully Refunded",
211 "type":"Boolean",
212 "value":"false"
213 },
214 {
215 "fieldApiName":"PaymentMethod",
216 "label":"Payment Method",
217 "type":"String",
218 "value":"Cash"
219 },
220 {
221 "fieldApiName":"IsPaid",
222 "label":"Paid",
223 "type":"Boolean",
224 "value":"false"
225 }
226 ],
227 "objectApiName":"GiftTransaction"
228 }
229 ]
230}| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| giftTransactions | Standard Object Details[] | List of gift transactions associated with a gift commitment. | Small, 59.0 | 59.0 |