Files
speakeasy-playground/docs/models/operations/listinvoiceitemstemplaterequest.md
Mike Lueders 14c449163c generate sdk
2024-03-01 12:52:50 -06:00

13 lines
3.8 KiB
Markdown

# ListInvoiceItemsTemplateRequest
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| `invoice_object_id` | *Optional[str]* | :heavy_minus_sign: | The invoice object ID identifier of the Invoice whose Invoice Items you want to select. |
| `invoice_number` | *Optional[str]* | :heavy_minus_sign: | The invoice number identifier of the Invoice whose Invoice Items you want to select. |
| `shippo_account_id` | *Optional[str]* | :heavy_minus_sign: | Account identifier for the owner of the Invoice Item. Use this to filter Invoice Items for <br/>Shippo Managed Accounts. |
| `page` | *Optional[int]* | :heavy_minus_sign: | The page number you want to select |
| `results` | *Optional[int]* | :heavy_minus_sign: | The number of results to return per page (max 100) |
| `shippo_api_version` | *Optional[str]* | :heavy_minus_sign: | String used to pick a non-default API version to use |