FiscalContractorId Enumeration

2/27/2008

Enumerates the valid contractors to whom the receipt and/or some items of the receipt can be assigned.

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

Syntax

'Declaration
Public Enumeration FiscalContractorId
public enum FiscalContractorId
public enum class FiscalContractorId
public enum FiscalContractorId
public enum FiscalContractorId

Members

Member name Description
First First contractor is defined.
Second Second contractor is defined.
Single Single contractor.

Remarks

Used by the ContractorId property. Members of the FiscalContractorId enumeration replace the FPTR_CID_FIRST, FPTR_CID_SECOND, and FPTR_CID_SINGLE UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace