[AllowOverridesAttribute]
public class DonationCartItem : ComplexCartItem<AllowOverridesAttribute>
Public Class DonationCartItem
Inherits ComplexCartItem[AllowOverridesAttribute]
public ref class DonationCartItem : public ComplexCartItem[<AllowOverridesAttribute>]
type DonationCartItem =
class
inherit ComplexCartItem
end| DonationCartItem | Initializes a new instance of the DonationCartItem class |
| AppealId | |
| CartItemId | (Overrides ComplexCartItemCartItemId) |
| CustomerId | |
| DiscountAmountApplied | (Inherited from ComplexCartItem) |
| DonationFee | |
| FundPurposeId | |
| GiftTypeId | |
| InvoiceDetails |
A collection of all of the invoice details represented by this cart item, including invoice details for any cart items nested under this one.
(Inherited from ComplexCartItem) |
| IsAnonymous | |
| MatchProgramId | |
| Name | (Inherited from ComplexCartItem) |
| Notes | |
| RecognitionAddressCity | |
| RecognitionAddressCountry | |
| RecognitionAddressLine1 | |
| RecognitionAddressLine2 | |
| RecognitionAddressPostCode | |
| RecognitionAddressState | |
| RecognitionCustomerName | |
| RecognitionTypeId | |
| SourceCodeId | |
| SubTotal | (Inherited from ComplexCartItem) |
| TaxApplied | (Inherited from ComplexCartItem) |
| Total | (Inherited from ComplexCartItem) |
| GetAllInvoiceDetailsIncludingNested | (Overrides ComplexCartItemGetAllInvoiceDetailsIncludingNested) |
| GetHighLevelName | (Overrides ComplexCartItemGetHighLevelName) |