Click or drag to resize

IPastOrderPayment Interface

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public interface IPastOrderPayment : ISerializable, 
	IEntity

The IPastOrderPayment type exposes the following members.

Properties
  NameDescription
Public propertyId (Inherited from IEntity.)
Public propertyIsPrepay
Payment operation is prepayment.
Public propertyPaymentType
Payment type.
Public propertySum
Payment amount.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also