CreditCardPayment Members

Represents a credit card type of payment.

The CreditCardPayment type exposes the following members.

Constructors

  Name Description
Aa186953.pubmethod(en-US,CS.90).gif CreditCardPayment Overloaded. Initializes a new instance of the CreditCardPayment class.

Top

Methods

  Name Description
Aa186953.pubmethod(en-US,CS.90).gif 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).)
Aa186953.protmethod(en-US,CS.90).gif Finalize (Inherited from Object.)
Aa186953.pubmethod(en-US,CS.90).gif GetEnumerator Returns an enumerator that can be used to enumerate over all the weakly-typed properties of the current payment method. (Inherited from Payment.)
Aa186953.pubmethod(en-US,CS.90).gif GetHashCode Returns the hash code of the current instance. (Overrides Payment..::.GetHashCode()()().)
Aa186953.pubmethod(en-US,CS.90).gif GetObjectData Populates the SerializationInfo with the data needed to serialize the CreditCardPayment. (Overrides Payment..::.GetObjectData(SerializationInfo, StreamingContext).)
Aa186953.pubmethod(en-US,CS.90).gif GetType (Inherited from Object.)
Aa186953.pubmethod(en-US,CS.90).gif LoadedFromStorage Called after the entire class graph is loaded from mapped storage to allow custom post-load marshaling. (Inherited from MappedStorageBase.)
Aa186953.protmethod(en-US,CS.90).gif MemberwiseClone (Inherited from Object.)
Aa186953.pubmethod(en-US,CS.90).gif SavedToStorage Called after saving a mapped class instance to storage to allow custom post-save marshaling. (Inherited from MappedStorageBase.)
Aa186953.pubmethod(en-US,CS.90).gif SavingToStorage Called prior to saving a mapped class instance to storage to allow custom pre-save marshaling. (Inherited from MappedStorageBase.)
Aa186953.pubmethod(en-US,CS.90).gif SetChildDirty Overloaded.
Aa186953.pubmethod(en-US,CS.90).gif SetDirty Called by local class property set accessors when a change occurs to data members that are mapped to SQL storage. (Inherited from Payment.)
Aa186953.pubmethod(en-US,CS.90).gif SetParent Called whenever the current instance is associated with a new order group. (Inherited from Payment.)
Aa186953.pubmethod(en-US,CS.90).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa186953.pubproperty(en-US,CS.90).gif Amount Gets or sets the amount charged to the current instance. (Inherited from Payment.)
Aa186953.pubproperty(en-US,CS.90).gif AuthorizationCode Gets or sets the payment authorization code.
Aa186953.pubproperty(en-US,CS.90).gif BillingAddressId Gets or sets the address identifier for the billing payment. (Inherited from Payment.)
Aa186953.pubproperty(en-US,CS.90).gif CardType Gets or sets the type of the credit card.
Aa186953.pubproperty(en-US,CS.90).gif CreditCardIdentifier Gets or sets the token used to identify the credit card.
Aa186953.pubproperty(en-US,CS.90).gif CreditCardNumber Gets or sets the credit card number used for the payment.
Aa186953.pubproperty(en-US,CS.90).gif CustomerNameOnPayment Gets or sets the customer's name as it appears on the credit card or purchase order. (Inherited from Payment.)
Aa186953.pubproperty(en-US,CS.90).gif DerivedClassName Gets the name of the current instance. (Inherited from Payment.)
Aa186953.pubproperty(en-US,CS.90).gif ExpirationMonth Gets or sets the month when credit card will expire.
Aa186953.pubproperty(en-US,CS.90).gif ExpirationYear Gets or sets the 4 digit expiration year when credit card will expire.
Aa186953.pubproperty(en-US,CS.90).gif Item Gets or sets the Payment object from the current collection, based upon the specified name. (Inherited from Payment.)
Aa186953.pubproperty(en-US,CS.90).gif OrderFormId Gets the order form identifier of the parent order form for the current payment instance. (Inherited from Payment.)
Aa186953.pubproperty(en-US,CS.90).gif OrderGroupId Gets the order group identifier of the parent order group for the current payment instance. (Inherited from Payment.)
Aa186953.pubproperty(en-US,CS.90).gif ParentOrderForm Gets a reference to the parent order form that contains the current instance. (Inherited from Payment.)
Aa186953.pubproperty(en-US,CS.90).gif PaymentId Gets the unique identifier for the current instance. (Inherited from Payment.)
Aa186953.pubproperty(en-US,CS.90).gif PaymentMethodId Gets or sets the unique identifier of the payment method used. (Inherited from Payment.)
Aa186953.pubproperty(en-US,CS.90).gif PaymentMethodName Gets or sets the name of the payment method used. (Inherited from Payment.)
Aa186953.pubproperty(en-US,CS.90).gif PaymentType Gets the type of payment method used. (Inherited from Payment.)
Aa186953.protproperty(en-US,CS.90).gif ProtectedPaymentType Gets or sets a protected version of PaymentType with a setter for derived classes. (Inherited from Payment.)
Aa186953.pubproperty(en-US,CS.90).gif Status Gets or sets the status of the current instance. (Inherited from Payment.)
Aa186953.pubproperty(en-US,CS.90).gif StorageLoadInProgress Gets a value indicating whether a storage load is in progress. (Inherited from MappedStorageBase.)
Aa186953.pubproperty(en-US,CS.90).gif ValidationCode Gets a validation code specific to the credit card vendor.

Top

See Also

Reference

CreditCardPayment Class

Microsoft.CommerceServer.Runtime.Orders Namespace