public class BillingAgreementsApi extends Object
| Constructor | Description |
|---|---|
BillingAgreementsApi() |
|
BillingAgreementsApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
PtsV2ModifyBillingAgreementPost201Response |
billingAgreementsDeRegistration(ModifyBillingAgreement modifyBillingAgreement,
String id) |
Modify a Billing Agreement
#### Standing Instruction: Standing Instruction with or without Token.
|
okhttp3.Call |
billingAgreementsDeRegistrationAsync(ModifyBillingAgreement modifyBillingAgreement,
String id,
ApiCallback<PtsV2ModifyBillingAgreementPost201Response> callback) |
Modify a Billing Agreement (asynchronously)
#### Standing Instruction: Standing Instruction with or without Token.
|
okhttp3.Call |
billingAgreementsDeRegistrationCall(ModifyBillingAgreement modifyBillingAgreement,
String id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for billingAgreementsDeRegistration
|
ApiResponse<PtsV2ModifyBillingAgreementPost201Response> |
billingAgreementsDeRegistrationWithHttpInfo(ModifyBillingAgreement modifyBillingAgreement,
String id) |
Modify a Billing Agreement
#### Standing Instruction: Standing Instruction with or without Token.
|
PtsV2CreditsPost201Response1 |
billingAgreementsIntimation(IntimateBillingAgreement intimateBillingAgreement,
String id) |
Standing Instruction intimation
Standing Instruction with or without Token.
|
okhttp3.Call |
billingAgreementsIntimationAsync(IntimateBillingAgreement intimateBillingAgreement,
String id,
ApiCallback<PtsV2CreditsPost201Response1> callback) |
Standing Instruction intimation (asynchronously)
Standing Instruction with or without Token.
|
okhttp3.Call |
billingAgreementsIntimationCall(IntimateBillingAgreement intimateBillingAgreement,
String id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for billingAgreementsIntimation
|
ApiResponse<PtsV2CreditsPost201Response1> |
billingAgreementsIntimationWithHttpInfo(IntimateBillingAgreement intimateBillingAgreement,
String id) |
Standing Instruction intimation
Standing Instruction with or without Token.
|
PtsV2CreateBillingAgreementPost201Response |
billingAgreementsRegistration(CreateBillingAgreement createBillingAgreement) |
Create a Billing Agreement
#### Standing Instruction: Standing Instruction with or without Token.
|
okhttp3.Call |
billingAgreementsRegistrationAsync(CreateBillingAgreement createBillingAgreement,
ApiCallback<PtsV2CreateBillingAgreementPost201Response> callback) |
Create a Billing Agreement (asynchronously)
#### Standing Instruction: Standing Instruction with or without Token.
|
okhttp3.Call |
billingAgreementsRegistrationCall(CreateBillingAgreement createBillingAgreement,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for billingAgreementsRegistration
|
ApiResponse<PtsV2CreateBillingAgreementPost201Response> |
billingAgreementsRegistrationWithHttpInfo(CreateBillingAgreement createBillingAgreement) |
Create a Billing Agreement
#### Standing Instruction: Standing Instruction with or without Token.
|
ApiClient |
getApiClient() |
|
void |
setApiClient(ApiClient apiClient) |
public BillingAgreementsApi()
public BillingAgreementsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call billingAgreementsDeRegistrationCall(ModifyBillingAgreement modifyBillingAgreement, String id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
modifyBillingAgreement - (required)id - ID for de-registration or cancellation of Billing Agreement (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic PtsV2ModifyBillingAgreementPost201Response billingAgreementsDeRegistration(ModifyBillingAgreement modifyBillingAgreement, String id) throws ApiException, com.cybersource.authsdk.core.ConfigException
modifyBillingAgreement - (required)id - ID for de-registration or cancellation of Billing Agreement (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<PtsV2ModifyBillingAgreementPost201Response> billingAgreementsDeRegistrationWithHttpInfo(ModifyBillingAgreement modifyBillingAgreement, String id) throws ApiException, com.cybersource.authsdk.core.ConfigException
modifyBillingAgreement - (required)id - ID for de-registration or cancellation of Billing Agreement (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call billingAgreementsDeRegistrationAsync(ModifyBillingAgreement modifyBillingAgreement, String id, ApiCallback<PtsV2ModifyBillingAgreementPost201Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
modifyBillingAgreement - (required)id - ID for de-registration or cancellation of Billing Agreement (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 objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call billingAgreementsIntimationCall(IntimateBillingAgreement intimateBillingAgreement, String id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
intimateBillingAgreement - (required)id - ID for intimation of Billing Agreement (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic PtsV2CreditsPost201Response1 billingAgreementsIntimation(IntimateBillingAgreement intimateBillingAgreement, String id) throws ApiException, com.cybersource.authsdk.core.ConfigException
intimateBillingAgreement - (required)id - ID for intimation of Billing Agreement (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<PtsV2CreditsPost201Response1> billingAgreementsIntimationWithHttpInfo(IntimateBillingAgreement intimateBillingAgreement, String id) throws ApiException, com.cybersource.authsdk.core.ConfigException
intimateBillingAgreement - (required)id - ID for intimation of Billing Agreement (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call billingAgreementsIntimationAsync(IntimateBillingAgreement intimateBillingAgreement, String id, ApiCallback<PtsV2CreditsPost201Response1> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
intimateBillingAgreement - (required)id - ID for intimation of Billing Agreement (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 objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call billingAgreementsRegistrationCall(CreateBillingAgreement createBillingAgreement, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
createBillingAgreement - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic PtsV2CreateBillingAgreementPost201Response billingAgreementsRegistration(CreateBillingAgreement createBillingAgreement) throws ApiException, com.cybersource.authsdk.core.ConfigException
createBillingAgreement - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<PtsV2CreateBillingAgreementPost201Response> billingAgreementsRegistrationWithHttpInfo(CreateBillingAgreement createBillingAgreement) throws ApiException, com.cybersource.authsdk.core.ConfigException
createBillingAgreement - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call billingAgreementsRegistrationAsync(CreateBillingAgreement createBillingAgreement, ApiCallback<PtsV2CreateBillingAgreementPost201Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
createBillingAgreement - (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 objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientCopyright © 2026. All rights reserved.