[AllowOverridesAttribute]
public class Receipt : ShoppingCartState, IReceipt,
IShoppingCartState
<AllowOverridesAttribute>
Public Class Receipt
Inherits ShoppingCartState
Implements IReceipt, IShoppingCartState
[AllowOverridesAttribute]
public ref class Receipt : public ShoppingCartState,
IReceipt, IShoppingCartState
[<AllowOverridesAttribute>]
type Receipt =
class
inherit ShoppingCartState
interface IReceipt
interface IShoppingCartState
end
Receipt | Initializes a new instance of the Receipt class |
BalanceRemaining | (Inherited from ShoppingCartState) |
BillingAddressId | (Inherited from ShoppingCartState) |
BillingContactId | (Inherited from ShoppingCartState) |
BillToCustomerId | (Inherited from ShoppingCartState) |
CartItems |
Returns a collection of cart items. Derived versions of ShoppingCartState may override the BuildLegacyCartItems method.
(Inherited from ShoppingCartState) Obsolete. |
CartToken | (Inherited from ShoppingCartState) |
ChangeDue | |
ConfirmationNumber | |
ContainsOpenInvoiceItems | (Inherited from ShoppingCartState) |
ContainsShippableItems | (Inherited from ShoppingCartState) |
CourseRegistrationHlos | (Inherited from ShoppingCartState) |
CreditApplied | (Inherited from ShoppingCartState) |
CurrencyId | (Inherited from ShoppingCartState) |
CustomerId | (Inherited from ShoppingCartState) |
CustomerSortName | (Inherited from ShoppingCartState) |
DetailCount | (Inherited from ShoppingCartState) |
DiscountAmountApplied | (Inherited from ShoppingCartState) |
DiscountCartItems |
Returns a collection of cart items that represent discounts. Derived versions of ShoppingCartState may override the BuildLegacyDiscountCartItems method.
(Inherited from ShoppingCartState) Obsolete. |
DiscountItems | (Inherited from ShoppingCartState) |
DonationHlos | (Inherited from ShoppingCartState) |
EventRegistrationHlos | (Inherited from ShoppingCartState) |
EventSponsorshipHlos | (Inherited from ShoppingCartState) |
ExhibitorApplicationHlos | (Inherited from ShoppingCartState) |
FlatAdditionalInvoiceDetailCartItems | (Inherited from ShoppingCartState) |
FlatInvoiceDetailCartItems | (Inherited from ShoppingCartState) |
GroupRegistrationHlos | (Inherited from ShoppingCartState) |
Id | (Overrides ShoppingCartStateId) |
InvoiceCode | Code of the netFORUM Invoice business object used to process this transaction. In the database this may map to an invoice code, an order code, or neither (depending how the transaction was processed). |
IsEligibleForInstallmentBilling | (Inherited from ShoppingCartState) |
IsShippingMethodRequired | (Inherited from ShoppingCartState) |
IsShippingMethodSet | (Inherited from ShoppingCartState) |
Items |
A structured collection of the items in this shopping cart. Derived versions of ShoppingCartState may override the BuildCartItems method for customization.
(Inherited from ShoppingCartState) |
MaskedCreditCardNumber | |
MembershipHlos | (Inherited from ShoppingCartState) |
PaidAmount | The amount paid towards this purchase as a part of this transaction, not including the value of any credits applied. |
PaymentCode | Code of the payment record generated as a result of this transaction, if such a record exists. |
ShippingAddressId | (Inherited from ShoppingCartState) |
ShippingApplied | (Inherited from ShoppingCartState) |
ShippingMethodCartItem |
Returns a cart items that represent the shipping method. Derived versions of ShoppingCartState may override the BuildLegacyShippingCartItem method.
(Inherited from ShoppingCartState) Obsolete. |
ShippingMethodItem | (Inherited from ShoppingCartState) |
ShippingMethodItems |
A collection of the shipping items in this shopping cart. Derived versions of ShoppingCartState may override the BuildShippingItems method for customization.
(Inherited from ShoppingCartState) |
SourceCodeId | (Inherited from ShoppingCartState) |
SubTotal | (Inherited from ShoppingCartState) |
TaxApplied | (Inherited from ShoppingCartState) |
Total | (Inherited from ShoppingCartState) |
TotalWeight | (Inherited from ShoppingCartState) |
TransactionReferenceNumber | |
UnpaidBalance | The unpaid balance on the invoice created during checkout of this cart. Should be 0, except in cases where UnderpaymentBehavior is set to something other than NotAllowed. |