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.
Represents a cash card type of payment.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CashCardPayment _
Inherits Payment _
Implements ISerializable
'Usage
Dim instance As CashCardPayment
[SerializableAttribute]
public class CashCardPayment : Payment, ISerializable
[SerializableAttribute]
public ref class CashCardPayment : public Payment,
ISerializable
public class CashCardPayment extends Payment implements ISerializable
Remarks
CashCardPayment is derived from the abstract Payment class and represents a payment mechanism.
Inheritance Hierarchy
System..::.Object
Microsoft.CommerceServer.Runtime..::.MappedStorageBase
Microsoft.CommerceServer.Runtime.Orders..::.Payment
Microsoft.CommerceServer.Runtime.Orders..::.CashCardPayment
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.