IPaymentItem Interface |
Namespace: Resto.Front.Api.Data.Payments
public interface IPaymentItem : ISerializable, IEntity, IPaymentItemStub
The IPaymentItem type exposes the following members.
| Name | Description | |
|---|---|---|
| AdditionalData | ||
| DonationType | ||
| 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. | |
| PointOfSale | Point of sale where payment was processed or null if it's not processed. | |
| Status | ||
| Sum | ||
| Type |
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |