PaymentMethodCollection Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Manages a collection of payment methods.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public NotInheritable Class PaymentMethodCollection _
Implements ICollection, IEnumerable
'Usage
Dim instance As PaymentMethodCollection
public sealed class PaymentMethodCollection : ICollection,
IEnumerable
public ref class PaymentMethodCollection sealed : ICollection,
IEnumerable
public final class PaymentMethodCollection implements ICollection, IEnumerable
Remarks
The PaymentMethodCollection is filled when a PaymentMethodManager object is created.
The PaymentMethodCollection cannot be extended.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Orders..::.PaymentMethodCollection
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.