Share via


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

2/27/2008

Gets a credit card balance.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Balance As Decimal
public virtual decimal Balance { get; }
public:
virtual property Decimal Balance {
    Decimal get ();
}
/** @property */
public Decimal get_Balance ()
public function get Balance () : decimal

Remarks

When the CAT service object receives the settlement results from an electronic money device, it stores the results in the Balance Property.

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