CreditCardPayment Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a credit card type of payment.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CreditCardPayment _
Inherits Payment _
Implements ISerializable
'Usage
Dim instance As CreditCardPayment
[SerializableAttribute]
public class CreditCardPayment : Payment, ISerializable
[SerializableAttribute]
public ref class CreditCardPayment : public Payment,
ISerializable
public class CreditCardPayment extends Payment implements ISerializable
Remarks
CreditCardPayment 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..::.CreditCardPayment
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.