JDBC Driver for Blackbaud Raisers Edge NXT

Build 22.0.8462

GiftReceipts

Returns receipts for a gift.

Table Specific Information

Select

The driver will use the BlackBaud Raiser's Edge NXT API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.
Note: GiftId are required in order to query GiftReceipts.

  • GiftId supports the '=' operator.
For example:
	SELECT * FROM GiftReceipts WHERE GiftId = '476'

Columns

Name Type References Description
GiftId String

Gifts.Id

The immutable system record ID of the gift associated with the receipt.
AmountValue Integer The amount of the receipt.
Date Datetime The date on the receipt.
Number Integer The number of the receipt.
Status String The status of the receipt. Available values are: RECEIPTED, NEEDSRECEIPT, and DONOTRECEIPT.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462