LineItemGroup

A grouping of tables which contain LineItems, with each table identified by the table's LineItemGroupIndex.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number used to identify a specific table in a document. The first table encountered will have a LineItemGroupIndex of 1, the second 2, etc.

Link copied to clipboard

The breakdown of information on a particular line of a table.

Functions

Link copied to clipboard
inline fun copy(block: LineItemGroup.Builder.() -> Unit = {}): LineItemGroup
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String