Package com.adyen.service
Class BinLookupApi
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.BinLookupApi
-
@Deprecated(since="v37.0.0", forRemoval=true) public class BinLookupApi extends Service
Deprecated, for removal: This API element is subject to removal in a future version.Use instead com.adyen.service.binlookup.BinLookupApiThe service has been moved to a different package 'com.adyen.service.binlookup'
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPI_VERSIONDeprecated, for removal: This API element is subject to removal in a future version.protected StringbaseURLDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description BinLookupApi(Client client)Deprecated, for removal: This API element is subject to removal in a future version.BinLookupApi(Client client, String baseURL)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ThreeDSAvailabilityResponseget3dsAvailability(ThreeDSAvailabilityRequest threeDSAvailabilityRequest)Deprecated, for removal: This API element is subject to removal in a future version.ThreeDSAvailabilityResponseget3dsAvailability(ThreeDSAvailabilityRequest threeDSAvailabilityRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version.CostEstimateResponsegetCostEstimate(CostEstimateRequest costEstimateRequest)Deprecated, for removal: This API element is subject to removal in a future version.CostEstimateResponsegetCostEstimate(CostEstimateRequest costEstimateRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class com.adyen.Service
createBaseURL, getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Field Detail
-
API_VERSION
public static final String API_VERSION
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
baseURL
protected String baseURL
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Detail
-
BinLookupApi
@Deprecated(since="v37.0.0", forRemoval=true) public BinLookupApi(Client client)
Deprecated, for removal: This API element is subject to removal in a future version.Default constructor inpackage.- Parameters:
client-Client(required)
-
BinLookupApi
@Deprecated(since="v37.0.0", forRemoval=true) public BinLookupApi(Client client, String baseURL)
Deprecated, for removal: This API element is subject to removal in a future version.Alternative constructor inpackage. Please use this constructor only if you would like to pass along your own url for routing or testing purposes. The latest API version is defined in this class as a constant.
-
-
Method Detail
-
get3dsAvailability
@Deprecated(since="v37.0.0", forRemoval=true) public ThreeDSAvailabilityResponse get3dsAvailability(ThreeDSAvailabilityRequest threeDSAvailabilityRequest) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Check if 3D Secure is available- Parameters:
threeDSAvailabilityRequest-ThreeDSAvailabilityRequest(required)- Returns:
ThreeDSAvailabilityResponse- Throws:
ApiException- if fails to make API callIOException
-
get3dsAvailability
@Deprecated(since="v37.0.0", forRemoval=true) public ThreeDSAvailabilityResponse get3dsAvailability(ThreeDSAvailabilityRequest threeDSAvailabilityRequest, RequestOptions requestOptions) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Check if 3D Secure is available- Parameters:
threeDSAvailabilityRequest-ThreeDSAvailabilityRequest(required)requestOptions-RequestOptionsObject to store additional data such as idempotency-keys (optional)- Returns:
ThreeDSAvailabilityResponse- Throws:
ApiException- if fails to make API callIOException
-
getCostEstimate
@Deprecated(since="v37.0.0", forRemoval=true) public CostEstimateResponse getCostEstimate(CostEstimateRequest costEstimateRequest) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Get a fees cost estimate- Parameters:
costEstimateRequest-CostEstimateRequest(required)- Returns:
CostEstimateResponse- Throws:
ApiException- if fails to make API callIOException
-
getCostEstimate
@Deprecated(since="v37.0.0", forRemoval=true) public CostEstimateResponse getCostEstimate(CostEstimateRequest costEstimateRequest, RequestOptions requestOptions) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Get a fees cost estimate- Parameters:
costEstimateRequest-CostEstimateRequest(required)requestOptions-RequestOptionsObject to store additional data such as idempotency-keys (optional)- Returns:
CostEstimateResponse- Throws:
ApiException- if fails to make API callIOException
-
-