Gift Transactions Output
Output representation of the gift transactions associated with a gift commitment
record.
JSON examples
Here's an example of a list of future gift transactions.
1{
2 "giftTransactions":[
3 {
4 "amount":9999,
5 "commitmentId":"6gcxx000004WhULAA0",
6 "commitmentScheduleId":"6csxx000004WhULAA0",
7 "paymentMethod":"Cash",
8 "transactionDate":"2023-09-01T00:00:00.000Z"
9 },
10 {
11 "amount":2099,
12 "commitmentId":"6gcxx000004WhULAA0",
13 "commitmentScheduleId":"6csxx000004UhUMAB0",
14 "paymentMethod":"Cash",
15 "transactionDate":"2023-10-01T00:00:00.000Z"
16 }
17 ]
18}Here's an example of a list of past gift transactions.
1{
2 "giftTransactions":[
3 {
4 "amount":9999,
5 "commitmentId":"6gcxx000004WhULAA0",
6 "commitmentScheduleId":"6csxx000004WhULAA0",
7 "paymentMethod":"Cash",
8 "status":"Canceled"
9 },
10 {
11 "amount":2099,
12 "commitmentId":"6gcxx000004WhULAA0",
13 "commitmentScheduleId":"6csxx000004UhUMAB0",
14 "paymentMethod":"Cash",
15 "status":"Canceled"
16 }
17 ]
18}| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| giftTransactions | Gift Transaction Record Output[] | List of gift transactions associated with a gift commitment record. | Small, 59.0 | 59.0 |