Share via


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

2/27/2008

Gets a string that indicates that only predefined payment lines are allowed.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property PredefinedPaymentLines As String()
public abstract string[] PredefinedPaymentLines { get; }
public:
virtual property array<String^>^ PredefinedPaymentLines {
    array<String^>^ get () abstract;
}
/** @property */
public abstract String[] get_PredefinedPaymentLines ()
public abstract function get PredefinedPaymentLines () : String[]

Remarks

If CapPredefinedPaymentLines is true, only predefined payment lines are allowed. The value of PredefinedPaymentLines is the list of all possible words to be used as indexes of the predefined payment lines (for example, “a,b,c,d,z”). Those indexes are used in the PrintRecTotal method for the description parameter.

PredefinedPaymentLines 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