public class InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder |
billingAddress(AddressData billingAddress)
Set billingAddress
|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for checkEligibility
|
InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder |
cardDetails(CardData cardDetails)
Set cardDetails
|
InstallmentsEligibilityResponse |
execute()
Execute checkEligibility request
|
okhttp3.Call |
executeAsync(ApiCallback<InstallmentsEligibilityResponse> _callback)
Execute checkEligibility request (asynchronously)
|
ApiResponse<InstallmentsEligibilityResponse> |
executeWithHttpInfo()
Execute checkEligibility request with HTTP info returned
|
InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder |
planData(PlanData planData)
Set planData
|
public InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder planData(PlanData planData)
planData - (optional)public InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder cardDetails(CardData cardDetails)
cardDetails - (optional)public InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder billingAddress(AddressData billingAddress)
billingAddress - (optional)public okhttp3.Call buildCall(ApiCallback _callback) throws ApiException
_callback - ApiCallback API callbackApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | - |
public InstallmentsEligibilityResponse execute() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | - |
public ApiResponse<InstallmentsEligibilityResponse> executeWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | - |
public okhttp3.Call executeAsync(ApiCallback<InstallmentsEligibilityResponse> _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 object| Status Code | Description | Response Headers |
| 200 | - |
Copyright © 2023. All rights reserved.