Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data LineItemGroup Source #
A grouping of tables which contain LineItems, with each table identified
by the table's LineItemGroupIndex
.
See: newLineItemGroup
smart constructor.
LineItemGroup' | |
|
Instances
newLineItemGroup :: LineItemGroup Source #
Create a value of LineItemGroup
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lineItems:LineItemGroup'
, lineItemGroup_lineItems
- The breakdown of information on a particular line of a table.
$sel:lineItemGroupIndex:LineItemGroup'
, lineItemGroup_lineItemGroupIndex
- 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.
lineItemGroup_lineItems :: Lens' LineItemGroup (Maybe [LineItemFields]) Source #
The breakdown of information on a particular line of a table.
lineItemGroup_lineItemGroupIndex :: Lens' LineItemGroup (Maybe Natural) Source #
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.