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 | |
---|---|---|
PaymentMethod | Overloaded. Initializes a new instance of the PaymentMethod class. |
Top
Methods
Name | Description | |
---|---|---|
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).) | |
Finalize | (Inherited from Object.) | |
GetDescription | Overloaded. Gets the description of the PaymentMethod in the DefaultLanguage, or a specified language. | |
GetHashCode | Returns the HashCode for the PaymentGroupId. (Overrides Object..::.GetHashCode()()().) | |
GetPaymentMethodName | Overloaded. Gets the name of the PaymentMethod in the DefaultLanguage, or a specified language. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ConfiguredMode | Gets or sets a value representing the configured mode for the PaymentProcessor. | |
Created | Gets the creation time of the PaymentMethod. | |
DefaultLanguage | Gets or sets the default language for the PaymentMethod. | |
Enabled | Gets or sets a value to indicate if the PaymentMethod is enabled or disabled. | |
LanguageSensitiveProperties | Gets a PaymentMethodDataSet containing all the language sensitive properties for all the languages. | |
LastModified | Gets the DateTime the PaymentMethod was last modified in the server. | |
PaymentGroupId | Gets the unique identifier which represents the PaymentMethod's language insensitive properties and the language sensitive properties in all the configured languages. | |
PaymentProcessor | Gets or sets the ProgID / Type of the component that is used to process the Payment for this PaymentMethod. | |
PaymentType | Gets or sets the PaymentMethodTypes enumeration value. |
Top