| Primary Key | Field Type | 
|---|---|
|  ID | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  Amount | money | |||
|  IsOffline | bit | Default = 0 | ||
|  CurrencyType | int |  | ||
|  ThankedDate | datetime |  | ||
|  IsAthon | bit | Default = 0 | ||
|  InvoiceDate | datetime |  | ||
|  InvoicePaid | bit | Default = 0 | ||
|  GiftBackOfficeID | int |  | ||
|  IsChangeBucket | bit | Default = 0 | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  SolicitorID | int | FundRaiserSolicitors.ID | ||
|  DonationTransactionsID | int | DonationTransactions.DonationTransactionsID | ||
|  PledgeID | int |  | FundRaiserDonations.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_FundraiserDonations_DonationTransactionsID_SolicitorID_IsAthon_PledgeID_Amount | DonationTransactionsID, SolicitorID, IsAthon, PledgeID, Amount | |||
|  IX_FundraiserDonations_ID_DonationTransactionsID_GiftBackOfficeID | ID, DonationTransactionsID, GiftBackOfficeID | |||
|  IX_FundraiserDonations_SolicitorID_DonationTransactionsID_Amount_IsAthon | SolicitorID, DonationTransactionsID, Amount, IsAthon | |||
|  PK_FundRaiserDonations | ID |  |  |  | 
| Referenced by | Field | 
|---|---|
|  FundraiserSolicitorContactAction | FundRaiserDonationsID | 
