| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CreateInvoiceAttachmentResponse |
InvoicesApi.createInvoiceAttachment(String invoiceId,
CreateInvoiceAttachmentRequest request,
FileWrapper imageFile)
Uploads a file and attaches it to an invoice.
|
CreateInvoiceAttachmentResponse |
DefaultInvoicesApi.createInvoiceAttachment(String invoiceId,
CreateInvoiceAttachmentRequest request,
FileWrapper imageFile)
Uploads a file and attaches it to an invoice.
|
CompletableFuture<CreateInvoiceAttachmentResponse> |
InvoicesApi.createInvoiceAttachmentAsync(String invoiceId,
CreateInvoiceAttachmentRequest request,
FileWrapper imageFile)
Uploads a file and attaches it to an invoice.
|
CompletableFuture<CreateInvoiceAttachmentResponse> |
DefaultInvoicesApi.createInvoiceAttachmentAsync(String invoiceId,
CreateInvoiceAttachmentRequest request,
FileWrapper imageFile)
Uploads a file and attaches it to an invoice.
|
| Modifier and Type | Method and Description |
|---|---|
CreateInvoiceAttachmentRequest |
CreateInvoiceAttachmentRequest.Builder.build()
Builds a new
CreateInvoiceAttachmentRequest object using the set fields. |
Copyright © 2024. All rights reserved.