IPaymentItem Interface |
Namespace: Resto.Front.Api.V5.Data.Payments
public interface IPaymentItem : ISerializable, IEntity, IPaymentItemStub
The IPaymentItem type exposes the following members.
Name | Description | |
---|---|---|
AdditionalData | ||
CustomData | Custom data provided for payment items of plugin payment types. For non-plugin payment types always returns null. | |
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. | |
Status | ||
Sum | ||
Type |
Name | Description | |
---|---|---|
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |