Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a cash card type of payment.
The CashCardPayment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CashCardPayment | Overloaded. Initializes a new instance of the CashCardPayment class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Returns a value indicating whether the specified payment method is the same as the payment method of the current instance. (Overrides Payment..::.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that can be used to enumerate over all the weakly-typed properties of the current payment method. (Inherited from Payment.) |
![]() |
GetHashCode | Returns the hash code of the current instance. (Overrides Payment..::.GetHashCode()()().) |
![]() |
GetObjectData | Populates the SerializationInfo with the data needed to serialize the CashCardPayment. (Overrides Payment..::.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Inherited from Object.) |
![]() |
LoadedFromStorage | Called after the entire class graph is loaded from mapped storage to allow custom post-load marshaling. (Inherited from MappedStorageBase.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SavedToStorage | Called after saving a mapped class instance to storage to allow custom post-save marshaling. (Inherited from MappedStorageBase.) |
![]() |
SavingToStorage | Called prior to saving a mapped class instance to storage to allow custom pre-save marshaling. (Inherited from MappedStorageBase.) |
![]() |
SetChildDirty | Overloaded. |
![]() |
SetDirty | Called by local class property set accessors when a change occurs to data members that are mapped to SQL storage. (Inherited from Payment.) |
![]() |
SetParent | Called whenever the current instance is associated with a new order group. (Inherited from Payment.) |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Amount | Gets or sets the amount charged to the current instance. (Inherited from Payment.) |
![]() |
BillingAddressId | Gets or sets the address identifier for the billing payment. (Inherited from Payment.) |
![]() |
CashCardNumber | Gets or sets the cash card number used for the payment. |
![]() |
CustomerNameOnPayment | Gets or sets the customer's name as it appears on the credit card or purchase order. (Inherited from Payment.) |
![]() |
DerivedClassName | Gets the name of the current instance. (Inherited from Payment.) |
![]() |
Item | Gets or sets the Payment object from the current collection, based upon the specified name. (Inherited from Payment.) |
![]() |
OrderFormId | Gets the order form identifier of the parent order form for the current payment instance. (Inherited from Payment.) |
![]() |
OrderGroupId | Gets the order group identifier of the parent order group for the current payment instance. (Inherited from Payment.) |
![]() |
ParentOrderForm | Gets a reference to the parent order form that contains the current instance. (Inherited from Payment.) |
![]() |
PaymentId | Gets the unique identifier for the current instance. (Inherited from Payment.) |
![]() |
PaymentMethodId | Gets or sets the unique identifier of the payment method used. (Inherited from Payment.) |
![]() |
PaymentMethodName | Gets or sets the name of the payment method used. (Inherited from Payment.) |
![]() |
PaymentType | Gets the type of payment method used. (Inherited from Payment.) |
![]() |
Pin | Gets or sets the user’s personal information number (PIN). |
![]() |
ProtectedPaymentType | Gets or sets a protected version of PaymentType with a setter for derived classes. (Inherited from Payment.) |
![]() |
Status | Gets or sets the status of the current instance. (Inherited from Payment.) |
![]() |
StorageLoadInProgress | Gets a value indicating whether a storage load is in progress. (Inherited from MappedStorageBase.) |
Top