A receipt entity summarizing cumulative contribution total for a set of selected funds and date range for a constituent.
| Property Name | Data Type | Length | Required | Readonly | Notes |
|---|---|---|---|---|---|
| AttachPdf | boolean | N | Whether to attach the giving summary as a PDF (AttachPDF = true) or include in the body of the email (AttachPDF = false). | ||
| ContributionTotalAmount | decimal number | N | Total giving amount for selected funds and date range for the cumulative giving receipt run. | ||
| CreatedDateTime | date | N | |||
| CreateLocation | string | N | |||
| CreatedBy | string | N | |||
| DateSent | date | N | The date the receipt was queued for email delivery. | ||
| EmailAddress | string | N | Assigned email address from ElectronicAddresses when the receipt was generated. | ||
| EndDateTime | date | N | End date for the contributions considered based on contribution date. | ||
| Funds | string | N | Comma delimited string of fund ids used when the receipt was generated. | ||
| Id | integer | N | Primary key for the entity. | ||
| UpdatedDateTime | date | N | |||
| UpdatedBy | string | N | |||
| SessionId | integer | N | Unique session id for the run of the giving receipt utility. | ||
| StartDateTime | date | N | Start date for the contributions considered based on contribution date. | ||
| TaxReceiptId | integer | N | Unique tax receipt number for this generated summary receipt. | ||
| Year | integer | N | Year of the end date/time for the giving summary. | ||
| ControlGroup | ControlGroupSummary | N | Control group assigned to the session for the utility run. | ||
| FK: TR_CONTROL_GROUP.id   Resource: ControlGroups | |||||
| Constituent | ConstituentDisplaySummary | N | Constituent assigned to the contributions. | ||
| FK: T_CUSTOMER.customer_no   Resource: Constituents | |||||
| Format | Entity | N | Format used in the receipt generation. | ||
| FK: T_FORMAT_INFO.id   Resource: Formats | |||||