Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 833 Bytes

SearchInvoicesRequest.md

File metadata and controls

15 lines (10 loc) · 833 Bytes

SquareConnect.SearchInvoicesRequest

Description

Note: This model is in beta.

Describes a SearchInvoices request.

Properties

Name Type Description Notes
query InvoiceQuery Describes the query criteria for searching invoices.
limit Number The maximum number of invoices to return (200 is the maximum `limit`). If not provided, the server uses a default limit of 100 invoices. [optional]
cursor String A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for your original query. For more information, see Pagination. [optional]