BankStatementTaxDocument.getCurrentLine Method [AX 2012]

Retrieves an object that implements the TaxableLine interface and represents a transaction line.

Syntax

public TaxableLine getCurrentLine()

Run On

Called

Return Value

Type: TaxableLine Interface
An object that represents the transaction line.

Remarks

If there is no line, null Nothing nullptr unit a null reference (Nothing in Visual Basic) may be returned.

See Also

Reference

BankStatementTaxDocument Class