Click or drag to resize

IAdditionalCurrency Interface

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public interface IAdditionalCurrency : ISerializable, 
	IEntity

The IAdditionalCurrency type exposes the following members.

Properties
  NameDescription
Public propertyId (Inherited from IEntity.)
Public propertyIsoName
ISO Name.
Public propertyShortName
Short name.
Public propertyShortNameForGui
Short name displayed in UI.
Public propertyShowCurrency
Whether the currency is shown.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also