Click or drag to resize

IPointOfSale Interface

Point of sale

Namespace: Resto.Front.Api.Data.Organization
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public interface IPointOfSale : ISerializable, 
	IEntity

The IPointOfSale type exposes the following members.

Properties
 NameDescription
Public propertyCashRegisterCashRegister of current point of sale
Public propertyConceptionConception of current point of sale
Public propertyId
(Inherited from IEntity)
Public propertyNamePoint of sale name.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also