| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListInvoicesResponse |
DefaultInvoicesApi.listInvoices(String locationId,
String cursor,
Integer limit)
Returns a list of invoices for a given location.
|
ListInvoicesResponse |
InvoicesApi.listInvoices(String locationId,
String cursor,
Integer limit)
Returns a list of invoices for a given location.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListInvoicesResponse> |
DefaultInvoicesApi.listInvoicesAsync(String locationId,
String cursor,
Integer limit)
Returns a list of invoices for a given location.
|
CompletableFuture<ListInvoicesResponse> |
InvoicesApi.listInvoicesAsync(String locationId,
String cursor,
Integer limit)
Returns a list of invoices for a given location.
|
| Modifier and Type | Method and Description |
|---|---|
ListInvoicesResponse |
ListInvoicesResponse.Builder.build()
Builds a new
ListInvoicesResponse object using the set fields. |
Copyright © 2022. All rights reserved.