public class InvoiceSettingsApi extends Object
| Constructor and Description |
|---|
InvoiceSettingsApi() |
InvoiceSettingsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
InvoicingV2InvoiceSettingsGet200Response |
getInvoiceSettings()
Get Invoice Settings
Get the invoice settings for the invoice payment page.
|
okhttp3.Call |
getInvoiceSettingsAsync(ApiCallback<InvoicingV2InvoiceSettingsGet200Response> callback)
Get Invoice Settings (asynchronously)
Get the invoice settings for the invoice payment page.
|
okhttp3.Call |
getInvoiceSettingsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getInvoiceSettings
|
ApiResponse<InvoicingV2InvoiceSettingsGet200Response> |
getInvoiceSettingsWithHttpInfo()
Get Invoice Settings
Get the invoice settings for the invoice payment page.
|
void |
setApiClient(ApiClient apiClient) |
InvoicingV2InvoiceSettingsGet200Response |
updateInvoiceSettings(InvoiceSettingsRequest invoiceSettingsRequest)
Update Invoice Settings
Update invoice settings for the invoice payment page.
|
okhttp3.Call |
updateInvoiceSettingsAsync(InvoiceSettingsRequest invoiceSettingsRequest,
ApiCallback<InvoicingV2InvoiceSettingsGet200Response> callback)
Update Invoice Settings (asynchronously)
Update invoice settings for the invoice payment page.
|
okhttp3.Call |
updateInvoiceSettingsCall(InvoiceSettingsRequest invoiceSettingsRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateInvoiceSettings
|
ApiResponse<InvoicingV2InvoiceSettingsGet200Response> |
updateInvoiceSettingsWithHttpInfo(InvoiceSettingsRequest invoiceSettingsRequest)
Update Invoice Settings
Update invoice settings for the invoice payment page.
|
public InvoiceSettingsApi()
public InvoiceSettingsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getInvoiceSettingsCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InvoicingV2InvoiceSettingsGet200Response getInvoiceSettings() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InvoicingV2InvoiceSettingsGet200Response> getInvoiceSettingsWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getInvoiceSettingsAsync(ApiCallback<InvoicingV2InvoiceSettingsGet200Response> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateInvoiceSettingsCall(InvoiceSettingsRequest invoiceSettingsRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
invoiceSettingsRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InvoicingV2InvoiceSettingsGet200Response updateInvoiceSettings(InvoiceSettingsRequest invoiceSettingsRequest) throws ApiException
invoiceSettingsRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InvoicingV2InvoiceSettingsGet200Response> updateInvoiceSettingsWithHttpInfo(InvoiceSettingsRequest invoiceSettingsRequest) throws ApiException
invoiceSettingsRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateInvoiceSettingsAsync(InvoiceSettingsRequest invoiceSettingsRequest, ApiCallback<InvoicingV2InvoiceSettingsGet200Response> callback) throws ApiException
invoiceSettingsRequest - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2020. All rights reserved.