whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
square
/
square
/
doc
/
models
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/square/square/doc/models/invoice-filter.md
# Invoice Filter Describes query filters to apply. ## Structure `InvoiceFilter` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `locationIds` | `string[]` | Required | Limits the search to the specified locations. A location is required.<br>In the current implementation, only one location can be specified. | getLocationIds(): array | setLocationIds(array locationIds): void | | `customerIds` | `?(string[])` | Optional | Limits the search to the specified customers, within the specified locations.<br>Specifying a customer is optional. In the current implementation,<br>a maximum of one customer can be specified. | getCustomerIds(): ?array | setCustomerIds(?array customerIds): void | ## Example (as JSON) ```json { "location_ids": [ "location_ids0" ], "customer_ids": [ "customer_ids1", "customer_ids2" ] } ```
Copyright ©2021 || Defacer Indonesia