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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
[SerializableAttribute]
public class Ffd11CorrectionTask : ChequeTask

The Ffd11CorrectionTask type exposes the following members.

Constructors
  NameDescription
Public methodFfd11CorrectionTask
Main constructor
Top
Properties
  NameDescription
Public propertyAdditionalChequeAttribute
Additional document attribute (number 1192).
(Inherited from ChequeTask.)
Public propertyBillNumber
Bill (precheque) number.
(Inherited from ChequeTask.)
Public propertyCancellingSaleNumber
The order number that will be canceled if cheque is refund.
(Inherited from BillTask.)
Public propertyCardPayments
Card payments.
(Inherited from ChequeTask.)
Public propertyCashierId
Cashier Id.
(Inherited from CashRegisterTask.)
Public propertyCashierName
Cashier name.
(Inherited from CashRegisterTask.)
Public propertyCashierTaxpayerId
Taxpayer Id of the cashier.
(Inherited from CashRegisterTask.)
Public propertyCashPayment
Cash payment sum.
(Inherited from ChequeTask.)
Public propertyCashPayments
Cash payments.
(Inherited from ChequeTask.)
Public propertyConsiderationSum
Consideration sum.
(Inherited from ChequeTask.)
Public propertyCorrectionReason
Correction reason (attribute 1174).
Public propertyCreditSum
Credit sum.
(Inherited from ChequeTask.)
Public propertyCustomerDetailsInfo
Details info of customer (person or organization).
(Inherited from ChequeTask.)
Public propertyDepartmentCode
Department code.
(Inherited from ChequeTask.)
Public propertyDiscountPercent
Discount for subtotal in percent.
(Inherited from BillTask.)
Public propertyDiscountSum
Discount for subtotal.
(Inherited from BillTask.)
Public propertyDocumentDate
Document date (yyyy-MM-dd) (attribute 1178).
Public propertyDocumentNumber
Document number (attribute 1179).
Public propertyDocumentType
Document type (attribute 1054).
Public propertyEInvoiceNumber
Einvoice number.
(Inherited from ChequeTask.)
Public propertyEInvoiceType
EInvoice type.
(Inherited from ChequeTask.)
Public propertyFillAdditionalUserData
Is fill of additional user data needed.
(Inherited from ChequeTask.)
Public propertyId
The task id.
(Inherited from CashRegisterTask.)
Public propertyIncreasePercent
Increase for subtotal in percent.
(Inherited from BillTask.)
Public propertyIncreaseSum
Increase for subtotal.
(Inherited from BillTask.)
Public propertyIsCancellation
Belarus/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 propertyIsOfdElectronicChequeOnly
Form electronic cheque only.
(Inherited from ChequeTask.)
Public propertyIsPaymentTypeFastReplacement
Indicates that this payment is a part of payment type replacement operation.
(Inherited from ChequeTask.)
Public propertyIsProductRefund
Is product refund
(Inherited from ChequeTask.)
Public propertyIsRefund
Indicates whether the cheque is refund (Storno in Resto).
(Inherited from BillTask.)
Public propertyOfdEmail
Email for receipt copy of cheque.
(Inherited from ChequeTask.)
Public propertyOfdPhoneNumber
Phone number for receipt copy of cheque.
(Inherited from ChequeTask.)
Public propertyOpenTime
Open time.
(Inherited from ChequeTask.)
Public propertyOperationTime
Operation time.
(Inherited from ChequeTask.)
Public propertyOrderId
Order id for bill/payment/return operations.
(Inherited from BillTask.)
Public propertyOrderNumber
Order number.
(Inherited from BillTask.)
Public propertyPrepaymentIds
Prepayment identifiers, for non prepayment is empty.
(Inherited from ChequeTask.)
Public propertyPrepaymentSum
Advance payment sum.
(Inherited from BillTask.)
Public propertyPrintArticle
Print product article.
(Inherited from BillTask.)
Public propertyPrintVat
Print VAT.
(Inherited from BillTask.)
Public propertyResultSum
The resulting sum.
(Inherited from BillTask.)
Public propertyRoundSum
Rounded sum in favor of the client.
(Inherited from ChequeTask.)
Public propertySales
Sales.
(Inherited from BillTask.)
Public propertySettlementAddress
Address of settlement (attribute 1009).
(Inherited from ChequeTask.)
Public propertySettlementPlace
Place of settlement (attribute 1187).
(Inherited from ChequeTask.)
Public propertyTableNumber
Table number.
(Inherited from BillTask.)
Public propertyTableNumberLocalized
Order number and table number localized string.
(Inherited from BillTask.)
Public propertyTaxationSystem
Taxation system.
(Inherited from ChequeTask.)
Public propertyTextAfterCheque
Text to print at the beginning of a document.
(Inherited from BillTask.)
Public propertyTextBeforeCheque
Text to print at the end of a document.
(Inherited from BillTask.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also