| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdateInvoiceResponse |
DefaultInvoicesApi.updateInvoice(String invoiceId,
UpdateInvoiceRequest body)
Updates an invoice by modifying fields, clearing fields, or both.
|
UpdateInvoiceResponse |
InvoicesApi.updateInvoice(String invoiceId,
UpdateInvoiceRequest body)
Updates an invoice by modifying fields, clearing fields, or both.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpdateInvoiceResponse> |
DefaultInvoicesApi.updateInvoiceAsync(String invoiceId,
UpdateInvoiceRequest body)
Updates an invoice by modifying fields, clearing fields, or both.
|
CompletableFuture<UpdateInvoiceResponse> |
InvoicesApi.updateInvoiceAsync(String invoiceId,
UpdateInvoiceRequest body)
Updates an invoice by modifying fields, clearing fields, or both.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInvoiceResponse |
UpdateInvoiceResponse.Builder.build()
Builds a new
UpdateInvoiceResponse object using the set fields. |
Copyright © 2022. All rights reserved.