Click or drag to resize

IPaymentType Interface

Namespace:  Resto.Front.Api.Data.Payments
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public interface IPaymentType : ISerializable, 
	IEntity

The IPaymentType type exposes the following members.

Properties
  NameDescription
Public propertyCanBeExternalProcessed
Can be added as processed external by [!:Editors.IEditSession.AddExternalPaymentItem(decimal,bool,Data.Payments.IPaymentItemAdditionalData,Data.Payments.OrganizationDetailsInfo,Data.Payments.IPaymentType,Editors.Stubs.IOrderStub)].
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 are deleting payment item of this payment type.
Public propertyFiscalizeAsDiscount
Is payment type must be fiscalized as discount on cash register but stay as non-fiscal payment in iiko.
Public propertyId (Inherited from IEntity.)
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 propertyIsHidden
Is payment type hidden from payment type selector UI.
Public propertyKind
Kind of the payment type.
Public propertyName
Name of payment type.
Public propertyOpenCashDrawerOnPay
Indicates if BaseType needs to open cash drawer.
Public propertyPrintCheque
Is payment type must be fiscalized on cash register.
Public propertyProcessAsDiscount
Is payment type must be processed as discount both on cash register and in iiko.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also