Share via


TaxModelTaxable_IN.getQuantity Method [AX 2012]

Gets the quantity from the transaction line.

Syntax

public Qty getQuantity()

Run On

Called

Return Value

Type: Qty Extended Data Type
The quantity.

Remarks

If the transaction does not support quantities, 0 may be passed as the quantity. This will be used to calculate taxes by unit.

See Also

Reference

TaxModelTaxable_IN Interface