| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DeleteInvoiceAttachmentResponse |
InvoicesApi.deleteInvoiceAttachment(String invoiceId,
String attachmentId)
Removes an attachment from an invoice and permanently deletes the file.
|
DeleteInvoiceAttachmentResponse |
DefaultInvoicesApi.deleteInvoiceAttachment(String invoiceId,
String attachmentId)
Removes an attachment from an invoice and permanently deletes the file.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteInvoiceAttachmentResponse> |
InvoicesApi.deleteInvoiceAttachmentAsync(String invoiceId,
String attachmentId)
Removes an attachment from an invoice and permanently deletes the file.
|
CompletableFuture<DeleteInvoiceAttachmentResponse> |
DefaultInvoicesApi.deleteInvoiceAttachmentAsync(String invoiceId,
String attachmentId)
Removes an attachment from an invoice and permanently deletes the file.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteInvoiceAttachmentResponse |
DeleteInvoiceAttachmentResponse.Builder.build()
Builds a new
DeleteInvoiceAttachmentResponse object using the set fields. |
Copyright © 2024. All rights reserved.