PaymentMethod Members

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Controls and manages the payment methods, such as a credit card. This class cannot be inherited.

The PaymentMethod type exposes the following members.

Constructors

  Name Description
Aa184797.pubmethod(en-US,CS.70).gif PaymentMethod Overloaded. Initializes a new instance of the PaymentMethod class.

Top

Methods

  Name Description
Aa184797.pubmethod(en-US,CS.70).gif Equals Checks if the object passed is a PaymentMethod and the unique identifier is equal to the PaymentGroupId of the current instance. (Overrides Object..::.Equals(Object).)
Aa184797.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa184797.pubmethod(en-US,CS.70).gif GetDescription Overloaded. Gets the description of the PaymentMethod in the DefaultLanguage, or a specified language.
Aa184797.pubmethod(en-US,CS.70).gif GetHashCode Returns the HashCode for the PaymentGroupId. (Overrides Object..::.GetHashCode()()().)
Aa184797.pubmethod(en-US,CS.70).gif GetPaymentMethodName Overloaded. Gets the name of the PaymentMethod in the DefaultLanguage, or a specified language.
Aa184797.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa184797.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa184797.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa184797.pubproperty(en-US,CS.70).gif ConfiguredMode Gets or sets a value representing the configured mode for the PaymentProcessor.
Aa184797.pubproperty(en-US,CS.70).gif Created Gets the creation time of the PaymentMethod.
Aa184797.pubproperty(en-US,CS.70).gif DefaultLanguage Gets or sets the default language for the PaymentMethod.
Aa184797.pubproperty(en-US,CS.70).gif Enabled Gets or sets a value to indicate if the PaymentMethod is enabled or disabled.
Aa184797.pubproperty(en-US,CS.70).gif LanguageSensitiveProperties Gets a PaymentMethodDataSet containing all the language sensitive properties for all the languages.
Aa184797.pubproperty(en-US,CS.70).gif LastModified Gets the DateTime the PaymentMethod was last modified in the server.
Aa184797.pubproperty(en-US,CS.70).gif PaymentGroupId Gets the unique identifier which represents the PaymentMethod's language insensitive properties and the language sensitive properties in all the configured languages.
Aa184797.pubproperty(en-US,CS.70).gif PaymentProcessor Gets or sets the ProgID / Type of the component that is used to process the Payment for this PaymentMethod.
Aa184797.pubproperty(en-US,CS.70).gif PaymentType Gets or sets the PaymentMethodTypes enumeration value.

Top

See Also

Reference

PaymentMethod Class

Microsoft.CommerceServer.Orders Namespace