Cat.PaymentCondition Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the payment condition of the most recent successful authorization operation.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property PaymentCondition As PaymentCondition
public abstract PaymentCondition PaymentCondition { get; }
public:
virtual property PaymentCondition PaymentCondition {
    PaymentCondition get () abstract;
}
/** @property */
public abstract PaymentCondition get_PaymentCondition ()
public abstract function get PaymentCondition () : PaymentCondition

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

Cat Class
Cat Members
Microsoft.PointOfService Namespace
PaymentDetail