שתף באמצעות


PaymentMethodManager Class

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

Manages storage and retrieval of PaymentMethod objects. 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 PaymentMethodManager _
    Inherits OrderServices
'Usage
Dim instance As PaymentMethodManager
public sealed class PaymentMethodManager : OrderServices
public ref class PaymentMethodManager sealed : public OrderServices
public final class PaymentMethodManager extends OrderServices

Remarks

Encapsulates methods for managing PaymentMethod objects. PaymentMethodManager is used for performing administration tasks on the site.

Note

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

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Orders..::.OrderServices
    Microsoft.CommerceServer.Orders..::.PaymentMethodManager

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

PaymentMethodManager Members

Microsoft.CommerceServer.Orders Namespace