Namespace: Resto.Front.Api.V3.Data.Payments
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public interface IPaymentType : IEntity, ISerializable
The IPaymentType type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Properties
Name | Description | |
---|---|---|
![]() | CanDisplayChange | If change can be displayed for payment type. |
![]() | DiscountType | Recommended IDiscountType to apply with this payment type. You should delete discount item of this discount type if you deleting payment item of this payment type. |
![]() | Id | (Inherited from IEntity.) |
![]() | IsCash | Does payment type present cash payment |
![]() | IsCombinable | Is payment type combinable with other payment types. |
![]() | IsEnabled | Is payment type enabled for some kind of usage. Specific purposes may have additional constraints. |
![]() | Name | Name of payment type |
See Also