RetailFiscalReceiptLineParmData_BR Class [AX 2012]

The RetailFiscalReceiptLineParmData_BR class encapsulates the representation of a retail fiscal receipt line in memory.

Syntax

class RetailFiscalReceiptLineParmData_BR

Run On

Called

Methods

  Method Description
Dn515454.pubmethod(en-us,AX.60).gif addTax Adds a retail fiscal receipt tax to the ParmData object model
Dn515454.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn515454.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn515454.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn515454.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn515454.pubmethod(en-us,AX.60).gif new Initializes a new instance of the RetailFiscalReceiptLineParmData_BR class.
Dn515454.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn515454.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn515454.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn515454.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn515454.pubmethod(en-us,AX.60).gif parmCancelledQuantity Gets or sets the CancelledQuantity parameter.
Dn515454.pubmethod(en-us,AX.60).gif parmCFOP Gets or sets the CFOP parameter.
Dn515454.pubmethod(en-us,AX.60).gif parmItemId Gets or sets the ItemId parameter.
Dn515454.pubmethod(en-us,AX.60).gif parmItemType Gets or sets the ItemType parameter.
Dn515454.pubmethod(en-us,AX.60).gif parmLineAmount Gets or sets the LineAmount parameter.
Dn515454.pubmethod(en-us,AX.60).gif parmLineDiscountAmount Gets or sets the LineDiscountAmount parameter.
Dn515454.pubmethod(en-us,AX.60).gif parmLineNum Gets or sets the LineNum parameter.
Dn515454.pubmethod(en-us,AX.60).gif parmLineSurchargeAmount Gets or sets the LineSurchargeAmount parameter.
Dn515454.pubmethod(en-us,AX.60).gif parmQuantity Gets or sets the Quantity parameter.
Dn515454.pubmethod(en-us,AX.60).gif parmTaxes Gets the Taxes parameter.
Dn515454.pubmethod(en-us,AX.60).gif parmUnit Gets or sets the Unit parameter.
Dn515454.pubmethod(en-us,AX.60).gif parmUnitPrice Gets or sets the UnitPrice parameter.
Dn515454.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn515454.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn515454.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn515454.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn515454.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  RetailFiscalReceiptLineParmData_BR Class