Click or drag to resize

IPaymentItem Interface

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

The IPaymentItem type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalData
Public propertyDonationType
Public propertyId (Inherited from IEntity.)
Public propertyIsExternal
Public propertyIsPreliminary
Public propertyIsPrepay
Whether payment item is prepay.
Public propertyIsProcessedExternally
Public propertyMaxSum
Maximum allowed payment sum, upper bound for the payment. null means default limit value.
Public propertyMinSum
Minimum allowed payment sum, lower bound for the payment. null means default limit value.
Public propertyPointOfSale
Point of sale where payment was processed or null if it's not processed.
Public propertyStatus
Public propertySum
Public propertyType
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also