Click or drag to resize

IAdditionalCurrency Interface


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

The IAdditionalCurrency type exposes the following members.

Properties
 NameDescription
Public propertyId
(Inherited from IEntity)
Public propertyIsoNameISO Name.
Public propertyShortNameShort name.
Public propertyShortNameForGuiShort name displayed in UI.
Public propertyShowCurrencyWhether the currency is shown.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also