PaymentMethod Class

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.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public NotInheritable Class PaymentMethod
'Usage
Dim instance As PaymentMethod
public sealed class PaymentMethod
public ref class PaymentMethod sealed
public final class PaymentMethod

Remarks

Payment methods are persisted in the "PaymentConfig" table in the Transaction Configuration database.

This class cannot be extended.

Note

Do not use the PaymentMethod class from site code. Use GetPaymentMethods instead.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Orders..::.PaymentMethod

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PaymentMethod Members

Microsoft.CommerceServer.Orders Namespace