| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InvoicingV2InvoicesPost201Response |
InvoicesApi.createInvoice(CreateInvoiceRequest createInvoiceRequest)
Create a New Invoice
The invoicing product enables you to bill any customer with an email address and accept digital payments securely from any connected device.
|
InvoicingV2InvoicesPost201Response |
InvoicesApi.performCancelAction(String id)
Cancel an Invoice
You can cancel an invoice if no payment is made to it.
|
InvoicingV2InvoicesPost201Response |
InvoicesApi.performSendAction(String id)
Send an Invoice
You can send an invoice in draft or created state or resend a sent or partially paid invoice.
|
InvoicingV2InvoicesPost201Response |
InvoicesApi.updateInvoice(String id,
UpdateInvoiceRequest updateInvoiceRequest)
Update an Invoice
You can update all information except the invoice number till any payment is received for an invoice.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<InvoicingV2InvoicesPost201Response> |
InvoicesApi.createInvoiceWithHttpInfo(CreateInvoiceRequest createInvoiceRequest)
Create a New Invoice
The invoicing product enables you to bill any customer with an email address and accept digital payments securely from any connected device.
|
ApiResponse<InvoicingV2InvoicesPost201Response> |
InvoicesApi.performCancelActionWithHttpInfo(String id)
Cancel an Invoice
You can cancel an invoice if no payment is made to it.
|
ApiResponse<InvoicingV2InvoicesPost201Response> |
InvoicesApi.performSendActionWithHttpInfo(String id)
Send an Invoice
You can send an invoice in draft or created state or resend a sent or partially paid invoice.
|
ApiResponse<InvoicingV2InvoicesPost201Response> |
InvoicesApi.updateInvoiceWithHttpInfo(String id,
UpdateInvoiceRequest updateInvoiceRequest)
Update an Invoice
You can update all information except the invoice number till any payment is received for an invoice.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
InvoicesApi.createInvoiceAsync(CreateInvoiceRequest createInvoiceRequest,
ApiCallback<InvoicingV2InvoicesPost201Response> callback)
Create a New Invoice (asynchronously)
The invoicing product enables you to bill any customer with an email address and accept digital payments securely from any connected device.
|
okhttp3.Call |
InvoicesApi.performCancelActionAsync(String id,
ApiCallback<InvoicingV2InvoicesPost201Response> callback)
Cancel an Invoice (asynchronously)
You can cancel an invoice if no payment is made to it.
|
okhttp3.Call |
InvoicesApi.performSendActionAsync(String id,
ApiCallback<InvoicingV2InvoicesPost201Response> callback)
Send an Invoice (asynchronously)
You can send an invoice in draft or created state or resend a sent or partially paid invoice.
|
okhttp3.Call |
InvoicesApi.updateInvoiceAsync(String id,
UpdateInvoiceRequest updateInvoiceRequest,
ApiCallback<InvoicingV2InvoicesPost201Response> callback)
Update an Invoice (asynchronously)
You can update all information except the invoice number till any payment is received for an invoice.
|
| Modifier and Type | Method and Description |
|---|---|
InvoicingV2InvoicesPost201Response |
InvoicingV2InvoicesPost201Response.customerInformation(Invoicingv2invoicesCustomerInformation customerInformation) |
InvoicingV2InvoicesPost201Response |
InvoicingV2InvoicesPost201Response.id(String id) |
InvoicingV2InvoicesPost201Response |
InvoicingV2InvoicesPost201Response.invoiceInformation(InvoicingV2InvoicesPost201ResponseInvoiceInformation invoiceInformation) |
InvoicingV2InvoicesPost201Response |
InvoicingV2InvoicesPost201Response.links(InvoicingV2InvoicesAllGet200ResponseLinks links) |
InvoicingV2InvoicesPost201Response |
InvoicingV2InvoicesPost201Response.orderInformation(InvoicingV2InvoicesPost201ResponseOrderInformation orderInformation) |
InvoicingV2InvoicesPost201Response |
InvoicingV2InvoicesPost201Response.status(String status) |
InvoicingV2InvoicesPost201Response |
InvoicingV2InvoicesPost201Response.submitTimeUtc(String submitTimeUtc) |
Copyright © 2024. All rights reserved.