Click or drag to resize

IDonationType Interface

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

The IDonationType type exposes the following members.

Properties
  NameDescription
Public propertyId (Inherited from IEntity.)
Public propertyName
Name of donation type.
Public propertyOrderServiceTypes
Orders of which service type this donation type is applicable for.
Public propertyPaymentTypes
Assigned payment types of the current donation type.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also