DeviceDeviceType Property |
Type of the POS device. PAY=Payment Terminal; CSH=Cash Drawer; FIP=Fiscal Printer; OTH=Other. [Required] [Default("OTH")] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Pos
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DevicesRepositoryDeviceType DeviceType { get; set; }
Public Property DeviceType As DevicesRepositoryDeviceType
Get
Set
public:
property DevicesRepositoryDeviceType^ DeviceType {
DevicesRepositoryDeviceType^ get ();
void set (DevicesRepositoryDeviceType^ value);
}
member DeviceType : DevicesRepositoryDeviceType with get, set
Property Value
Type:
DevicesRepositoryDeviceType
See Also