PurchaseOrderPayment Class

Represents a purchase order payment.

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

Syntax

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

Remarks

A purchase order payment usually represents a business-to-business style of transaction. A PurchaseOrderPayment 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..::.PurchaseOrderPayment

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

PurchaseOrderPayment Members

Microsoft.CommerceServer.Runtime.Orders Namespace

CashCardPayment

CreditCardPayment

GiftCertificatePayment