IPaymentItem Interface |
Namespace: Resto.Front.Api.V4.Data.Payments
public interface IPaymentItem : ISerializable, IEntity
The IPaymentItem type exposes the following members.
| Name | Description | |
|---|---|---|
| AdditionalData | ||
| Id | (Inherited from IEntity.) | |
| IsExternal | ||
| IsPreliminary | ||
| IsPrepay | Whether payment item is prepay. | |
| IsProcessedExternally | ||
| MaxSum | Maximum allowed payment sum, upper bound for the payment. null means default limit value. | |
| MinSum | Minimum allowed payment sum, lower bound for the payment. null means default limit value. | |
| Order | ||
| Status | ||
| Sum | ||
| Type |
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
| Name | Description | |
|---|---|---|
| ToEntityStub | (Defined by IEntityExtensions.) |