GiftCertificatePayment Class

Represents a gift certificate type of payment.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class GiftCertificatePayment _
    Inherits Payment _
    Implements ISerializable
'Usage
Dim instance As GiftCertificatePayment
[SerializableAttribute]
public class GiftCertificatePayment : Payment, ISerializable
[SerializableAttribute]
public ref class GiftCertificatePayment : public Payment, 
    ISerializable
public class GiftCertificatePayment extends Payment implements ISerializable

Remarks

GiftCertificatePayment 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..::.GiftCertificatePayment

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

GiftCertificatePayment Members

Microsoft.CommerceServer.Runtime.Orders Namespace

CreditCardPayment

CashCardPayment

PurchaseOrderPayment