| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CreateInvoiceResponse |
DefaultInvoicesApi.createInvoice(CreateInvoiceRequest body)
Creates a draft [invoice]($m/Invoice) for an order created using the Orders API.
|
CreateInvoiceResponse |
InvoicesApi.createInvoice(CreateInvoiceRequest body)
Creates a draft [invoice]($m/Invoice) for an order created using the Orders API.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CreateInvoiceResponse> |
DefaultInvoicesApi.createInvoiceAsync(CreateInvoiceRequest body)
Creates a draft [invoice]($m/Invoice) for an order created using the Orders API.
|
CompletableFuture<CreateInvoiceResponse> |
InvoicesApi.createInvoiceAsync(CreateInvoiceRequest body)
Creates a draft [invoice]($m/Invoice) for an order created using the Orders API.
|
| Modifier and Type | Method and Description |
|---|---|
CreateInvoiceResponse |
CreateInvoiceResponse.Builder.build()
Builds a new
CreateInvoiceResponse object using the set fields. |
Copyright © 2022. All rights reserved.