Share via


PaymentMethods Property

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

Gets the PaymentMethodCollection containing all the PaymentMethod objects.

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

Syntax

'Declaration
Public ReadOnly Property PaymentMethods As PaymentMethodCollection
'Usage
Dim instance As PaymentMethodManager
Dim value As PaymentMethodCollection

value = instance.PaymentMethods
public PaymentMethodCollection PaymentMethods { get; }
public:
property PaymentMethodCollection^ PaymentMethods {
    PaymentMethodCollection^ get ();
}
public function get PaymentMethods () : PaymentMethodCollection

Property Value

Type: Microsoft.CommerceServer.Orders..::.PaymentMethodCollection
The PaymentMethodCollection containing all the payment methods.

Remarks

Returns the PaymentMethodCollection containing all the payment methods.

The payment method controls and manages the payment methods, such as a credit card.

Permissions

See Also

Reference

PaymentMethodManager Class

PaymentMethodManager Members

Microsoft.CommerceServer.Orders Namespace