Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets an instance of PaymentMethodManager.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property PaymentMethodManager As PaymentMethodManager
'Usage
Dim instance As OrderManagementContext
Dim value As PaymentMethodManager
value = instance.PaymentMethodManager
public PaymentMethodManager PaymentMethodManager { get; }
public:
property PaymentMethodManager^ PaymentMethodManager {
PaymentMethodManager^ get ();
}
public function get PaymentMethodManager () : PaymentMethodManager
Property Value
Type: Microsoft.CommerceServer.Orders..::.PaymentMethodManager
An instance of PaymentMethodManager.
Remarks
The PaymentMethodManager provides data management operations for payments. The PaymentMethodManager Class controls and manages the payment methods, such as a credit card.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.