IPaymentType InterfaceiikoFront Api V3 Documentation

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

  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
Properties

  NameDescription
Public propertyCanDisplayChange
If change can be displayed for payment type.
Public propertyDiscountType
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.
Public propertyId (Inherited from IEntity.)
Public propertyIsCash
Does payment type present cash payment
Public propertyIsCombinable
Is payment type combinable with other payment types.
Public propertyIsEnabled
Is payment type enabled for some kind of usage. Specific purposes may have additional constraints.
Public propertyName
Name of payment type
Top
See Also

Reference