Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data LineItemRequest Source #
Information about a line item request.
See: newLineItemRequest
smart constructor.
Instances
newLineItemRequest :: LineItemRequest Source #
Create a value of LineItemRequest
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:catalogItemId:LineItemRequest'
, lineItemRequest_catalogItemId
- The ID of the catalog item.
$sel:quantity:LineItemRequest'
, lineItemRequest_quantity
- The quantity of a line item request.
lineItemRequest_catalogItemId :: Lens' LineItemRequest (Maybe Text) Source #
The ID of the catalog item.
lineItemRequest_quantity :: Lens' LineItemRequest (Maybe Natural) Source #
The quantity of a line item request.