CreditCardPayment Class

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.

See Also

Reference

CreditCardPayment Members

Microsoft.CommerceServer.Runtime.Orders Namespace

CashCardPayment

GiftCertificatePayment

PurchaseOrderPayment