Click or drag to resize

ChequeTask Class

Task to perform sale or refund operations.
Inheritance Hierarchy

Namespace: Resto.Front.Api.Data.Device.Tasks
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
[SerializableAttribute]
public class ChequeTask : BillTask

The ChequeTask type exposes the following members.

Constructors
 NameDescription
Public methodChequeTaskMain constructor
Top
Properties
 NameDescription
Public propertyAdditionalChequeAttributeAdditional document attribute (number 1192).
Public propertyBillNumberBill (precheque) number.
Public propertyCancellingSaleNumberThe order number that will be canceled if cheque is refund.
(Inherited from BillTask)
Public propertyCardPaymentsCard payments.
Public propertyCashierIdCashier Id.
(Inherited from CashRegisterTask)
Public propertyCashierNameCashier name.
(Inherited from CashRegisterTask)
Public propertyCashierTaxpayerIdTaxpayer Id of the cashier.
(Inherited from CashRegisterTask)
Public propertyCashPaymentCash payment sum.
Public propertyCashPaymentsCash payments.
Public propertyConsiderationSumConsideration sum.
Public propertyCreditSumCredit sum.
Public propertyCustomerDetailsInfoDetails info of customer (person or organization).
Public propertyDepartmentCodeDepartment code.
Public propertyDiscountPercentDiscount for subtotal in percent.
(Inherited from BillTask)
Public propertyDiscountSumDiscount for subtotal.
(Inherited from BillTask)
Public propertyDocumentTypeOperation type (attribute 1054) for FFD.
Public propertyEInvoiceNumberEinvoice number.
Public propertyEInvoiceTypeEInvoice type.
Public propertyFillAdditionalUserDataIs fill of additional user data needed.
Public propertyFiscalTagsAdditional fiscal tags.
(Inherited from BillTask)
Public propertyIdThe task id.
(Inherited from CashRegisterTask)
Public propertyIncreasePercentIncrease for subtotal in percent.
(Inherited from BillTask)
Public propertyIncreaseSumIncrease for subtotal.
(Inherited from BillTask)
Public propertyIsBuyIs buy cheque?
(Inherited from BillTask)
Public propertyIsCancellationBelarus/Latvia localization specific option. The cashier can choose either cancellation or refund depending on the actual situation. Only the entire check can be cancelled.
(Inherited from BillTask)
Public propertyIsInternetPaymentIndicates whether the settlement is an internet payment transaction.
Public propertyIsOfdElectronicChequeOnlyForm electronic cheque only.
Public propertyIsPaymentTypeFastReplacementIndicates that this payment is a part of payment type replacement operation.
Public propertyIsProductRefundIs product refund
Public propertyIsRefundIndicates whether the cheque is refund (Storno in Resto).
(Inherited from BillTask)
Public propertyOfdEmailEmail for receipt copy of cheque.
Public propertyOfdPhoneNumberPhone number for receipt copy of cheque.
Public propertyOpenTimeOpen time.
Public propertyOperationKindBusiness scenario that initiated the operation.
Public propertyOperationTimeOperation time.
Public propertyOrderIdOrder id for bill/payment/return operations.
(Inherited from BillTask)
Public propertyOrderNumberOrder number.
(Inherited from BillTask)
Public propertyPrepaymentIdsPrepayment identifiers, for non prepayment is empty.
Public propertyPrepaymentSumAdvance payment sum.
(Inherited from BillTask)
Public propertyPrintArticlePrint product article.
(Inherited from BillTask)
Public propertyPrintVatPrint VAT.
(Inherited from BillTask)
Public propertyResultSumThe resulting sum.
(Inherited from BillTask)
Public propertyRoundSumRounded sum in favor of the client.
Public propertySalesSales.
(Inherited from BillTask)
Public propertySettlementAddressAddress of settlement (attribute 1009).
Public propertySettlementPlacePlace of settlement (attribute 1187).
Public propertyTableNumberTable number.
(Inherited from BillTask)
Public propertyTableNumberLocalizedOrder number and table number localized string.
(Inherited from BillTask)
Public propertyTaxationSystemTaxation system.
Public propertyTextAfterChequeText to print at the beginning of a document.
(Inherited from BillTask)
Public propertyTextBeforeChequeText to print at the end of a document.
(Inherited from BillTask)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also