Share via


TaxableDocument.getCurrentMiscellaneousCharge Method [AX 2012]

Gets an object which implements the TaxableLine interface that represents the current miscellaneous charge line.

Syntax

public TaxableLine getCurrentMiscellaneousCharge()

Run On

Called

Return Value

Type: TaxableLine Interface
An object that represents the current miscellaneous charge line.

Remarks

If there is no current miscellaneous charge line or if miscellaneous charges are not supported, then null Nothing nullptr unit a null reference (Nothing in Visual Basic) may be returned.

See Also

Reference

TaxableDocument Interface