Click or drag to resize

Ffd11CorrectionTask Class

Correction task according to FFD 1.1+ protocol.
Inheritance Hierarchy

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

The Ffd11CorrectionTask type exposes the following members.

Constructors
 NameDescription
Public methodFfd11CorrectionTaskMain constructor
Top
Properties
 NameDescription
Public propertyAdditionalChequeAttributeAdditional document attribute (number 1192).
(Inherited from ChequeTask)
Public propertyBillNumberBill (precheque) number.
(Inherited from ChequeTask)
Public propertyCancellingSaleNumberThe order number that will be canceled if cheque is refund.
(Inherited from BillTask)
Public propertyCardPaymentsCard payments.
(Inherited from ChequeTask)
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.
(Inherited from ChequeTask)
Public propertyCashPaymentsCash payments.
(Inherited from ChequeTask)
Public propertyConsiderationSumConsideration sum.
(Inherited from ChequeTask)
Public propertyCorrectionReasonCorrection reason (attribute 1174).
Public propertyCreditSumCredit sum.
(Inherited from ChequeTask)
Public propertyCustomerDetailsInfoDetails info of customer (person or organization).
(Inherited from ChequeTask)
Public propertyDiscountPercentDiscount for subtotal in percent.
(Inherited from BillTask)
Public propertyDiscountSumDiscount for subtotal.
(Inherited from BillTask)
Public propertyDocumentDateDocument date (yyyy-MM-dd) (attribute 1178).
Public propertyDocumentNumberDocument number (attribute 1179).
Public propertyDocumentTypeDocument type (attribute 1054).
Public propertyEInvoiceTypeEInvoice type.
(Inherited from ChequeTask)
Public propertyIdThe task id.
(Inherited from CashRegisterTask)
Public propertyIncreasePercentIncrease for subtotal in percent.
(Inherited from BillTask)
Public propertyIncreaseSumIncrease for subtotal.
(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 propertyIsOfdElectronicChequeOnlyForm electronic cheque only.
(Inherited from ChequeTask)
Public propertyIsPaymentTypeFastReplacementIndicates that this payment is a part of payment type replacement operation.
(Inherited from ChequeTask)
Public propertyIsProductRefundIs product refund
(Inherited from ChequeTask)
Public propertyIsRefundIndicates whether the cheque is refund (Storno in Resto).
(Inherited from BillTask)
Public propertyOfdEmailEmail for receipt copy of cheque.
(Inherited from ChequeTask)
Public propertyOfdPhoneNumberPhone number for receipt copy of cheque.
(Inherited from ChequeTask)
Public propertyOpenTimeOpen time.
(Inherited from ChequeTask)
Public propertyOperationTimeOperation time.
(Inherited from ChequeTask)
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.
(Inherited from ChequeTask)
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.
(Inherited from ChequeTask)
Public propertySalesSales.
(Inherited from BillTask)
Public propertySettlementAddressAddress of settlement.
(Inherited from ChequeTask)
Public propertySettlementPlacePlace of settlement.
(Inherited from ChequeTask)
Public propertyTableNumberTable number.
(Inherited from BillTask)
Public propertyTableNumberLocalizedOrder number and table number localized string.
(Inherited from BillTask)
Public propertyTaxationSystemTaxation system.
(Inherited from ChequeTask)
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