Share via


FiscalPrinter.ChangeDue Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets or sets the text to print as a description for the cash return when using the PrintRecTotal method.

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

Syntax

'Declaration
Public MustOverride Property ChangeDue As String
public abstract string ChangeDue { get; set; }
public:
virtual property String^ ChangeDue {
    String^ get () abstract;
    void set (String^ value) abstract;
}
/** @property */
public abstract String get_ChangeDue ()

/** @property */
public abstract void set_ChangeDue (String value)
public abstract function get ChangeDue () : String

public abstract function set ChangeDue (value : String)

Remarks

ChangeDue holds the text to print as a description for the cash return when you use the PrintRecTotal method.

ChangeDue is set and kept current by the service object while the device is enabled.

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

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace