Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Z 

A

AbstractOpenApiSchema - Class in com.konfigthis.splitit.client.model
Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
AbstractOpenApiSchema(String, Boolean) - Constructor for class com.konfigthis.splitit.client.model.AbstractOpenApiSchema
 
Adapter() - Constructor for class com.konfigthis.splitit.client.model.CardBrand.Adapter
 
Adapter() - Constructor for class com.konfigthis.splitit.client.model.CardType.Adapter
 
Adapter() - Constructor for class com.konfigthis.splitit.client.model.GwAuthorizationStatus.Adapter
 
Adapter() - Constructor for class com.konfigthis.splitit.client.model.InstallmentStatus.Adapter
 
Adapter() - Constructor for class com.konfigthis.splitit.client.model.PaymentMethodType.Adapter
 
Adapter() - Constructor for class com.konfigthis.splitit.client.model.PlanStatus.Adapter
 
Adapter() - Constructor for class com.konfigthis.splitit.client.model.PurchaseMethod.Adapter
 
Adapter() - Constructor for class com.konfigthis.splitit.client.model.RefundStatus.Adapter
 
Adapter() - Constructor for class com.konfigthis.splitit.client.model.RefundStrategy.Adapter
 
Adapter() - Constructor for class com.konfigthis.splitit.client.model.ShippingStatus.Adapter
 
Adapter() - Constructor for class com.konfigthis.splitit.client.model.ShippingStatus2.Adapter
 
Adapter() - Constructor for class com.konfigthis.splitit.client.model.TestModes.Adapter
 
addAllowedInstallmentOptionsItem(Integer) - Method in class com.konfigthis.splitit.client.model.PlanData
 
addDefaultCookie(String, String) - Method in class com.konfigthis.splitit.client.ApiClient
Add a default cookie.
addDefaultHeader(String, String) - Method in class com.konfigthis.splitit.client.ApiClient
Add a default header.
addDisplayedInstallmentOptionsItem(Integer) - Method in class com.konfigthis.splitit.client.model.UxSettingsModel
 
addInstallmentsItem(Installment) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
addInstallmentsItem(Installment) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
addInstallmentsItem(Installment) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
additionalInfo(String) - Method in class com.konfigthis.splitit.client.model.Error
 
additionalInfo(String) - Method in class com.konfigthis.splitit.client.model.ErrorExtended
 
addPaymentPlanOptionsItem(PaymentPlanOptionModel) - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
 
addPlanListItem(SearchInstallmentPlanResponseItem) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
 
addRefundsItem(RefundModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
addRefundsItem(RefundModel) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
AddressData - Class in com.konfigthis.splitit.client.model
AddressData
AddressData() - Constructor for class com.konfigthis.splitit.client.model.AddressData
 
AddressData.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
AddressDataModel - Class in com.konfigthis.splitit.client.model
AddressDataModel
AddressDataModel() - Constructor for class com.konfigthis.splitit.client.model.AddressDataModel
 
AddressDataModel.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
addressLine(String) - Method in class com.konfigthis.splitit.client.model.AddressData
 
addressLine1(String) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
addressLine2(String) - Method in class com.konfigthis.splitit.client.model.AddressData
 
addressLine2(String) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
allowedInstallmentOptions(List<Integer>) - Method in class com.konfigthis.splitit.client.model.PlanData
 
amount(Double) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
amount(Integer) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
amount(Double) - Method in class com.konfigthis.splitit.client.model.Installment
 
amount(Integer) - Method in class com.konfigthis.splitit.client.model.Installment
 
amount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
amount(Integer) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
amount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
amount(Integer) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
amount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
 
amount(Integer) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
 
amount(Double) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
amount(Integer) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
ApiCallback<T> - Interface in com.konfigthis.splitit.client
Callback for asynchronous API call.
ApiClient - Class in com.konfigthis.splitit.client
ApiClient class.
ApiClient() - Constructor for class com.konfigthis.splitit.client.ApiClient
Basic constructor for ApiClient
ApiClient(OkHttpClient) - Constructor for class com.konfigthis.splitit.client.ApiClient
Basic constructor with custom OkHttpClient
ApiClient(OkHttpClient, Configuration) - Constructor for class com.konfigthis.splitit.client.ApiClient
 
ApiClient(String) - Constructor for class com.konfigthis.splitit.client.ApiClient
Constructor for ApiClient to support access token retry on 401/403 configured with client ID
ApiClient(String, Map<String, String>) - Constructor for class com.konfigthis.splitit.client.ApiClient
Constructor for ApiClient to support access token retry on 401/403 configured with client ID and additional parameters
ApiClient(String, String, Map<String, String>) - Constructor for class com.konfigthis.splitit.client.ApiClient
Constructor for ApiClient to support access token retry on 401/403 configured with client ID, secret, and additional parameters
ApiClient(String, String, String, Map<String, String>) - Constructor for class com.konfigthis.splitit.client.ApiClient
Constructor for ApiClient to support access token retry on 401/403 configured with base path, client ID, secret, and additional parameters
ApiClientCustom - Class in com.konfigthis.splitit.client
 
ApiClientCustom() - Constructor for class com.konfigthis.splitit.client.ApiClientCustom
 
ApiException - Exception in com.konfigthis.splitit.client
ApiException class.
ApiException() - Constructor for exception com.konfigthis.splitit.client.ApiException
Constructor for ApiException.
ApiException(Throwable) - Constructor for exception com.konfigthis.splitit.client.ApiException
Constructor for ApiException.
ApiException(String) - Constructor for exception com.konfigthis.splitit.client.ApiException
Constructor for ApiException.
ApiException(String, Throwable, int, Map<String, List<String>>, String, Long) - Constructor for exception com.konfigthis.splitit.client.ApiException
Constructor for ApiException.
ApiException(String, int, Map<String, List<String>>, String, Long) - Constructor for exception com.konfigthis.splitit.client.ApiException
Constructor for ApiException.
ApiException(String, Throwable, int, Map<String, List<String>>, Long) - Constructor for exception com.konfigthis.splitit.client.ApiException
Constructor for ApiException.
ApiException(int, Map<String, List<String>>, String) - Constructor for exception com.konfigthis.splitit.client.ApiException
Constructor for ApiException.
ApiException(int, String) - Constructor for exception com.konfigthis.splitit.client.ApiException
Constructor for ApiException.
ApiException(int, String, Map<String, List<String>>, String) - Constructor for exception com.konfigthis.splitit.client.ApiException
Constructor for ApiException.
ApiKeyAuth - Class in com.konfigthis.splitit.client.auth
 
ApiKeyAuth(String, String) - Constructor for class com.konfigthis.splitit.client.auth.ApiKeyAuth
 
ApiResponse<T> - Class in com.konfigthis.splitit.client
API response returned by API call.
ApiResponse(Request, int, Map<String, List<String>>, T, long) - Constructor for class com.konfigthis.splitit.client.ApiResponse
Constructor for ApiResponse.
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String) - Method in class com.konfigthis.splitit.client.auth.ApiKeyAuth
 
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String) - Method in interface com.konfigthis.splitit.client.auth.Authentication
Apply authentication settings to header and query params.
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String) - Method in class com.konfigthis.splitit.client.auth.HttpBasicAuth
 
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String) - Method in class com.konfigthis.splitit.client.auth.HttpBearerAuth
 
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String) - Method in class com.konfigthis.splitit.client.auth.OAuth
 
applyToParams(List<Pair>, Map<String, String>, Map<String, String>, String, String) - Method in class com.konfigthis.splitit.client.auth.RetryingOAuth
 
attempt3dSecure(Boolean) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Set attempt3dSecure
attempt3dSecure(Boolean) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Set attempt3dSecure
attempt3dSecure(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
attempt3dSecure(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
attemptThreeDSecured(Boolean) - Method in class com.konfigthis.splitit.client.model.ProcessingData
 
attemptThreeDSecured(Boolean) - Method in class com.konfigthis.splitit.client.model.ProcessingData2
 
Authentication - Interface in com.konfigthis.splitit.client.auth
 
authorization(AuthorizationModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
authorization(AuthorizationModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
authorization(AuthorizationModel) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
authorization(AuthorizationModel) - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
authorizationAmount(Double) - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
authorizationAmount(Integer) - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
AuthorizationModel - Class in com.konfigthis.splitit.client.model
AuthorizationModel
AuthorizationModel() - Constructor for class com.konfigthis.splitit.client.model.AuthorizationModel
 
AuthorizationModel.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
authorizeFailed(String) - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
authorizeSucceeded(String) - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
autoCapture(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
autoCapture(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 

B

billingAddress(AddressData) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder
Set billingAddress
billingAddress(AddressDataModel) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Set billingAddress
billingAddress(AddressDataModel) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Set billingAddress
billingAddress(AddressData) - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
billingAddress(AddressData) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
billingAddress(AddressDataModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
billingAddress(AddressData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
billingAddress(AddressData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
billingAddress(AddressDataModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
billingAddress(AddressData) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
BluesnapVaultedShopperToken - Class in com.konfigthis.splitit.client.model
BluesnapVaultedShopperToken
BluesnapVaultedShopperToken() - Constructor for class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
 
bluesnapVaultedShopperToken(BluesnapVaultedShopperToken) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
BluesnapVaultedShopperToken.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
buildCall(ApiCallback) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.CancelRequestBuilder
Build call for cancel
buildCall(ApiCallback) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder
Build call for checkEligibility
buildCall(ApiCallback) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.GetRequestBuilder
Build call for get
buildCall(ApiCallback) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Build call for post2
buildCall(ApiCallback) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Build call for post
buildCall(ApiCallback) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.RefundRequestBuilder
Build call for refund
buildCall(ApiCallback) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.SearchRequestBuilder
Build call for search
buildCall(ApiCallback) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder
Build call for updateOrder2
buildCall(ApiCallback) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrderRequestBuilder
Build call for updateOrder
buildCall(ApiCallback) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.VerifyAuthorizationRequestBuilder
Build call for verifyAuthorization
buildCall(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], ApiCallback) - Method in class com.konfigthis.splitit.client.ApiClient
Build HTTP call with the given options.
buildRequest(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], ApiCallback) - Method in class com.konfigthis.splitit.client.ApiClient
Build an HTTP request with the given options.
buildRequestBodyFormEncoding(Map<String, Object>) - Method in class com.konfigthis.splitit.client.ApiClient
Build a form-encoding request body with the given form parameters.
buildRequestBodyMultipart(Map<String, Object>) - Method in class com.konfigthis.splitit.client.ApiClient
Build a multipart (file uploading) request body with the given form parameters, which could contain text fields and file fields.
buildUrl(String, String, List<Pair>, List<Pair>) - Method in class com.konfigthis.splitit.client.ApiClient
Build full URL by concatenating base path, the given sub path and query parameters.
ByteArrayAdapter() - Constructor for class com.konfigthis.splitit.client.JSON.ByteArrayAdapter
 

C

cancel(String, String, String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
cancel(String) - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
capture(Boolean) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder
Set capture
capture(Boolean) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrderRequestBuilder
Set capture
capture(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
capture(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
capture(Boolean) - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
card(CardData) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
CardBrand - Enum in com.konfigthis.splitit.client.model
 
cardBrand(CardBrand) - Method in class com.konfigthis.splitit.client.model.CardData
 
CardBrand.Adapter - Class in com.konfigthis.splitit.client.model
 
cardCvv(String) - Method in class com.konfigthis.splitit.client.model.CardData
 
CardData - Class in com.konfigthis.splitit.client.model
CardData
CardData() - Constructor for class com.konfigthis.splitit.client.model.CardData
 
CardData.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
cardDetails(CardData) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder
Set cardDetails
cardDetails(CardData) - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
cardExpMonth(String) - Method in class com.konfigthis.splitit.client.model.CardData
 
cardExpYear(String) - Method in class com.konfigthis.splitit.client.model.CardData
 
cardHolderFullName(String) - Method in class com.konfigthis.splitit.client.model.CardData
 
cardNumber(String) - Method in class com.konfigthis.splitit.client.model.CardData
 
cardType(CardType) - Method in class com.konfigthis.splitit.client.model.CardData
 
CardType - Enum in com.konfigthis.splitit.client.model
 
CardType.Adapter - Class in com.konfigthis.splitit.client.model
 
CAVV(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
CAVV(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
CAVV(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
checkEligibility(String, String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
CheckInstallmentsEligibilityRequest - Class in com.konfigthis.splitit.client.model
CheckInstallmentsEligibilityRequest
CheckInstallmentsEligibilityRequest() - Constructor for class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
CheckInstallmentsEligibilityRequest.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
checkout(String) - Method in class com.konfigthis.splitit.client.model.LinksData
 
checkoutUrl(String) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
city(String) - Method in class com.konfigthis.splitit.client.model.AddressData
 
city(String) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
clientId - Variable in class com.konfigthis.splitit.client.Configuration
 
clientRedirectUrl(String) - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
clientSecret - Variable in class com.konfigthis.splitit.client.Configuration
 
code(String) - Method in class com.konfigthis.splitit.client.model.Error
 
code(String) - Method in class com.konfigthis.splitit.client.model.ErrorExtended
 
collectionPathParameterToString(String, Collection) - Method in class com.konfigthis.splitit.client.ApiClient
Formats the specified collection path parameter to a string value.
com.konfigthis.splitit.client - package com.konfigthis.splitit.client
 
com.konfigthis.splitit.client.api - package com.konfigthis.splitit.client.api
 
com.konfigthis.splitit.client.auth - package com.konfigthis.splitit.client.auth
 
com.konfigthis.splitit.client.model - package com.konfigthis.splitit.client.model
 
Configuration - Class in com.konfigthis.splitit.client
 
Configuration() - Constructor for class com.konfigthis.splitit.client.Configuration
 
containsIgnoreCase(String[], String) - Static method in class com.konfigthis.splitit.client.StringUtil
Check if the given array contains the given value (with case-insensitive comparison).
contentLength() - Method in class com.konfigthis.splitit.client.ProgressRequestBody
 
contentLength() - Method in class com.konfigthis.splitit.client.ProgressResponseBody
 
contentType() - Method in class com.konfigthis.splitit.client.ProgressRequestBody
 
contentType() - Method in class com.konfigthis.splitit.client.ProgressResponseBody
 
country(String) - Method in class com.konfigthis.splitit.client.model.AddressData
 
country(String) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.AddressData.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.AddressDataModel.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.CardData.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.Error.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.ErrorExtended.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.EventsEndpointsModel.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.GatewayTokenData.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.IdentifierContract.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.Installment.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.LinksData.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.LinksModel.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.MockerShopperToken.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.PlanData.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.PlanDataModel.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.ProcessingData.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.ProcessingData2.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.RefundModel.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.RefundSummary.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.ShopperData.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.SpreedlyToken.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.ThreeDSData.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.UxSettingsModel.CustomTypeAdapterFactory
 
create(Gson, TypeToken<T>) - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse.CustomTypeAdapterFactory
 
createGson() - Static method in class com.konfigthis.splitit.client.JSON
 
createSucceeded(String) - Method in class com.konfigthis.splitit.client.model.EventsEndpointsModel
 
creditRefundAmount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
creditRefundAmount(Integer) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
creditRefundAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
creditRefundAmount(Integer) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
culture(String) - Method in class com.konfigthis.splitit.client.model.ShopperData
 
currency(String) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
currency(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
currency(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
currency(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
currency(String) - Method in class com.konfigthis.splitit.client.model.PlanData
 
currency(String) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
currency(String) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.AddressData.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.AddressDataModel.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.AuthorizationModel.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.CardData.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.Error.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.ErrorExtended.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.ErrorExtendedAllOf.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.EventsEndpointsModel.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.GatewayTokenData.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.IdentifierContract.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InitiatePlanResponse.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.Installment.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.LinksData.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.LinksModel.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.MockerShopperToken.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.PaymentMethodModel.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.PaymentPlanOptionModel.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.PlanData.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.PlanDataModel.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.PlanErrorResponse.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.ProcessingData.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.ProcessingData2.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.RedirectionEndpointsModel.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.RefundModel.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.RefundSummary.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.ShopperData.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.SpreedlyToken.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.ThreeDSData.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.ThreeDSData2.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.UpdateOrderRequest.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.UxSettingsModel.CustomTypeAdapterFactory
 
CustomTypeAdapterFactory() - Constructor for class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse.CustomTypeAdapterFactory
 

D

date(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
dateCreated(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
dateCreated(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
dateCreated(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
DateTypeAdapter() - Constructor for class com.konfigthis.splitit.client.JSON.DateTypeAdapter
 
DateTypeAdapter(DateFormat) - Constructor for class com.konfigthis.splitit.client.JSON.DateTypeAdapter
 
defaultValue - Variable in class com.konfigthis.splitit.client.ServerVariable
 
description - Variable in class com.konfigthis.splitit.client.ServerConfiguration
 
description - Variable in class com.konfigthis.splitit.client.ServerVariable
 
deserialize(Response, Type) - Method in class com.konfigthis.splitit.client.ApiClient
Deserialize response body to Java object, according to the return type and the Content-Type response header.
deserialize(String, Type) - Static method in class com.konfigthis.splitit.client.JSON
Deserialize the given JSON string to Java object.
directoryServerTxnId(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
directoryServerTxnId(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
displayedInstallmentOptions(List<Integer>) - Method in class com.konfigthis.splitit.client.model.UxSettingsModel
 
downloadFileFromResponse(Response) - Method in class com.konfigthis.splitit.client.ApiClient
Download file from the given response.

E

ECI(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
ECI(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
ECI(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
email(String) - Method in class com.konfigthis.splitit.client.model.ShopperData
 
enumValues - Variable in class com.konfigthis.splitit.client.ServerVariable
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.AbstractOpenApiSchema
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.AddressData
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.CardData
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.Error
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.ErrorExtended
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.EventsEndpointsModel
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.GatewayTokenData
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.IdentifierContract
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.Installment
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.LinksData
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.LinksModel
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.MockerShopperToken
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.PlanData
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.ProcessingData
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.ProcessingData2
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.ShopperData
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.SpreedlyToken
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.UxSettingsModel
 
equals(Object) - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
Error - Class in com.konfigthis.splitit.client.model
Error
Error() - Constructor for class com.konfigthis.splitit.client.model.Error
 
error(ErrorExtended) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
Error.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
ErrorExtended - Class in com.konfigthis.splitit.client.model
ErrorExtended
ErrorExtended() - Constructor for class com.konfigthis.splitit.client.model.ErrorExtended
 
ErrorExtended.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
ErrorExtendedAllOf - Class in com.konfigthis.splitit.client.model
ErrorExtendedAllOf
ErrorExtendedAllOf() - Constructor for class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
 
ErrorExtendedAllOf.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
escapeString(String) - Method in class com.konfigthis.splitit.client.ApiClient
Escape the given string to be used as URL query value.
eventsEndpoints(EventsEndpointsModel) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Set eventsEndpoints
eventsEndpoints(EventsEndpointsModel) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Set eventsEndpoints
eventsEndpoints(EventsEndpointsModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
eventsEndpoints(EventsEndpointsModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
EventsEndpointsModel - Class in com.konfigthis.splitit.client.model
EventsEndpointsModel
EventsEndpointsModel() - Constructor for class com.konfigthis.splitit.client.model.EventsEndpointsModel
 
EventsEndpointsModel.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
execute() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.CancelRequestBuilder
Execute cancel request
execute() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder
Execute checkEligibility request
execute() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.GetRequestBuilder
Execute get request
execute() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Execute post2 request
execute() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Execute post request
execute() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.RefundRequestBuilder
Execute refund request
execute() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.SearchRequestBuilder
Execute search request
execute() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder
Execute updateOrder2 request
execute() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrderRequestBuilder
Execute updateOrder request
execute() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.VerifyAuthorizationRequestBuilder
Execute verifyAuthorization request
execute(Call) - Method in class com.konfigthis.splitit.client.ApiClient
execute(Call, Type) - Method in class com.konfigthis.splitit.client.ApiClient
Execute HTTP call and deserialize the HTTP response body into the given return type.
execute(OAuthClientRequest, Map<String, String>, String, Class<T>) - Method in class com.konfigthis.splitit.client.auth.OAuthOkHttpClient
 
executeAsync(ApiCallback<InstallmentPlanCancelResponse>) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.CancelRequestBuilder
Execute cancel request (asynchronously)
executeAsync(ApiCallback<InstallmentsEligibilityResponse>) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder
Execute checkEligibility request (asynchronously)
executeAsync(ApiCallback<InstallmentPlanGetResponse>) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.GetRequestBuilder
Execute get request (asynchronously)
executeAsync(ApiCallback<InstallmentPlanCreateResponse>) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Execute post2 request (asynchronously)
executeAsync(ApiCallback<InitiatePlanResponse>) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Execute post request (asynchronously)
executeAsync(ApiCallback<InstallmentPlanRefundResponse>) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.RefundRequestBuilder
Execute refund request (asynchronously)
executeAsync(ApiCallback<InstallmentPlanSearchResponse>) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.SearchRequestBuilder
Execute search request (asynchronously)
executeAsync(ApiCallback<InstallmentPlanUpdateResponse>) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder
Execute updateOrder2 request (asynchronously)
executeAsync(ApiCallback<InstallmentPlanUpdateResponse>) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrderRequestBuilder
Execute updateOrder request (asynchronously)
executeAsync(ApiCallback<VerifyAuthorizationResponse>) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.VerifyAuthorizationRequestBuilder
Execute verifyAuthorization request (asynchronously)
executeAsync(Call, ApiCallback<T>) - Method in class com.konfigthis.splitit.client.ApiClient
executeAsync(Call, Type, ApiCallback<T>) - Method in class com.konfigthis.splitit.client.ApiClient
Execute HTTP call asynchronously.
executeWithHttpInfo() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.CancelRequestBuilder
Execute cancel request with HTTP info returned
executeWithHttpInfo() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder
Execute checkEligibility request with HTTP info returned
executeWithHttpInfo() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.GetRequestBuilder
Execute get request with HTTP info returned
executeWithHttpInfo() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Execute post2 request with HTTP info returned
executeWithHttpInfo() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Execute post request with HTTP info returned
executeWithHttpInfo() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.RefundRequestBuilder
Execute refund request with HTTP info returned
executeWithHttpInfo() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.SearchRequestBuilder
Execute search request with HTTP info returned
executeWithHttpInfo() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder
Execute updateOrder2 request with HTTP info returned
executeWithHttpInfo() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrderRequestBuilder
Execute updateOrder request with HTTP info returned
executeWithHttpInfo() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.VerifyAuthorizationRequestBuilder
Execute verifyAuthorization request with HTTP info returned
extendedParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.SearchRequestBuilder
Set extendedParams
extendedParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.IdentifierContract
 
extendedParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
extendedParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
extendedParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
extendedParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
extendedParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
extraData(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.ErrorExtended
 
extraData(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
 

F

failed(String) - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
failed(String) - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
failedAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
failedAmount(Integer) - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
firstInstallmentAmount(Double) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
firstInstallmentAmount(Integer) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
firstInstallmentAmount(Double) - Method in class com.konfigthis.splitit.client.model.PlanData
 
firstInstallmentAmount(Integer) - Method in class com.konfigthis.splitit.client.model.PlanData
 
firstInstallmentAmount(Double) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
firstInstallmentAmount(Integer) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
firstInstallmentDate(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.PlanData
 
firstInstallmentDate(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.AddressData
Create an instance of AddressData given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.AddressDataModel
Create an instance of AddressDataModel given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.AuthorizationModel
Create an instance of AuthorizationModel given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
Create an instance of BluesnapVaultedShopperToken given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.CardData
Create an instance of CardData given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
Create an instance of CheckInstallmentsEligibilityRequest given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.Error
Create an instance of Error given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.ErrorExtended
Create an instance of ErrorExtended given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
Create an instance of ErrorExtendedAllOf given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.EventsEndpointsModel
Create an instance of EventsEndpointsModel given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.GatewayTokenData
Create an instance of GatewayTokenData given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.IdentifierContract
Create an instance of IdentifierContract given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Create an instance of InitiatePlanResponse given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
Create an instance of InitiateRedirectionEndpointsModel given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.Installment
Create an instance of Installment given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
Create an instance of InstallmentPlanCancelResponse given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Create an instance of InstallmentPlanCreateRequest given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Create an instance of InstallmentPlanCreateResponse given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Create an instance of InstallmentPlanGetResponse given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Create an instance of InstallmentPlanInitiateRequest given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
Create an instance of InstallmentPlanRefundRequest given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
Create an instance of InstallmentPlanRefundResponse given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
Create an instance of InstallmentPlanSearchResponse given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
Create an instance of InstallmentPlanUpdateRequest given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
Create an instance of InstallmentPlanUpdateRequestByIdentifier given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
Create an instance of InstallmentPlanUpdateRequestByIdentifierAllOf given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
Create an instance of InstallmentPlanUpdateResponse given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
Create an instance of InstallmentsEligibilityResponse given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.LinksData
Create an instance of LinksData given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.LinksModel
Create an instance of LinksModel given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.MockerShopperToken
Create an instance of MockerShopperToken given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.PaymentMethodModel
Create an instance of PaymentMethodModel given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
Create an instance of PaymentPlanOptionModel given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.PlanData
Create an instance of PlanData given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.PlanDataModel
Create an instance of PlanDataModel given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.PlanErrorResponse
Create an instance of PlanErrorResponse given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
Create an instance of PlanErrorResponseAllOf given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.ProcessingData
Create an instance of ProcessingData given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.ProcessingData2
Create an instance of ProcessingData2 given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
Create an instance of RedirectionEndpointsModel given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.RefundModel
Create an instance of RefundModel given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.RefundSummary
Create an instance of RefundSummary given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Create an instance of SearchInstallmentPlanResponseItem given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.ShopperData
Create an instance of ShopperData given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.SpreedlyToken
Create an instance of SpreedlyToken given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.ThreeDSData
Create an instance of ThreeDSData given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.ThreeDSData2
Create an instance of ThreeDSData2 given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
Create an instance of ThreeDsRedirectDataV3 given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
Create an instance of UpdateOrderRequest given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.UxSettingsModel
Create an instance of UxSettingsModel given an JSON string
fromJson(String) - Static method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
Create an instance of VerifyAuthorizationResponse given an JSON string
fromValue(String) - Static method in enum com.konfigthis.splitit.client.model.CardBrand
 
fromValue(String) - Static method in enum com.konfigthis.splitit.client.model.CardType
 
fromValue(String) - Static method in enum com.konfigthis.splitit.client.model.GwAuthorizationStatus
 
fromValue(String) - Static method in enum com.konfigthis.splitit.client.model.InstallmentStatus
 
fromValue(String) - Static method in enum com.konfigthis.splitit.client.model.PaymentMethodType
 
fromValue(String) - Static method in enum com.konfigthis.splitit.client.model.PlanStatus
 
fromValue(String) - Static method in enum com.konfigthis.splitit.client.model.PurchaseMethod
 
fromValue(String) - Static method in enum com.konfigthis.splitit.client.model.RefundStatus
 
fromValue(String) - Static method in enum com.konfigthis.splitit.client.model.RefundStrategy
 
fromValue(String) - Static method in enum com.konfigthis.splitit.client.model.ShippingStatus
 
fromValue(String) - Static method in enum com.konfigthis.splitit.client.model.ShippingStatus2
 
fromValue(String) - Static method in enum com.konfigthis.splitit.client.model.TestModes
 
fullName(String) - Method in class com.konfigthis.splitit.client.model.ShopperData
 

G

gatewayResultCode(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
gatewayResultMessage(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
gatewaySourceResponse(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
GatewayTokenData - Class in com.konfigthis.splitit.client.model
GatewayTokenData
GatewayTokenData() - Constructor for class com.konfigthis.splitit.client.model.GatewayTokenData
 
GatewayTokenData.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
gatewayTransactionID(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
get(String, String, String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
getAccessToken() - Method in class com.konfigthis.splitit.client.auth.OAuth
 
getActualInstance() - Method in class com.konfigthis.splitit.client.model.AbstractOpenApiSchema
Get the actual instance
getActualInstanceRecursively() - Method in class com.konfigthis.splitit.client.model.AbstractOpenApiSchema
Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well
getAdditionalInfo() - Method in class com.konfigthis.splitit.client.model.Error
Get additionalInfo
getAdditionalInfo() - Method in class com.konfigthis.splitit.client.model.ErrorExtended
Get additionalInfo
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.AddressData
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.AddressDataModel
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.CardData
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.Error
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.ErrorExtended
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.EventsEndpointsModel
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.GatewayTokenData
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.IdentifierContract
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.Installment
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.LinksData
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.LinksModel
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.MockerShopperToken
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.PlanData
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.PlanDataModel
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.ProcessingData
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.ProcessingData2
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.RefundModel
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.RefundSummary
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.ShopperData
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.SpreedlyToken
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.ThreeDSData
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.UxSettingsModel
Return the additional (undeclared) property.
getAdditionalProperties() - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
Return the additional (undeclared) property.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.AddressData
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.CardData
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.Error
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.ErrorExtended
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.EventsEndpointsModel
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.GatewayTokenData
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.IdentifierContract
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.Installment
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.LinksData
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.LinksModel
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.MockerShopperToken
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.PlanData
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.ProcessingData
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.ProcessingData2
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.RefundModel
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.RefundSummary
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.ShopperData
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.SpreedlyToken
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.UxSettingsModel
Return the additional (undeclared) property with the specified name.
getAdditionalProperty(String) - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
Return the additional (undeclared) property with the specified name.
getAddressLine() - Method in class com.konfigthis.splitit.client.model.AddressData
Get addressLine
getAddressLine1() - Method in class com.konfigthis.splitit.client.model.AddressDataModel
Get addressLine1
getAddressLine2() - Method in class com.konfigthis.splitit.client.model.AddressData
Get addressLine2
getAddressLine2() - Method in class com.konfigthis.splitit.client.model.AddressDataModel
Get addressLine2
getAllowedInstallmentOptions() - Method in class com.konfigthis.splitit.client.model.PlanData
Get allowedInstallmentOptions
getAmount() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Get amount
getAmount() - Method in class com.konfigthis.splitit.client.model.Installment
Get amount
getAmount() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get amount
getAmount() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get amount
getAmount() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
Get amount
getAmount() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get amount
getApiClient() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
getApiKey() - Method in class com.konfigthis.splitit.client.auth.ApiKeyAuth
 
getApiKeyPrefix() - Method in class com.konfigthis.splitit.client.auth.ApiKeyAuth
 
getAttempt3dSecure() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Get attempt3dSecure
getAttempt3dSecure() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Get attempt3dSecure
getAttemptThreeDSecured() - Method in class com.konfigthis.splitit.client.model.ProcessingData
Get attemptThreeDSecured
getAttemptThreeDSecured() - Method in class com.konfigthis.splitit.client.model.ProcessingData2
Get attemptThreeDSecured
getAuthentication(String) - Method in class com.konfigthis.splitit.client.ApiClient
Get authentication for the given name.
getAuthentications() - Method in class com.konfigthis.splitit.client.ApiClient
Get authentications (key: authentication name, value: authentication).
getAuthorization() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get authorization
getAuthorization() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get authorization
getAuthorization() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get authorization
getAuthorization() - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
Get authorization
getAuthorizationAmount() - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
Get authorizationAmount
getAuthorizeFailed() - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
Get authorizeFailed
getAuthorizeSucceeded() - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
Get authorizeSucceeded
getAutoCapture() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Get autoCapture
getAutoCapture() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Get autoCapture
getBasePath() - Method in class com.konfigthis.splitit.client.ApiClient
Get base path
getBearerToken() - Method in class com.konfigthis.splitit.client.auth.HttpBearerAuth
Gets the token, which together with the scheme, will be sent as the value of the Authorization header.
getBillingAddress() - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
Get billingAddress
getBillingAddress() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Get billingAddress
getBillingAddress() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Get billingAddress
getBillingAddress() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get billingAddress
getBillingAddress() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get billingAddress
getBillingAddress() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Get billingAddress
getBillingAddress() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get billingAddress
getBluesnapVaultedShopperToken() - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
Get bluesnapVaultedShopperToken
getCancel() - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
Get cancel
getCapture() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
Get capture
getCapture() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
Get capture
getCapture() - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
Get capture
getCard() - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
Get card
getCardBrand() - Method in class com.konfigthis.splitit.client.model.CardData
Get cardBrand
getCardCvv() - Method in class com.konfigthis.splitit.client.model.CardData
Get cardCvv
getCardDetails() - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
Get cardDetails
getCardExpMonth() - Method in class com.konfigthis.splitit.client.model.CardData
Get cardExpMonth
getCardExpYear() - Method in class com.konfigthis.splitit.client.model.CardData
Get cardExpYear
getCardHolderFullName() - Method in class com.konfigthis.splitit.client.model.CardData
Get cardHolderFullName
getCardNumber() - Method in class com.konfigthis.splitit.client.model.CardData
Get cardNumber
getCardType() - Method in class com.konfigthis.splitit.client.model.CardData
Get cardType
getCAVV() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Get CAVV
getCAVV() - Method in class com.konfigthis.splitit.client.model.ThreeDSData
Get CAVV
getCAVV() - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
Get CAVV
getCheckout() - Method in class com.konfigthis.splitit.client.model.LinksData
Get checkout
getCheckoutUrl() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Get checkoutUrl
getCity() - Method in class com.konfigthis.splitit.client.model.AddressData
Get city
getCity() - Method in class com.konfigthis.splitit.client.model.AddressDataModel
Get city
getClientRedirectUrl() - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
Get clientRedirectUrl
getCode() - Method in class com.konfigthis.splitit.client.model.Error
Get code
getCode() - Method in class com.konfigthis.splitit.client.model.ErrorExtended
Get code
getConnectTimeout() - Method in class com.konfigthis.splitit.client.ApiClient
Get connection timeout (in milliseconds).
getCountry() - Method in class com.konfigthis.splitit.client.model.AddressData
Get country
getCountry() - Method in class com.konfigthis.splitit.client.model.AddressDataModel
Get country
getCreateSucceeded() - Method in class com.konfigthis.splitit.client.model.EventsEndpointsModel
Get createSucceeded
getCreditRefundAmount() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
Get creditRefundAmount
getCreditRefundAmount() - Method in class com.konfigthis.splitit.client.model.RefundModel
Get creditRefundAmount
getCulture() - Method in class com.konfigthis.splitit.client.model.ShopperData
Get culture
getCurrency() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Get currency
getCurrency() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get currency
getCurrency() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get currency
getCurrency() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
Get currency
getCurrency() - Method in class com.konfigthis.splitit.client.model.PlanData
Get currency
getCurrency() - Method in class com.konfigthis.splitit.client.model.PlanDataModel
Get currency
getCurrency() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get currency
getCustomBaseUrl() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
getDate() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Get date
getDateCreated() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get dateCreated
getDateCreated() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get dateCreated
getDateCreated() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get dateCreated
getDateFormat() - Method in class com.konfigthis.splitit.client.ApiClient
Getter for the field dateFormat.
getDefaultApiClient() - Static method in class com.konfigthis.splitit.client.Configuration
Get the default API client, which would be used when creating API instances without providing an API client.
getDirectoryServerTxnId() - Method in class com.konfigthis.splitit.client.model.ThreeDSData
Get directoryServerTxnId
getDirectoryServerTxnId() - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
Get directoryServerTxnId
getDisplayedInstallmentOptions() - Method in class com.konfigthis.splitit.client.model.UxSettingsModel
Get displayedInstallmentOptions
getECI() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Get ECI
getECI() - Method in class com.konfigthis.splitit.client.model.ThreeDSData
Get ECI
getECI() - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
Get ECI
getEmail() - Method in class com.konfigthis.splitit.client.model.ShopperData
Get email
getError() - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
Get error
getEventsEndpoints() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Get eventsEndpoints
getEventsEndpoints() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Get eventsEndpoints
getExtendedParams() - Method in class com.konfigthis.splitit.client.model.IdentifierContract
Get extendedParams
getExtendedParams() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Get extendedParams
getExtendedParams() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get extendedParams
getExtendedParams() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get extendedParams
getExtendedParams() - Method in class com.konfigthis.splitit.client.model.PlanDataModel
Get extendedParams
getExtendedParams() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get extendedParams
getExtraData() - Method in class com.konfigthis.splitit.client.model.ErrorExtended
Get extraData
getExtraData() - Method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
Get extraData
getFailed() - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
Get failed
getFailed() - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
Get failed
getFailedAmount() - Method in class com.konfigthis.splitit.client.model.RefundSummary
Get failedAmount
getFirstInstallmentAmount() - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
Get firstInstallmentAmount
getFirstInstallmentAmount() - Method in class com.konfigthis.splitit.client.model.PlanData
Get firstInstallmentAmount
getFirstInstallmentAmount() - Method in class com.konfigthis.splitit.client.model.PlanDataModel
Get firstInstallmentAmount
getFirstInstallmentDate() - Method in class com.konfigthis.splitit.client.model.PlanData
Get firstInstallmentDate
getFirstInstallmentDate() - Method in class com.konfigthis.splitit.client.model.PlanDataModel
Get firstInstallmentDate
getFullName() - Method in class com.konfigthis.splitit.client.model.ShopperData
Get fullName
getGatewayResultCode() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Get gatewayResultCode
getGatewayResultMessage() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Get gatewayResultMessage
getGatewaySourceResponse() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Get gatewaySourceResponse
getGatewayTransactionID() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Get gatewayTransactionID
getGson() - Static method in class com.konfigthis.splitit.client.JSON
Get Gson.
getHostIndex() - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
getHttpClient() - Method in class com.konfigthis.splitit.client.ApiClient
Get HTTP client
getIdentifier() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
Get identifier
getIdentifier() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
Get identifier
getInstallmentAmount() - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
Get installmentAmount
getInstallmentFrequency() - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
Get installmentFrequency
getInstallmentNumber() - Method in class com.konfigthis.splitit.client.model.Installment
Get installmentNumber
getInstallmentPlanNumber() - Method in class com.konfigthis.splitit.client.model.IdentifierContract
Get installmentPlanNumber
getInstallmentPlanNumber() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Get installmentPlanNumber
getInstallmentPlanNumber() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
Get installmentPlanNumber
getInstallmentPlanNumber() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get installmentPlanNumber
getInstallmentPlanNumber() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get installmentPlanNumber
getInstallmentPlanNumber() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
Get installmentPlanNumber
getInstallmentPlanNumber() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
Get installmentPlanNumber
getInstallmentPlanNumber() - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
Get installmentPlanNumber
getInstallmentPlanNumber() - Method in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
Get installmentPlanNumber
getInstallmentPlanNumber() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get installmentPlanNumber
getInstallmentProvider() - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
Get installmentProvider
getInstallments() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get installments
getInstallments() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get installments
getInstallments() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get installments
getIsAuthorized() - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
Get isAuthorized
getJSON() - Method in class com.konfigthis.splitit.client.ApiClient
Get JSON
getKeyManagers() - Method in class com.konfigthis.splitit.client.ApiClient
Getter for the field keyManagers.
getLast4Digit() - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
Get last4Digit
getLast4Digit() - Method in class com.konfigthis.splitit.client.model.GatewayTokenData
Get last4Digit
getLast4Digit() - Method in class com.konfigthis.splitit.client.model.MockerShopperToken
Get last4Digit
getLast4Digit() - Method in class com.konfigthis.splitit.client.model.SpreedlyToken
Get last4Digit
getLastInstallmentAmount() - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
Get lastInstallmentAmount
getLearnMore() - Method in class com.konfigthis.splitit.client.model.LinksData
Get learnMore
getLearnMoreUrl() - Method in class com.konfigthis.splitit.client.model.LinksModel
Get learnMoreUrl
getLinks() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get links
getLinks() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get links
getLinks() - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
Get links
getLinks() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get links
getLocation() - Method in class com.konfigthis.splitit.client.auth.ApiKeyAuth
 
getMessage() - Method in exception com.konfigthis.splitit.client.ApiException
Get the exception message including HTTP response data.
getMessage() - Method in class com.konfigthis.splitit.client.model.Error
Get message
getMessage() - Method in class com.konfigthis.splitit.client.model.ErrorExtended
Get message
getMockerShopperToken() - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
Get mockerShopperToken
getName() - Method in class com.konfigthis.splitit.client.Pair
 
getNonCreditRefundAmount() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
Get nonCreditRefundAmount
getNonCreditRefundAmount() - Method in class com.konfigthis.splitit.client.model.RefundModel
Get nonCreditRefundAmount
getNumberOfInstallments() - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
Get numberOfInstallments
getNumberOfInstallments() - Method in class com.konfigthis.splitit.client.model.PlanData
Get numberOfInstallments
getNumberOfInstallments() - Method in class com.konfigthis.splitit.client.model.PlanDataModel
Get numberOfInstallments
getOriginalAmount() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get originalAmount
getOriginalAmount() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get originalAmount
getOriginalAmount() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get originalAmount
getParamName() - Method in class com.konfigthis.splitit.client.auth.ApiKeyAuth
 
getParams() - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
Get params
getPassword() - Method in class com.konfigthis.splitit.client.auth.HttpBasicAuth
 
getPaymentMethod() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Get paymentMethod
getPaymentMethod() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get paymentMethod
getPaymentMethod() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get paymentMethod
getPaymentMethod() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get paymentMethod
getPaymentPlanOptions() - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
Get paymentPlanOptions
getPendingAmount() - Method in class com.konfigthis.splitit.client.model.RefundSummary
Get pendingAmount
getPhoneNumber() - Method in class com.konfigthis.splitit.client.model.ShopperData
Get phoneNumber
getPlanData() - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
Get planData
getPlanData() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Get planData
getPlanData() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Get planData
getPlanList() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
Get planList
getPrivacyPolicy() - Method in class com.konfigthis.splitit.client.model.LinksData
Get privacyPolicy
getPrivacyPolicyUrl() - Method in class com.konfigthis.splitit.client.model.LinksModel
Get privacyPolicyUrl
getProcessDateTime() - Method in class com.konfigthis.splitit.client.model.Installment
Get processDateTime
getProcessingData() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Get processingData
getProcessingData() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Get processingData
getProcessingData() - Method in class com.konfigthis.splitit.client.model.PlanData
Get processingData
getPurchaseMethod() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Get purchaseMethod
getPurchaseMethod() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get purchaseMethod
getPurchaseMethod() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get purchaseMethod
getPurchaseMethod() - Method in class com.konfigthis.splitit.client.model.PlanData
Get purchaseMethod
getPurchaseMethod() - Method in class com.konfigthis.splitit.client.model.PlanDataModel
Get purchaseMethod
getPurchaseMethod() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get purchaseMethod
getReadTimeout() - Method in class com.konfigthis.splitit.client.ApiClient
Get read timeout (in milliseconds).
getRedirectUrls() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Get redirectUrls
getRedirectUrls() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Get redirectUrls
getRefOrderNumber() - Method in class com.konfigthis.splitit.client.model.IdentifierContract
Get refOrderNumber
getRefOrderNumber() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Get refOrderNumber
getRefOrderNumber() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get refOrderNumber
getRefOrderNumber() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get refOrderNumber
getRefOrderNumber() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
Get refOrderNumber
getRefOrderNumber() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
Get refOrderNumber
getRefOrderNumber() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
Get refOrderNumber
getRefOrderNumber() - Method in class com.konfigthis.splitit.client.model.PlanData
Get refOrderNumber
getRefOrderNumber() - Method in class com.konfigthis.splitit.client.model.PlanDataModel
Get refOrderNumber
getRefOrderNumber() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get refOrderNumber
getRefOrderNumber() - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
Get refOrderNumber
getRefundId() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
Get refundId
getRefundId() - Method in class com.konfigthis.splitit.client.model.RefundModel
Get refundId
getRefunds() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get refunds
getRefunds() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get refunds
getRefundStrategy() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
Get refundStrategy
getRequest() - Method in class com.konfigthis.splitit.client.ApiResponse
Get the request.
getResponseBody() - Method in exception com.konfigthis.splitit.client.ApiException
Get the HTTP response body.
getResponseBody() - Method in class com.konfigthis.splitit.client.ApiResponse
Get the data.
getResponseHeaders() - Method in exception com.konfigthis.splitit.client.ApiException
Get the HTTP response headers.
getResponseHeaders() - Method in class com.konfigthis.splitit.client.ApiResponse
Get the headers.
getRoundTripTime() - Method in exception com.konfigthis.splitit.client.ApiException
Get the round trip time
getRoundTripTime() - Method in class com.konfigthis.splitit.client.ApiResponse
Get the roundTripTime.
getSchemas() - Method in class com.konfigthis.splitit.client.model.AbstractOpenApiSchema
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
getSchemaType() - Method in class com.konfigthis.splitit.client.model.AbstractOpenApiSchema
Get the schema type (e.g.
getShippingStatus() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
Get shippingStatus
getShippingStatus() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
Get shippingStatus
getShippingStatus() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
Get shippingStatus
getShippingStatus() - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
Get shippingStatus
getShopper() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Get shopper
getShopper() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Get shopper
getShopper() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get shopper
getShopper() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get shopper
getShopper() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Get shopper
getShopper() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get shopper
getSoftDescriptor() - Method in class com.konfigthis.splitit.client.model.ProcessingData
Get softDescriptor
getSoftDescriptor() - Method in class com.konfigthis.splitit.client.model.ProcessingData2
Get softDescriptor
getSplititErrorResultCode() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Get splititErrorResultCode
getSpreedlyToken() - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
Get spreedlyToken
getSslCaCert() - Method in class com.konfigthis.splitit.client.ApiClient
Get SSL CA cert.
getState() - Method in class com.konfigthis.splitit.client.model.AddressData
Get state
getState() - Method in class com.konfigthis.splitit.client.model.AddressDataModel
Get state
getStatus() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Get status
getStatus() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Get status
getStatus() - Method in class com.konfigthis.splitit.client.model.Installment
Get status
getStatus() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Get status
getStatus() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Get status
getStatus() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
Get status
getStatus() - Method in class com.konfigthis.splitit.client.model.RefundModel
Get status
getStatus() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Get status
getStatusCode() - Method in exception com.konfigthis.splitit.client.ApiException
Get the HTTP status code.
getStatusCode() - Method in class com.konfigthis.splitit.client.ApiResponse
Get the status code.
getSubmitDate() - Method in class com.konfigthis.splitit.client.model.RefundModel
Get submitDate
getSucceeded() - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
Get succeeded
getSucceeded() - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
Get succeeded
getSucceededAmount() - Method in class com.konfigthis.splitit.client.model.RefundSummary
Get succeededAmount
getSummary() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
Get summary
getTags() - Method in class com.konfigthis.splitit.client.model.PlanData
Get tags
getTempFolderPath() - Method in class com.konfigthis.splitit.client.ApiClient
The path of temporary folder used to store downloaded files from endpoints with file response.
getTerminalId() - Method in class com.konfigthis.splitit.client.model.PlanData
Get terminalId
getTerminalId() - Method in class com.konfigthis.splitit.client.model.PlanDataModel
Get terminalId
getTermsAndConditionsAccepted() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Get termsAndConditionsAccepted
getTermsAndConditionsBrief() - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
Get termsAndConditionsBrief
getTermsAndConditionsUrl() - Method in class com.konfigthis.splitit.client.model.LinksModel
Get termsAndConditionsUrl
getTermsConditions() - Method in class com.konfigthis.splitit.client.model.LinksData
Get termsConditions
getThreeDSData() - Method in class com.konfigthis.splitit.client.model.ProcessingData
Get threeDSData
getThreeDSData() - Method in class com.konfigthis.splitit.client.model.ProcessingData2
Get threeDSData
getThreeDSRedirect() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Get threeDSRedirect
getThreeDSVersion() - Method in class com.konfigthis.splitit.client.model.ThreeDSData
Get threeDSVersion
getThreeDSVersion() - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
Get threeDSVersion
getToken() - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
Get token
getToken() - Method in class com.konfigthis.splitit.client.model.GatewayTokenData
Get token
getToken() - Method in class com.konfigthis.splitit.client.model.MockerShopperToken
Get token
getToken() - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
Get token
getToken() - Method in class com.konfigthis.splitit.client.model.SpreedlyToken
Get token
getTokenEndPoint() - Method in class com.konfigthis.splitit.client.ApiClient
Helper method to configure the token endpoint of the first oauth found in the apiAuthorizations (there should be only one)
getTokenRequestBuilder() - Method in class com.konfigthis.splitit.client.auth.RetryingOAuth
Gets the token request builder
getTokenUrl() - Method in class com.konfigthis.splitit.client.ApiClient
Get token url
getTotalAmount() - Method in class com.konfigthis.splitit.client.model.PlanData
Get totalAmount
getTotalAmount() - Method in class com.konfigthis.splitit.client.model.PlanDataModel
Get totalAmount
getTotalAmount() - Method in class com.konfigthis.splitit.client.model.RefundModel
Get totalAmount
getTotalAmount() - Method in class com.konfigthis.splitit.client.model.RefundSummary
Get totalAmount
getTraceId() - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
Get traceId
getTrackingNumber() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
Get trackingNumber
getTrackingNumber() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
Get trackingNumber
getTrackingNumber() - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
Get trackingNumber
getTransactionId() - Method in class com.konfigthis.splitit.client.model.ThreeDSData
Get transactionId
getTransactionId() - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
Get transactionId
getType() - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
Get type
getUrl() - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
Get url
getUsername() - Method in class com.konfigthis.splitit.client.auth.HttpBasicAuth
 
getUxSettings() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Get uxSettings
getValue() - Method in enum com.konfigthis.splitit.client.model.CardBrand
 
getValue() - Method in enum com.konfigthis.splitit.client.model.CardType
 
getValue() - Method in enum com.konfigthis.splitit.client.model.GwAuthorizationStatus
 
getValue() - Method in enum com.konfigthis.splitit.client.model.InstallmentStatus
 
getValue() - Method in enum com.konfigthis.splitit.client.model.PaymentMethodType
 
getValue() - Method in enum com.konfigthis.splitit.client.model.PlanStatus
 
getValue() - Method in enum com.konfigthis.splitit.client.model.PurchaseMethod
 
getValue() - Method in enum com.konfigthis.splitit.client.model.RefundStatus
 
getValue() - Method in enum com.konfigthis.splitit.client.model.RefundStrategy
 
getValue() - Method in enum com.konfigthis.splitit.client.model.ShippingStatus
 
getValue() - Method in enum com.konfigthis.splitit.client.model.ShippingStatus2
 
getValue() - Method in enum com.konfigthis.splitit.client.model.TestModes
 
getValue() - Method in class com.konfigthis.splitit.client.Pair
 
getVerb() - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
Get verb
getWriteTimeout() - Method in class com.konfigthis.splitit.client.ApiClient
Get write timeout (in milliseconds).
getXID() - Method in class com.konfigthis.splitit.client.model.ThreeDSData
Get XID
getXID() - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
Get XID
getZip() - Method in class com.konfigthis.splitit.client.model.AddressData
Get zip
getZip() - Method in class com.konfigthis.splitit.client.model.AddressDataModel
Get zip
guessContentTypeFromFile(File) - Method in class com.konfigthis.splitit.client.ApiClient
Guess Content-Type header from the given file (defaults to "application/octet-stream").
GwAuthorizationStatus - Enum in com.konfigthis.splitit.client.model
 
GwAuthorizationStatus.Adapter - Class in com.konfigthis.splitit.client.model
 

H

handleResponse(Response, Type) - Method in class com.konfigthis.splitit.client.ApiClient
Handle the given response, return the deserialized object when the response is successful.
hashCode() - Method in class com.konfigthis.splitit.client.model.AbstractOpenApiSchema
 
hashCode() - Method in class com.konfigthis.splitit.client.model.AddressData
 
hashCode() - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
hashCode() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
hashCode() - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
 
hashCode() - Method in class com.konfigthis.splitit.client.model.CardData
 
hashCode() - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
hashCode() - Method in class com.konfigthis.splitit.client.model.Error
 
hashCode() - Method in class com.konfigthis.splitit.client.model.ErrorExtended
 
hashCode() - Method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
 
hashCode() - Method in class com.konfigthis.splitit.client.model.EventsEndpointsModel
 
hashCode() - Method in class com.konfigthis.splitit.client.model.GatewayTokenData
 
hashCode() - Method in class com.konfigthis.splitit.client.model.IdentifierContract
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
hashCode() - Method in class com.konfigthis.splitit.client.model.Installment
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
hashCode() - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
 
hashCode() - Method in class com.konfigthis.splitit.client.model.LinksData
 
hashCode() - Method in class com.konfigthis.splitit.client.model.LinksModel
 
hashCode() - Method in class com.konfigthis.splitit.client.model.MockerShopperToken
 
hashCode() - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
hashCode() - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
hashCode() - Method in class com.konfigthis.splitit.client.model.PlanData
 
hashCode() - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
hashCode() - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
hashCode() - Method in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
 
hashCode() - Method in class com.konfigthis.splitit.client.model.ProcessingData
 
hashCode() - Method in class com.konfigthis.splitit.client.model.ProcessingData2
 
hashCode() - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
hashCode() - Method in class com.konfigthis.splitit.client.model.RefundModel
 
hashCode() - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
hashCode() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
hashCode() - Method in class com.konfigthis.splitit.client.model.ShopperData
 
hashCode() - Method in class com.konfigthis.splitit.client.model.SpreedlyToken
 
hashCode() - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
hashCode() - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
hashCode() - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
hashCode() - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
hashCode() - Method in class com.konfigthis.splitit.client.model.UxSettingsModel
 
hashCode() - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
host - Variable in class com.konfigthis.splitit.client.Configuration
 
HttpBasicAuth - Class in com.konfigthis.splitit.client.auth
 
HttpBasicAuth() - Constructor for class com.konfigthis.splitit.client.auth.HttpBasicAuth
 
HttpBearerAuth - Class in com.konfigthis.splitit.client.auth
 
HttpBearerAuth(String) - Constructor for class com.konfigthis.splitit.client.auth.HttpBearerAuth
 

I

identifier(IdentifierContract) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder
Set identifier
identifier(IdentifierContract) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
identifier(IdentifierContract) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
 
IdentifierContract - Class in com.konfigthis.splitit.client.model
IdentifierContract
IdentifierContract() - Constructor for class com.konfigthis.splitit.client.model.IdentifierContract
 
IdentifierContract.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
InitiatePlanResponse - Class in com.konfigthis.splitit.client.model
InitiatePlanResponse
InitiatePlanResponse() - Constructor for class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
InitiatePlanResponse.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
InitiateRedirectionEndpointsModel - Class in com.konfigthis.splitit.client.model
InitiateRedirectionEndpointsModel
InitiateRedirectionEndpointsModel() - Constructor for class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
InitiateRedirectionEndpointsModel.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
Installment - Class in com.konfigthis.splitit.client.model
Installment
Installment() - Constructor for class com.konfigthis.splitit.client.model.Installment
 
Installment.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
installmentAmount(Double) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
installmentAmount(Integer) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
installmentFrequency(String) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
installmentNumber(Integer) - Method in class com.konfigthis.splitit.client.model.Installment
 
installmentPlan - Variable in class com.konfigthis.splitit.client.Splitit
 
InstallmentPlanApi - Class in com.konfigthis.splitit.client.api
 
InstallmentPlanApi(ApiClient) - Constructor for class com.konfigthis.splitit.client.api.InstallmentPlanApi
 
InstallmentPlanApiGenerated - Class in com.konfigthis.splitit.client.api
 
InstallmentPlanApiGenerated() - Constructor for class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
InstallmentPlanApiGenerated(ApiClient) - Constructor for class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
InstallmentPlanApiGenerated.CancelRequestBuilder - Class in com.konfigthis.splitit.client.api
 
InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder - Class in com.konfigthis.splitit.client.api
 
InstallmentPlanApiGenerated.GetRequestBuilder - Class in com.konfigthis.splitit.client.api
 
InstallmentPlanApiGenerated.Post2RequestBuilder - Class in com.konfigthis.splitit.client.api
 
InstallmentPlanApiGenerated.PostRequestBuilder - Class in com.konfigthis.splitit.client.api
 
InstallmentPlanApiGenerated.RefundRequestBuilder - Class in com.konfigthis.splitit.client.api
 
InstallmentPlanApiGenerated.SearchRequestBuilder - Class in com.konfigthis.splitit.client.api
 
InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder - Class in com.konfigthis.splitit.client.api
 
InstallmentPlanApiGenerated.UpdateOrderRequestBuilder - Class in com.konfigthis.splitit.client.api
 
InstallmentPlanApiGenerated.VerifyAuthorizationRequestBuilder - Class in com.konfigthis.splitit.client.api
 
InstallmentPlanCancelResponse - Class in com.konfigthis.splitit.client.model
InstallmentPlanCancelResponse
InstallmentPlanCancelResponse() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
 
InstallmentPlanCancelResponse.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
InstallmentPlanCreateRequest - Class in com.konfigthis.splitit.client.model
InstallmentPlanCreateRequest
InstallmentPlanCreateRequest() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
InstallmentPlanCreateRequest.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
InstallmentPlanCreateResponse - Class in com.konfigthis.splitit.client.model
InstallmentPlanCreateResponse
InstallmentPlanCreateResponse() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
InstallmentPlanCreateResponse.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
InstallmentPlanGetResponse - Class in com.konfigthis.splitit.client.model
InstallmentPlanGetResponse
InstallmentPlanGetResponse() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
InstallmentPlanGetResponse.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
InstallmentPlanInitiateRequest - Class in com.konfigthis.splitit.client.model
InstallmentPlanInitiateRequest
InstallmentPlanInitiateRequest() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
InstallmentPlanInitiateRequest.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
installmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.SearchRequestBuilder
Set installmentPlanNumber
installmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.IdentifierContract
 
installmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
installmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
 
installmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
installmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
installmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
installmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
installmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
installmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
 
installmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
InstallmentPlanRefundRequest - Class in com.konfigthis.splitit.client.model
InstallmentPlanRefundRequest
InstallmentPlanRefundRequest() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
 
InstallmentPlanRefundRequest.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
InstallmentPlanRefundResponse - Class in com.konfigthis.splitit.client.model
InstallmentPlanRefundResponse
InstallmentPlanRefundResponse() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
InstallmentPlanRefundResponse.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
InstallmentPlanSearchResponse - Class in com.konfigthis.splitit.client.model
InstallmentPlanSearchResponse
InstallmentPlanSearchResponse() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
 
InstallmentPlanSearchResponse.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
InstallmentPlanUpdateRequest - Class in com.konfigthis.splitit.client.model
InstallmentPlanUpdateRequest
InstallmentPlanUpdateRequest() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
InstallmentPlanUpdateRequest.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
InstallmentPlanUpdateRequestByIdentifier - Class in com.konfigthis.splitit.client.model
InstallmentPlanUpdateRequestByIdentifier
InstallmentPlanUpdateRequestByIdentifier() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
InstallmentPlanUpdateRequestByIdentifier.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
InstallmentPlanUpdateRequestByIdentifierAllOf - Class in com.konfigthis.splitit.client.model
InstallmentPlanUpdateRequestByIdentifierAllOf
InstallmentPlanUpdateRequestByIdentifierAllOf() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
 
InstallmentPlanUpdateRequestByIdentifierAllOf.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
InstallmentPlanUpdateResponse - Class in com.konfigthis.splitit.client.model
InstallmentPlanUpdateResponse
InstallmentPlanUpdateResponse() - Constructor for class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
InstallmentPlanUpdateResponse.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
installmentProvider(String) - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
 
installments(List<Installment>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
installments(List<Installment>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
installments(List<Installment>) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
InstallmentsEligibilityResponse - Class in com.konfigthis.splitit.client.model
InstallmentsEligibilityResponse
InstallmentsEligibilityResponse() - Constructor for class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
 
InstallmentsEligibilityResponse.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
InstallmentStatus - Enum in com.konfigthis.splitit.client.model
 
InstallmentStatus.Adapter - Class in com.konfigthis.splitit.client.model
 
intercept(Interceptor.Chain) - Method in class com.konfigthis.splitit.client.auth.RetryingOAuth
 
isAuthorized(Boolean) - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
isDebugging() - Method in class com.konfigthis.splitit.client.ApiClient
Check that whether debugging is enabled for this API client.
isJsonMime(String) - Method in class com.konfigthis.splitit.client.ApiClient
Check if the given MIME is a JSON MIME.
isNullable() - Method in class com.konfigthis.splitit.client.model.AbstractOpenApiSchema
Is nullable
isVerifyingSsl() - Method in class com.konfigthis.splitit.client.ApiClient
True if isVerifyingSsl flag is on

J

join(String[], String) - Static method in class com.konfigthis.splitit.client.StringUtil
Join an array of strings with the given separator.
join(Collection<String>, String) - Static method in class com.konfigthis.splitit.client.StringUtil
Join a list of strings with the given separator.
JSON - Class in com.konfigthis.splitit.client
 
JSON() - Constructor for class com.konfigthis.splitit.client.JSON
 
JSON.ByteArrayAdapter - Class in com.konfigthis.splitit.client
Gson TypeAdapter for Byte Array type
JSON.DateTypeAdapter - Class in com.konfigthis.splitit.client
Gson TypeAdapter for java.util.Date type If the dateFormat is null, ISO8601Utils will be used.
JSON.LocalDateTypeAdapter - Class in com.konfigthis.splitit.client
Gson TypeAdapter for JSR310 LocalDate type
JSON.OffsetDateTimeTypeAdapter - Class in com.konfigthis.splitit.client
Gson TypeAdapter for JSR310 OffsetDateTime type
JSON.SqlDateTypeAdapter - Class in com.konfigthis.splitit.client
Gson TypeAdapter for java.sql.Date type If the dateFormat is null, a simple "yyyy-MM-dd" format will be used (more efficient than SimpleDateFormat).

L

last4Digit(String) - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
 
last4Digit(String) - Method in class com.konfigthis.splitit.client.model.GatewayTokenData
 
last4Digit(String) - Method in class com.konfigthis.splitit.client.model.MockerShopperToken
 
last4Digit(String) - Method in class com.konfigthis.splitit.client.model.SpreedlyToken
 
lastInstallmentAmount(Double) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
lastInstallmentAmount(Integer) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
learnMore(String) - Method in class com.konfigthis.splitit.client.model.LinksData
 
learnMoreUrl(String) - Method in class com.konfigthis.splitit.client.model.LinksModel
 
links(LinksData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
links(LinksData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
links(LinksModel) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
links(LinksData) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
LinksData - Class in com.konfigthis.splitit.client.model
LinksData
LinksData() - Constructor for class com.konfigthis.splitit.client.model.LinksData
 
LinksData.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
LinksModel - Class in com.konfigthis.splitit.client.model
LinksModel
LinksModel() - Constructor for class com.konfigthis.splitit.client.model.LinksModel
 
LinksModel.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
LocalDateTypeAdapter() - Constructor for class com.konfigthis.splitit.client.JSON.LocalDateTypeAdapter
 
LocalDateTypeAdapter(DateTimeFormatter) - Constructor for class com.konfigthis.splitit.client.JSON.LocalDateTypeAdapter
 

M

message(String) - Method in class com.konfigthis.splitit.client.model.Error
 
message(String) - Method in class com.konfigthis.splitit.client.model.ErrorExtended
 
MockerShopperToken - Class in com.konfigthis.splitit.client.model
MockerShopperToken
MockerShopperToken() - Constructor for class com.konfigthis.splitit.client.model.MockerShopperToken
 
mockerShopperToken(MockerShopperToken) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
MockerShopperToken.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 

N

nonCreditRefundAmount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
nonCreditRefundAmount(Integer) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
nonCreditRefundAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
nonCreditRefundAmount(Integer) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
numberOfInstallments(Integer) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
numberOfInstallments(Integer) - Method in class com.konfigthis.splitit.client.model.PlanData
 
numberOfInstallments(Integer) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 

O

OAuth - Class in com.konfigthis.splitit.client.auth
 
OAuth() - Constructor for class com.konfigthis.splitit.client.auth.OAuth
 
OAuthFlow - Enum in com.konfigthis.splitit.client.auth
OAuth flows that are supported by this client
OAuthOkHttpClient - Class in com.konfigthis.splitit.client.auth
 
OAuthOkHttpClient() - Constructor for class com.konfigthis.splitit.client.auth.OAuthOkHttpClient
 
OAuthOkHttpClient(OkHttpClient) - Constructor for class com.konfigthis.splitit.client.auth.OAuthOkHttpClient
 
OffsetDateTimeTypeAdapter() - Constructor for class com.konfigthis.splitit.client.JSON.OffsetDateTimeTypeAdapter
 
OffsetDateTimeTypeAdapter(DateTimeFormatter) - Constructor for class com.konfigthis.splitit.client.JSON.OffsetDateTimeTypeAdapter
 
onDownloadProgress(long, long, boolean) - Method in interface com.konfigthis.splitit.client.ApiCallback
This is called when the API download processing.
onFailure(ApiException, int, Map<String, List<String>>) - Method in interface com.konfigthis.splitit.client.ApiCallback
This is called when the API call fails.
onSuccess(T, int, Map<String, List<String>>) - Method in interface com.konfigthis.splitit.client.ApiCallback
This is called when the API call succeeded.
onUploadProgress(long, long, boolean) - Method in interface com.konfigthis.splitit.client.ApiCallback
This is called when the API upload processing.
openapiFields - Static variable in class com.konfigthis.splitit.client.model.AddressData
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.AddressDataModel
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.AuthorizationModel
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.CardData
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.Error
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.ErrorExtended
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.EventsEndpointsModel
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.GatewayTokenData
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.IdentifierContract
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.Installment
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.LinksData
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.LinksModel
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.MockerShopperToken
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.PlanData
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.PlanDataModel
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.ProcessingData
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.ProcessingData2
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.RefundModel
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.RefundSummary
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.ShopperData
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.SpreedlyToken
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData2
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.UxSettingsModel
 
openapiFields - Static variable in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.AddressData
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.AddressDataModel
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.AuthorizationModel
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.CardData
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.Error
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.ErrorExtended
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.EventsEndpointsModel
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.GatewayTokenData
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.IdentifierContract
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.Installment
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.LinksData
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.LinksModel
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.MockerShopperToken
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.PlanData
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.PlanDataModel
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.ProcessingData
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.ProcessingData2
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.RefundModel
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.RefundSummary
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.ShopperData
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.SpreedlyToken
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData2
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.UxSettingsModel
 
openapiRequiredFields - Static variable in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
originalAmount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
originalAmount(Integer) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
originalAmount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
originalAmount(Integer) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
originalAmount(Double) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
originalAmount(Integer) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 

P

Pair - Class in com.konfigthis.splitit.client
 
Pair(String, String) - Constructor for class com.konfigthis.splitit.client.Pair
 
parameterToPair(String, Object) - Method in class com.konfigthis.splitit.client.ApiClient
Formats the specified query parameter to a list containing a single Pair object.
parameterToPairs(String, String, Collection) - Method in class com.konfigthis.splitit.client.ApiClient
Formats the specified collection query parameters to a list of Pair objects.
parameterToString(Object) - Method in class com.konfigthis.splitit.client.ApiClient
Format the given parameter object into string.
params(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
paymentMethod(PaymentMethodModel) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Set paymentMethod
paymentMethod(PaymentMethodModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
paymentMethod(PaymentMethodModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
paymentMethod(PaymentMethodModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
paymentMethod(PaymentMethodModel) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
PaymentMethodModel - Class in com.konfigthis.splitit.client.model
PaymentMethodModel
PaymentMethodModel() - Constructor for class com.konfigthis.splitit.client.model.PaymentMethodModel
 
PaymentMethodModel.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
PaymentMethodType - Enum in com.konfigthis.splitit.client.model
 
PaymentMethodType.Adapter - Class in com.konfigthis.splitit.client.model
 
PaymentPlanOptionModel - Class in com.konfigthis.splitit.client.model
PaymentPlanOptionModel
PaymentPlanOptionModel() - Constructor for class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
PaymentPlanOptionModel.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
paymentPlanOptions(List<PaymentPlanOptionModel>) - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
 
pendingAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
pendingAmount(Integer) - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
phoneNumber(String) - Method in class com.konfigthis.splitit.client.model.ShopperData
 
planData(PlanData) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.CheckEligibilityRequestBuilder
Set planData
planData(PlanDataModel) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Set planData
planData(PlanDataModel) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Set planData
planData(PlanData) - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
planData(PlanDataModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
planData(PlanDataModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
PlanData - Class in com.konfigthis.splitit.client.model
PlanData
PlanData() - Constructor for class com.konfigthis.splitit.client.model.PlanData
 
PlanData.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
PlanDataModel - Class in com.konfigthis.splitit.client.model
PlanDataModel
PlanDataModel() - Constructor for class com.konfigthis.splitit.client.model.PlanDataModel
 
PlanDataModel.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
PlanErrorResponse - Class in com.konfigthis.splitit.client.model
PlanErrorResponse
PlanErrorResponse() - Constructor for class com.konfigthis.splitit.client.model.PlanErrorResponse
 
PlanErrorResponse.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
PlanErrorResponseAllOf - Class in com.konfigthis.splitit.client.model
PlanErrorResponseAllOf
PlanErrorResponseAllOf() - Constructor for class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
 
PlanErrorResponseAllOf.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
planList(List<SearchInstallmentPlanResponseItem>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
 
PlanStatus - Enum in com.konfigthis.splitit.client.model
 
PlanStatus.Adapter - Class in com.konfigthis.splitit.client.model
 
post(Boolean, String, String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
post2(Boolean, Boolean, String, String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
prepareDownloadFile(Response) - Method in class com.konfigthis.splitit.client.ApiClient
Prepare file for download
privacyPolicy(String) - Method in class com.konfigthis.splitit.client.model.LinksData
 
privacyPolicyUrl(String) - Method in class com.konfigthis.splitit.client.model.LinksModel
 
processCookieParams(Map<String, String>, Request.Builder) - Method in class com.konfigthis.splitit.client.ApiClient
Set cookie parameters to the request builder, including default cookies.
processDateTime(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.Installment
 
processHeaderParams(Map<String, String>, Request.Builder) - Method in class com.konfigthis.splitit.client.ApiClient
Set header parameters to the request builder, including default headers.
processingData(ProcessingData) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Set processingData
processingData(ProcessingData) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Set processingData
processingData(ProcessingData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
processingData(ProcessingData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
processingData(ProcessingData2) - Method in class com.konfigthis.splitit.client.model.PlanData
 
ProcessingData - Class in com.konfigthis.splitit.client.model
ProcessingData
ProcessingData() - Constructor for class com.konfigthis.splitit.client.model.ProcessingData
 
ProcessingData.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
ProcessingData2 - Class in com.konfigthis.splitit.client.model
ProcessingData2
ProcessingData2() - Constructor for class com.konfigthis.splitit.client.model.ProcessingData2
 
ProcessingData2.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
ProgressRequestBody - Class in com.konfigthis.splitit.client
 
ProgressRequestBody(RequestBody, ApiCallback) - Constructor for class com.konfigthis.splitit.client.ProgressRequestBody
 
ProgressResponseBody - Class in com.konfigthis.splitit.client
 
ProgressResponseBody(ResponseBody, ApiCallback) - Constructor for class com.konfigthis.splitit.client.ProgressResponseBody
 
purchaseMethod(PurchaseMethod) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
purchaseMethod(PurchaseMethod) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
purchaseMethod(PurchaseMethod) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
purchaseMethod(PurchaseMethod) - Method in class com.konfigthis.splitit.client.model.PlanData
 
purchaseMethod(PurchaseMethod) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
PurchaseMethod - Enum in com.konfigthis.splitit.client.model
 
purchaseMethod(PurchaseMethod) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
PurchaseMethod.Adapter - Class in com.konfigthis.splitit.client.model
 
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.AddressData
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.CardData
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.Error
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.ErrorExtended
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.EventsEndpointsModel
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.GatewayTokenData
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.IdentifierContract
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.Installment
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.LinksData
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.LinksModel
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.MockerShopperToken
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.PlanData
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.ProcessingData
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.ProcessingData2
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.RefundModel
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.RefundSummary
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.ShopperData
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.SpreedlyToken
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.UxSettingsModel
Set the additional (undeclared) property with the specified name and value.
putAdditionalProperty(String, Object) - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
Set the additional (undeclared) property with the specified name and value.
putExtendedParamsItem(String, String) - Method in class com.konfigthis.splitit.client.model.IdentifierContract
 
putExtendedParamsItem(String, String) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
putExtendedParamsItem(String, String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
putExtendedParamsItem(String, String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
putExtendedParamsItem(String, String) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
putExtendedParamsItem(String, String) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
putExtraDataItem(String, String) - Method in class com.konfigthis.splitit.client.model.ErrorExtended
 
putExtraDataItem(String, String) - Method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
 
putParamsItem(String, String) - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
putTagsItem(String, String) - Method in class com.konfigthis.splitit.client.model.PlanData
 

R

read(JsonReader) - Method in class com.konfigthis.splitit.client.JSON.ByteArrayAdapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.JSON.DateTypeAdapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.JSON.LocalDateTypeAdapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.JSON.OffsetDateTimeTypeAdapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.JSON.SqlDateTypeAdapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.model.CardBrand.Adapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.model.CardType.Adapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.model.GwAuthorizationStatus.Adapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.model.InstallmentStatus.Adapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.model.PaymentMethodType.Adapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.model.PlanStatus.Adapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.model.PurchaseMethod.Adapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.model.RefundStatus.Adapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.model.RefundStrategy.Adapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.model.ShippingStatus.Adapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.model.ShippingStatus2.Adapter
 
read(JsonReader) - Method in class com.konfigthis.splitit.client.model.TestModes.Adapter
 
RedirectionEndpointsModel - Class in com.konfigthis.splitit.client.model
RedirectionEndpointsModel
RedirectionEndpointsModel() - Constructor for class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
RedirectionEndpointsModel.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
redirectUrls(RedirectionEndpointsModel) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Set redirectUrls
redirectUrls(InitiateRedirectionEndpointsModel) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Set redirectUrls
redirectUrls(RedirectionEndpointsModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
redirectUrls(InitiateRedirectionEndpointsModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.SearchRequestBuilder
Set refOrderNumber
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder
Set refOrderNumber
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrderRequestBuilder
Set refOrderNumber
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.IdentifierContract
 
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.PlanData
 
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
refOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
refund(double, String, String, String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
refundId(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
refundId(String) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
RefundModel - Class in com.konfigthis.splitit.client.model
RefundModel
RefundModel() - Constructor for class com.konfigthis.splitit.client.model.RefundModel
 
RefundModel.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
refunds(List<RefundModel>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
refunds(List<RefundModel>) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
RefundStatus - Enum in com.konfigthis.splitit.client.model
 
RefundStatus.Adapter - Class in com.konfigthis.splitit.client.model
 
refundStrategy(RefundStrategy) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.RefundRequestBuilder
Set refundStrategy
refundStrategy(RefundStrategy) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
 
RefundStrategy - Enum in com.konfigthis.splitit.client.model
 
RefundStrategy.Adapter - Class in com.konfigthis.splitit.client.model
 
RefundSummary - Class in com.konfigthis.splitit.client.model
RefundSummary
RefundSummary() - Constructor for class com.konfigthis.splitit.client.model.RefundSummary
 
RefundSummary.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
requestAfterHook(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], String, ApiClient) - Method in class com.konfigthis.splitit.client.ApiClientCustom
 
requestBeforeHook(String, String, String, List<Pair>, List<Pair>, Object, Map<String, String>, Map<String, String>, Map<String, Object>, String[], ApiClient) - Method in class com.konfigthis.splitit.client.ApiClientCustom
 
RetryingOAuth - Class in com.konfigthis.splitit.client.auth
 
RetryingOAuth(OkHttpClient, OAuthClientRequest.TokenRequestBuilder) - Constructor for class com.konfigthis.splitit.client.auth.RetryingOAuth
 
RetryingOAuth(OAuthClientRequest.TokenRequestBuilder) - Constructor for class com.konfigthis.splitit.client.auth.RetryingOAuth
 
RetryingOAuth(String, String, OAuthFlow, String, Map<String, String>) - Constructor for class com.konfigthis.splitit.client.auth.RetryingOAuth
 

S

sanitizeFilename(String) - Method in class com.konfigthis.splitit.client.ApiClient
Sanitize filename by removing path.
search(String, String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
SearchInstallmentPlanResponseItem - Class in com.konfigthis.splitit.client.model
SearchInstallmentPlanResponseItem
SearchInstallmentPlanResponseItem() - Constructor for class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SearchInstallmentPlanResponseItem.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
selectHeaderAccept(String[]) - Method in class com.konfigthis.splitit.client.ApiClient
Select the Accept header's value from the given accepts array: if JSON exists in the given array, use it; otherwise use all of them (joining into a string)
selectHeaderContentType(String[]) - Method in class com.konfigthis.splitit.client.ApiClient
Select the Content-Type header's value from the given array: if JSON exists in the given array, use it; otherwise use the first one of the array.
serialize(Object, String) - Method in class com.konfigthis.splitit.client.ApiClient
Serialize the given Java object into request body according to the object's class and the request Content-Type.
serialize(Object) - Static method in class com.konfigthis.splitit.client.JSON
Serialize the given Java object into JSON string.
SERIALIZED_NAME_ADDITIONAL_INFO - Static variable in class com.konfigthis.splitit.client.model.Error
 
SERIALIZED_NAME_ADDITIONAL_INFO - Static variable in class com.konfigthis.splitit.client.model.ErrorExtended
 
SERIALIZED_NAME_ADDRESS_LINE - Static variable in class com.konfigthis.splitit.client.model.AddressData
 
SERIALIZED_NAME_ADDRESS_LINE1 - Static variable in class com.konfigthis.splitit.client.model.AddressDataModel
 
SERIALIZED_NAME_ADDRESS_LINE2 - Static variable in class com.konfigthis.splitit.client.model.AddressData
 
SERIALIZED_NAME_ADDRESS_LINE2 - Static variable in class com.konfigthis.splitit.client.model.AddressDataModel
 
SERIALIZED_NAME_ALLOWED_INSTALLMENT_OPTIONS - Static variable in class com.konfigthis.splitit.client.model.PlanData
 
SERIALIZED_NAME_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
SERIALIZED_NAME_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.Installment
 
SERIALIZED_NAME_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
 
SERIALIZED_NAME_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_ATTEMPT3D_SECURE - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
SERIALIZED_NAME_ATTEMPT3D_SECURE - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
SERIALIZED_NAME_ATTEMPT_THREE_D_SECURED - Static variable in class com.konfigthis.splitit.client.model.ProcessingData
 
SERIALIZED_NAME_ATTEMPT_THREE_D_SECURED - Static variable in class com.konfigthis.splitit.client.model.ProcessingData2
 
SERIALIZED_NAME_AUTHORIZATION - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_AUTHORIZATION - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_AUTHORIZATION - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_AUTHORIZATION - Static variable in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
SERIALIZED_NAME_AUTHORIZATION_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
SERIALIZED_NAME_AUTHORIZE_FAILED - Static variable in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
SERIALIZED_NAME_AUTHORIZE_SUCCEEDED - Static variable in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
SERIALIZED_NAME_AUTO_CAPTURE - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
SERIALIZED_NAME_AUTO_CAPTURE - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
SERIALIZED_NAME_BILLING_ADDRESS - Static variable in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
SERIALIZED_NAME_BILLING_ADDRESS - Static variable in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
SERIALIZED_NAME_BILLING_ADDRESS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
SERIALIZED_NAME_BILLING_ADDRESS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_BILLING_ADDRESS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_BILLING_ADDRESS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
SERIALIZED_NAME_BILLING_ADDRESS - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_BLUESNAP_VAULTED_SHOPPER_TOKEN - Static variable in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
SERIALIZED_NAME_C_A_V_V - Static variable in class com.konfigthis.splitit.client.model.AuthorizationModel
 
SERIALIZED_NAME_C_A_V_V - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData
 
SERIALIZED_NAME_C_A_V_V - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData2
 
SERIALIZED_NAME_CANCEL - Static variable in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
SERIALIZED_NAME_CAPTURE - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
SERIALIZED_NAME_CAPTURE - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
SERIALIZED_NAME_CAPTURE - Static variable in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
SERIALIZED_NAME_CARD - Static variable in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
SERIALIZED_NAME_CARD_BRAND - Static variable in class com.konfigthis.splitit.client.model.CardData
 
SERIALIZED_NAME_CARD_CVV - Static variable in class com.konfigthis.splitit.client.model.CardData
 
SERIALIZED_NAME_CARD_DETAILS - Static variable in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
SERIALIZED_NAME_CARD_EXP_MONTH - Static variable in class com.konfigthis.splitit.client.model.CardData
 
SERIALIZED_NAME_CARD_EXP_YEAR - Static variable in class com.konfigthis.splitit.client.model.CardData
 
SERIALIZED_NAME_CARD_HOLDER_FULL_NAME - Static variable in class com.konfigthis.splitit.client.model.CardData
 
SERIALIZED_NAME_CARD_NUMBER - Static variable in class com.konfigthis.splitit.client.model.CardData
 
SERIALIZED_NAME_CARD_TYPE - Static variable in class com.konfigthis.splitit.client.model.CardData
 
SERIALIZED_NAME_CHECKOUT - Static variable in class com.konfigthis.splitit.client.model.LinksData
 
SERIALIZED_NAME_CHECKOUT_URL - Static variable in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
SERIALIZED_NAME_CITY - Static variable in class com.konfigthis.splitit.client.model.AddressData
 
SERIALIZED_NAME_CITY - Static variable in class com.konfigthis.splitit.client.model.AddressDataModel
 
SERIALIZED_NAME_CLIENT_REDIRECT_URL - Static variable in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
SERIALIZED_NAME_CODE - Static variable in class com.konfigthis.splitit.client.model.Error
 
SERIALIZED_NAME_CODE - Static variable in class com.konfigthis.splitit.client.model.ErrorExtended
 
SERIALIZED_NAME_COUNTRY - Static variable in class com.konfigthis.splitit.client.model.AddressData
 
SERIALIZED_NAME_COUNTRY - Static variable in class com.konfigthis.splitit.client.model.AddressDataModel
 
SERIALIZED_NAME_CREATE_SUCCEEDED - Static variable in class com.konfigthis.splitit.client.model.EventsEndpointsModel
 
SERIALIZED_NAME_CREDIT_REFUND_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
SERIALIZED_NAME_CREDIT_REFUND_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.RefundModel
 
SERIALIZED_NAME_CULTURE - Static variable in class com.konfigthis.splitit.client.model.ShopperData
 
SERIALIZED_NAME_CURRENCY - Static variable in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
SERIALIZED_NAME_CURRENCY - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_CURRENCY - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_CURRENCY - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
SERIALIZED_NAME_CURRENCY - Static variable in class com.konfigthis.splitit.client.model.PlanData
 
SERIALIZED_NAME_CURRENCY - Static variable in class com.konfigthis.splitit.client.model.PlanDataModel
 
SERIALIZED_NAME_CURRENCY - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_DATE - Static variable in class com.konfigthis.splitit.client.model.AuthorizationModel
 
SERIALIZED_NAME_DATE_CREATED - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_DATE_CREATED - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_DATE_CREATED - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_DIRECTORY_SERVER_TXN_ID - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData
 
SERIALIZED_NAME_DIRECTORY_SERVER_TXN_ID - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData2
 
SERIALIZED_NAME_DISPLAYED_INSTALLMENT_OPTIONS - Static variable in class com.konfigthis.splitit.client.model.UxSettingsModel
 
SERIALIZED_NAME_E_C_I - Static variable in class com.konfigthis.splitit.client.model.AuthorizationModel
 
SERIALIZED_NAME_E_C_I - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData
 
SERIALIZED_NAME_E_C_I - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData2
 
SERIALIZED_NAME_EMAIL - Static variable in class com.konfigthis.splitit.client.model.ShopperData
 
SERIALIZED_NAME_ERROR - Static variable in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
SERIALIZED_NAME_EVENTS_ENDPOINTS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
SERIALIZED_NAME_EVENTS_ENDPOINTS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
SERIALIZED_NAME_EXTENDED_PARAMS - Static variable in class com.konfigthis.splitit.client.model.IdentifierContract
 
SERIALIZED_NAME_EXTENDED_PARAMS - Static variable in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
SERIALIZED_NAME_EXTENDED_PARAMS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_EXTENDED_PARAMS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_EXTENDED_PARAMS - Static variable in class com.konfigthis.splitit.client.model.PlanDataModel
 
SERIALIZED_NAME_EXTENDED_PARAMS - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_EXTRA_DATA - Static variable in class com.konfigthis.splitit.client.model.ErrorExtended
 
SERIALIZED_NAME_EXTRA_DATA - Static variable in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
 
SERIALIZED_NAME_FAILED - Static variable in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
SERIALIZED_NAME_FAILED - Static variable in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
SERIALIZED_NAME_FAILED_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.RefundSummary
 
SERIALIZED_NAME_FIRST_INSTALLMENT_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
SERIALIZED_NAME_FIRST_INSTALLMENT_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.PlanData
 
SERIALIZED_NAME_FIRST_INSTALLMENT_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.PlanDataModel
 
SERIALIZED_NAME_FIRST_INSTALLMENT_DATE - Static variable in class com.konfigthis.splitit.client.model.PlanData
 
SERIALIZED_NAME_FIRST_INSTALLMENT_DATE - Static variable in class com.konfigthis.splitit.client.model.PlanDataModel
 
SERIALIZED_NAME_FULL_NAME - Static variable in class com.konfigthis.splitit.client.model.ShopperData
 
SERIALIZED_NAME_GATEWAY_RESULT_CODE - Static variable in class com.konfigthis.splitit.client.model.AuthorizationModel
 
SERIALIZED_NAME_GATEWAY_RESULT_MESSAGE - Static variable in class com.konfigthis.splitit.client.model.AuthorizationModel
 
SERIALIZED_NAME_GATEWAY_SOURCE_RESPONSE - Static variable in class com.konfigthis.splitit.client.model.AuthorizationModel
 
SERIALIZED_NAME_GATEWAY_TRANSACTION_I_D - Static variable in class com.konfigthis.splitit.client.model.AuthorizationModel
 
SERIALIZED_NAME_IDENTIFIER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
SERIALIZED_NAME_IDENTIFIER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
 
SERIALIZED_NAME_INSTALLMENT_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
SERIALIZED_NAME_INSTALLMENT_FREQUENCY - Static variable in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
SERIALIZED_NAME_INSTALLMENT_NUMBER - Static variable in class com.konfigthis.splitit.client.model.Installment
 
SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER - Static variable in class com.konfigthis.splitit.client.model.IdentifierContract
 
SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
 
SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER - Static variable in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER - Static variable in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
 
SERIALIZED_NAME_INSTALLMENT_PLAN_NUMBER - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_INSTALLMENT_PROVIDER - Static variable in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
 
SERIALIZED_NAME_INSTALLMENTS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_INSTALLMENTS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_INSTALLMENTS - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_IS_AUTHORIZED - Static variable in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
SERIALIZED_NAME_LAST4_DIGIT - Static variable in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
 
SERIALIZED_NAME_LAST4_DIGIT - Static variable in class com.konfigthis.splitit.client.model.GatewayTokenData
 
SERIALIZED_NAME_LAST4_DIGIT - Static variable in class com.konfigthis.splitit.client.model.MockerShopperToken
 
SERIALIZED_NAME_LAST4_DIGIT - Static variable in class com.konfigthis.splitit.client.model.SpreedlyToken
 
SERIALIZED_NAME_LAST_INSTALLMENT_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
SERIALIZED_NAME_LEARN_MORE - Static variable in class com.konfigthis.splitit.client.model.LinksData
 
SERIALIZED_NAME_LEARN_MORE_URL - Static variable in class com.konfigthis.splitit.client.model.LinksModel
 
SERIALIZED_NAME_LINKS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_LINKS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_LINKS - Static variable in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
SERIALIZED_NAME_LINKS - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_MESSAGE - Static variable in class com.konfigthis.splitit.client.model.Error
 
SERIALIZED_NAME_MESSAGE - Static variable in class com.konfigthis.splitit.client.model.ErrorExtended
 
SERIALIZED_NAME_MOCKER_SHOPPER_TOKEN - Static variable in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
SERIALIZED_NAME_NON_CREDIT_REFUND_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
SERIALIZED_NAME_NON_CREDIT_REFUND_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.RefundModel
 
SERIALIZED_NAME_NUMBER_OF_INSTALLMENTS - Static variable in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
SERIALIZED_NAME_NUMBER_OF_INSTALLMENTS - Static variable in class com.konfigthis.splitit.client.model.PlanData
 
SERIALIZED_NAME_NUMBER_OF_INSTALLMENTS - Static variable in class com.konfigthis.splitit.client.model.PlanDataModel
 
SERIALIZED_NAME_ORIGINAL_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_ORIGINAL_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_ORIGINAL_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_PARAMS - Static variable in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
SERIALIZED_NAME_PAYMENT_METHOD - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
SERIALIZED_NAME_PAYMENT_METHOD - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_PAYMENT_METHOD - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_PAYMENT_METHOD - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_PAYMENT_PLAN_OPTIONS - Static variable in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
 
SERIALIZED_NAME_PENDING_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.RefundSummary
 
SERIALIZED_NAME_PHONE_NUMBER - Static variable in class com.konfigthis.splitit.client.model.ShopperData
 
SERIALIZED_NAME_PLAN_DATA - Static variable in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
SERIALIZED_NAME_PLAN_DATA - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
SERIALIZED_NAME_PLAN_DATA - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
SERIALIZED_NAME_PLAN_LIST - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
 
SERIALIZED_NAME_PRIVACY_POLICY - Static variable in class com.konfigthis.splitit.client.model.LinksData
 
SERIALIZED_NAME_PRIVACY_POLICY_URL - Static variable in class com.konfigthis.splitit.client.model.LinksModel
 
SERIALIZED_NAME_PROCESS_DATE_TIME - Static variable in class com.konfigthis.splitit.client.model.Installment
 
SERIALIZED_NAME_PROCESSING_DATA - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
SERIALIZED_NAME_PROCESSING_DATA - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
SERIALIZED_NAME_PROCESSING_DATA - Static variable in class com.konfigthis.splitit.client.model.PlanData
 
SERIALIZED_NAME_PURCHASE_METHOD - Static variable in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
SERIALIZED_NAME_PURCHASE_METHOD - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_PURCHASE_METHOD - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_PURCHASE_METHOD - Static variable in class com.konfigthis.splitit.client.model.PlanData
 
SERIALIZED_NAME_PURCHASE_METHOD - Static variable in class com.konfigthis.splitit.client.model.PlanDataModel
 
SERIALIZED_NAME_PURCHASE_METHOD - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_REDIRECT_URLS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
SERIALIZED_NAME_REDIRECT_URLS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
SERIALIZED_NAME_REF_ORDER_NUMBER - Static variable in class com.konfigthis.splitit.client.model.IdentifierContract
 
SERIALIZED_NAME_REF_ORDER_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
SERIALIZED_NAME_REF_ORDER_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_REF_ORDER_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_REF_ORDER_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
SERIALIZED_NAME_REF_ORDER_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
SERIALIZED_NAME_REF_ORDER_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
SERIALIZED_NAME_REF_ORDER_NUMBER - Static variable in class com.konfigthis.splitit.client.model.PlanData
 
SERIALIZED_NAME_REF_ORDER_NUMBER - Static variable in class com.konfigthis.splitit.client.model.PlanDataModel
 
SERIALIZED_NAME_REF_ORDER_NUMBER - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_REF_ORDER_NUMBER - Static variable in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
SERIALIZED_NAME_REFUND_ID - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
SERIALIZED_NAME_REFUND_ID - Static variable in class com.konfigthis.splitit.client.model.RefundModel
 
SERIALIZED_NAME_REFUND_STRATEGY - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
 
SERIALIZED_NAME_REFUNDS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_REFUNDS - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_SHIPPING_STATUS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
SERIALIZED_NAME_SHIPPING_STATUS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
SERIALIZED_NAME_SHIPPING_STATUS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
SERIALIZED_NAME_SHIPPING_STATUS - Static variable in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
SERIALIZED_NAME_SHOPPER - Static variable in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
SERIALIZED_NAME_SHOPPER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
SERIALIZED_NAME_SHOPPER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_SHOPPER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_SHOPPER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
SERIALIZED_NAME_SHOPPER - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_SOFT_DESCRIPTOR - Static variable in class com.konfigthis.splitit.client.model.ProcessingData
 
SERIALIZED_NAME_SOFT_DESCRIPTOR - Static variable in class com.konfigthis.splitit.client.model.ProcessingData2
 
SERIALIZED_NAME_SPLITIT_ERROR_RESULT_CODE - Static variable in class com.konfigthis.splitit.client.model.AuthorizationModel
 
SERIALIZED_NAME_SPREEDLY_TOKEN - Static variable in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
SERIALIZED_NAME_STATE - Static variable in class com.konfigthis.splitit.client.model.AddressData
 
SERIALIZED_NAME_STATE - Static variable in class com.konfigthis.splitit.client.model.AddressDataModel
 
SERIALIZED_NAME_STATUS - Static variable in class com.konfigthis.splitit.client.model.AuthorizationModel
 
SERIALIZED_NAME_STATUS - Static variable in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
SERIALIZED_NAME_STATUS - Static variable in class com.konfigthis.splitit.client.model.Installment
 
SERIALIZED_NAME_STATUS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
SERIALIZED_NAME_STATUS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
SERIALIZED_NAME_STATUS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
SERIALIZED_NAME_STATUS - Static variable in class com.konfigthis.splitit.client.model.RefundModel
 
SERIALIZED_NAME_STATUS - Static variable in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
SERIALIZED_NAME_SUBMIT_DATE - Static variable in class com.konfigthis.splitit.client.model.RefundModel
 
SERIALIZED_NAME_SUCCEEDED - Static variable in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
SERIALIZED_NAME_SUCCEEDED - Static variable in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
SERIALIZED_NAME_SUCCEEDED_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.RefundSummary
 
SERIALIZED_NAME_SUMMARY - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
SERIALIZED_NAME_TAGS - Static variable in class com.konfigthis.splitit.client.model.PlanData
 
SERIALIZED_NAME_TERMINAL_ID - Static variable in class com.konfigthis.splitit.client.model.PlanData
 
SERIALIZED_NAME_TERMINAL_ID - Static variable in class com.konfigthis.splitit.client.model.PlanDataModel
 
SERIALIZED_NAME_TERMS_AND_CONDITIONS_ACCEPTED - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
SERIALIZED_NAME_TERMS_AND_CONDITIONS_BRIEF - Static variable in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
SERIALIZED_NAME_TERMS_AND_CONDITIONS_URL - Static variable in class com.konfigthis.splitit.client.model.LinksModel
 
SERIALIZED_NAME_TERMS_CONDITIONS - Static variable in class com.konfigthis.splitit.client.model.LinksData
 
SERIALIZED_NAME_THREE_D_S_DATA - Static variable in class com.konfigthis.splitit.client.model.ProcessingData
 
SERIALIZED_NAME_THREE_D_S_DATA - Static variable in class com.konfigthis.splitit.client.model.ProcessingData2
 
SERIALIZED_NAME_THREE_D_S_REDIRECT - Static variable in class com.konfigthis.splitit.client.model.AuthorizationModel
 
SERIALIZED_NAME_THREE_D_S_VERSION - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData
 
SERIALIZED_NAME_THREE_D_S_VERSION - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData2
 
SERIALIZED_NAME_TOKEN - Static variable in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
 
SERIALIZED_NAME_TOKEN - Static variable in class com.konfigthis.splitit.client.model.GatewayTokenData
 
SERIALIZED_NAME_TOKEN - Static variable in class com.konfigthis.splitit.client.model.MockerShopperToken
 
SERIALIZED_NAME_TOKEN - Static variable in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
SERIALIZED_NAME_TOKEN - Static variable in class com.konfigthis.splitit.client.model.SpreedlyToken
 
SERIALIZED_NAME_TOTAL_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.PlanData
 
SERIALIZED_NAME_TOTAL_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.PlanDataModel
 
SERIALIZED_NAME_TOTAL_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.RefundModel
 
SERIALIZED_NAME_TOTAL_AMOUNT - Static variable in class com.konfigthis.splitit.client.model.RefundSummary
 
SERIALIZED_NAME_TRACE_ID - Static variable in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
SERIALIZED_NAME_TRACKING_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
SERIALIZED_NAME_TRACKING_NUMBER - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
SERIALIZED_NAME_TRACKING_NUMBER - Static variable in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
SERIALIZED_NAME_TRANSACTION_ID - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData
 
SERIALIZED_NAME_TRANSACTION_ID - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData2
 
SERIALIZED_NAME_TYPE - Static variable in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
SERIALIZED_NAME_URL - Static variable in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
SERIALIZED_NAME_UX_SETTINGS - Static variable in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
SERIALIZED_NAME_VERB - Static variable in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
SERIALIZED_NAME_X_I_D - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData
 
SERIALIZED_NAME_X_I_D - Static variable in class com.konfigthis.splitit.client.model.ThreeDSData2
 
SERIALIZED_NAME_ZIP - Static variable in class com.konfigthis.splitit.client.model.AddressData
 
SERIALIZED_NAME_ZIP - Static variable in class com.konfigthis.splitit.client.model.AddressDataModel
 
ServerConfiguration - Class in com.konfigthis.splitit.client
Representing a Server configuration.
ServerConfiguration(String, String, Map<String, ServerVariable>) - Constructor for class com.konfigthis.splitit.client.ServerConfiguration
 
ServerVariable - Class in com.konfigthis.splitit.client
Representing a Server Variable for server URL template substitution.
ServerVariable(String, String, HashSet<String>) - Constructor for class com.konfigthis.splitit.client.ServerVariable
 
setAccessToken(String) - Method in class com.konfigthis.splitit.client.ApiClient
Helper method to set access token for the first OAuth2 authentication.
setAccessToken(String) - Method in class com.konfigthis.splitit.client.auth.OAuth
 
setActualInstance(Object) - Method in class com.konfigthis.splitit.client.model.AbstractOpenApiSchema
Set the actual instance
setAdditionalInfo(String) - Method in class com.konfigthis.splitit.client.model.Error
 
setAdditionalInfo(String) - Method in class com.konfigthis.splitit.client.model.ErrorExtended
 
setAddressLine(String) - Method in class com.konfigthis.splitit.client.model.AddressData
 
setAddressLine1(String) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
setAddressLine2(String) - Method in class com.konfigthis.splitit.client.model.AddressData
 
setAddressLine2(String) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
setAllowedInstallmentOptions(List<Integer>) - Method in class com.konfigthis.splitit.client.model.PlanData
 
setAmount(Double) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
setAmount(Double) - Method in class com.konfigthis.splitit.client.model.Installment
 
setAmount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setAmount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setAmount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
 
setAmount(Double) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setApiClient(ApiClient) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
setApiKey(String) - Method in class com.konfigthis.splitit.client.auth.ApiKeyAuth
 
setApiKeyPrefix(String) - Method in class com.konfigthis.splitit.client.auth.ApiKeyAuth
 
setAttempt3dSecure(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
setAttempt3dSecure(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
setAttemptThreeDSecured(Boolean) - Method in class com.konfigthis.splitit.client.model.ProcessingData
 
setAttemptThreeDSecured(Boolean) - Method in class com.konfigthis.splitit.client.model.ProcessingData2
 
setAuthorization(AuthorizationModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setAuthorization(AuthorizationModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setAuthorization(AuthorizationModel) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setAuthorization(AuthorizationModel) - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
setAuthorizationAmount(Double) - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
setAuthorizeFailed(String) - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
setAuthorizeSucceeded(String) - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
setAutoCapture(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
setAutoCapture(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
setBasePath(String) - Method in class com.konfigthis.splitit.client.ApiClient
Set base path
setBearerToken(String) - Method in class com.konfigthis.splitit.client.auth.HttpBearerAuth
Sets the token, which together with the scheme, will be sent as the value of the Authorization header.
setBillingAddress(AddressData) - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
setBillingAddress(AddressData) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
setBillingAddress(AddressDataModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
setBillingAddress(AddressData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setBillingAddress(AddressData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setBillingAddress(AddressDataModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
setBillingAddress(AddressData) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setBluesnapVaultedShopperToken(BluesnapVaultedShopperToken) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
setCancel(String) - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
setCapture(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
setCapture(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
setCapture(Boolean) - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
setCard(CardData) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
setCardBrand(CardBrand) - Method in class com.konfigthis.splitit.client.model.CardData
 
setCardCvv(String) - Method in class com.konfigthis.splitit.client.model.CardData
 
setCardDetails(CardData) - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
setCardExpMonth(String) - Method in class com.konfigthis.splitit.client.model.CardData
 
setCardExpYear(String) - Method in class com.konfigthis.splitit.client.model.CardData
 
setCardHolderFullName(String) - Method in class com.konfigthis.splitit.client.model.CardData
 
setCardNumber(String) - Method in class com.konfigthis.splitit.client.model.CardData
 
setCardType(CardType) - Method in class com.konfigthis.splitit.client.model.CardData
 
setCAVV(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
setCAVV(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
setCAVV(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
setCheckout(String) - Method in class com.konfigthis.splitit.client.model.LinksData
 
setCheckoutUrl(String) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
setCity(String) - Method in class com.konfigthis.splitit.client.model.AddressData
 
setCity(String) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
setClientRedirectUrl(String) - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
setCode(String) - Method in class com.konfigthis.splitit.client.model.Error
 
setCode(String) - Method in class com.konfigthis.splitit.client.model.ErrorExtended
 
setConnectTimeout(int) - Method in class com.konfigthis.splitit.client.ApiClient
Sets the connect timeout (in milliseconds).
setCountry(String) - Method in class com.konfigthis.splitit.client.model.AddressData
 
setCountry(String) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
setCreateSucceeded(String) - Method in class com.konfigthis.splitit.client.model.EventsEndpointsModel
 
setCreditRefundAmount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
setCreditRefundAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
setCulture(String) - Method in class com.konfigthis.splitit.client.model.ShopperData
 
setCurrency(String) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
setCurrency(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setCurrency(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setCurrency(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
setCurrency(String) - Method in class com.konfigthis.splitit.client.model.PlanData
 
setCurrency(String) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
setCurrency(String) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setCustomBaseUrl(String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
setDate(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
setDateCreated(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setDateCreated(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setDateCreated(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setDateFormat(DateFormat) - Method in class com.konfigthis.splitit.client.ApiClient
Setter for the field dateFormat.
setDateFormat(DateFormat) - Static method in class com.konfigthis.splitit.client.JSON
 
setDebugging(boolean) - Method in class com.konfigthis.splitit.client.ApiClient
Enable/disable debugging for this API client.
setDefaultApiClient(ApiClient) - Static method in class com.konfigthis.splitit.client.Configuration
Set the default API client, which would be used when creating API instances without providing an API client.
setDirectoryServerTxnId(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
setDirectoryServerTxnId(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
setDisplayedInstallmentOptions(List<Integer>) - Method in class com.konfigthis.splitit.client.model.UxSettingsModel
 
setECI(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
setECI(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
setECI(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
setEmail(String) - Method in class com.konfigthis.splitit.client.model.ShopperData
 
setError(ErrorExtended) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
setEventsEndpoints(EventsEndpointsModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
setEventsEndpoints(EventsEndpointsModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
setExtendedParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.IdentifierContract
 
setExtendedParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
setExtendedParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setExtendedParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setExtendedParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
setExtendedParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setExtraData(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.ErrorExtended
 
setExtraData(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
 
setFailed(String) - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
setFailed(String) - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
setFailedAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
setFirstInstallmentAmount(Double) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
setFirstInstallmentAmount(Double) - Method in class com.konfigthis.splitit.client.model.PlanData
 
setFirstInstallmentAmount(Double) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
setFirstInstallmentDate(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.PlanData
 
setFirstInstallmentDate(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
setFlow(OAuthFlow) - Method in class com.konfigthis.splitit.client.auth.RetryingOAuth
Set the OAuth flow
setFormat(DateFormat) - Method in class com.konfigthis.splitit.client.JSON.DateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class com.konfigthis.splitit.client.JSON.LocalDateTypeAdapter
 
setFormat(DateTimeFormatter) - Method in class com.konfigthis.splitit.client.JSON.OffsetDateTimeTypeAdapter
 
setFormat(DateFormat) - Method in class com.konfigthis.splitit.client.JSON.SqlDateTypeAdapter
 
setFullName(String) - Method in class com.konfigthis.splitit.client.model.ShopperData
 
setGatewayResultCode(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
setGatewayResultMessage(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
setGatewaySourceResponse(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
setGatewayTransactionID(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
setGson(Gson) - Static method in class com.konfigthis.splitit.client.JSON
Set Gson.
setHostIndex(int) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
setHttpClient(OkHttpClient) - Method in class com.konfigthis.splitit.client.ApiClient
Set HTTP client, which must never be null.
setIdentifier(IdentifierContract) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
setIdentifier(IdentifierContract) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
 
setInstallmentAmount(Double) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
setInstallmentFrequency(String) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
setInstallmentNumber(Integer) - Method in class com.konfigthis.splitit.client.model.Installment
 
setInstallmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.IdentifierContract
 
setInstallmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
setInstallmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
 
setInstallmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setInstallmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setInstallmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
setInstallmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
setInstallmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
setInstallmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
 
setInstallmentPlanNumber(String) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setInstallmentProvider(String) - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
 
setInstallments(List<Installment>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setInstallments(List<Installment>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setInstallments(List<Installment>) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setIsAuthorized(Boolean) - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
setJSON(JSON) - Method in class com.konfigthis.splitit.client.ApiClient
Set JSON
setKeyManagers(KeyManager[]) - Method in class com.konfigthis.splitit.client.ApiClient
Configure client keys to use for authorization in an SSL session.
setLast4Digit(String) - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
 
setLast4Digit(String) - Method in class com.konfigthis.splitit.client.model.GatewayTokenData
 
setLast4Digit(String) - Method in class com.konfigthis.splitit.client.model.MockerShopperToken
 
setLast4Digit(String) - Method in class com.konfigthis.splitit.client.model.SpreedlyToken
 
setLastInstallmentAmount(Double) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
setLearnMore(String) - Method in class com.konfigthis.splitit.client.model.LinksData
 
setLearnMoreUrl(String) - Method in class com.konfigthis.splitit.client.model.LinksModel
 
setLenientOnJson(boolean) - Method in class com.konfigthis.splitit.client.ApiClient
Set LenientOnJson.
setLenientOnJson(boolean) - Static method in class com.konfigthis.splitit.client.JSON
 
setLinks(LinksData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setLinks(LinksData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setLinks(LinksModel) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
setLinks(LinksData) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setLocalDateFormat(DateTimeFormatter) - Method in class com.konfigthis.splitit.client.ApiClient
Set LocalDateFormat.
setLocalDateFormat(DateTimeFormatter) - Static method in class com.konfigthis.splitit.client.JSON
 
setMessage(String) - Method in class com.konfigthis.splitit.client.model.Error
 
setMessage(String) - Method in class com.konfigthis.splitit.client.model.ErrorExtended
 
setMockerShopperToken(MockerShopperToken) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
setNonCreditRefundAmount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
setNonCreditRefundAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
setNumberOfInstallments(Integer) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
setNumberOfInstallments(Integer) - Method in class com.konfigthis.splitit.client.model.PlanData
 
setNumberOfInstallments(Integer) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
setOffsetDateTimeFormat(DateTimeFormatter) - Method in class com.konfigthis.splitit.client.ApiClient
Set OffsetDateTimeFormat.
setOffsetDateTimeFormat(DateTimeFormatter) - Static method in class com.konfigthis.splitit.client.JSON
 
setOriginalAmount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setOriginalAmount(Double) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setOriginalAmount(Double) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setParams(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
setPassword(String) - Method in class com.konfigthis.splitit.client.ApiClient
Helper method to set password for the first HTTP basic authentication.
setPassword(String) - Method in class com.konfigthis.splitit.client.auth.HttpBasicAuth
 
setPaymentMethod(PaymentMethodModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
setPaymentMethod(PaymentMethodModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setPaymentMethod(PaymentMethodModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setPaymentMethod(PaymentMethodModel) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setPaymentPlanOptions(List<PaymentPlanOptionModel>) - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
 
setPendingAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
setPhoneNumber(String) - Method in class com.konfigthis.splitit.client.model.ShopperData
 
setPlanData(PlanData) - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
setPlanData(PlanDataModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
setPlanData(PlanDataModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
setPlanList(List<SearchInstallmentPlanResponseItem>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
 
setPrivacyPolicy(String) - Method in class com.konfigthis.splitit.client.model.LinksData
 
setPrivacyPolicyUrl(String) - Method in class com.konfigthis.splitit.client.model.LinksModel
 
setProcessDateTime(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.Installment
 
setProcessingData(ProcessingData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
setProcessingData(ProcessingData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
setProcessingData(ProcessingData2) - Method in class com.konfigthis.splitit.client.model.PlanData
 
setPurchaseMethod(PurchaseMethod) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
setPurchaseMethod(PurchaseMethod) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setPurchaseMethod(PurchaseMethod) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setPurchaseMethod(PurchaseMethod) - Method in class com.konfigthis.splitit.client.model.PlanData
 
setPurchaseMethod(PurchaseMethod) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
setPurchaseMethod(PurchaseMethod) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setReadTimeout(int) - Method in class com.konfigthis.splitit.client.ApiClient
Sets the read timeout (in milliseconds).
setRedirectUrls(RedirectionEndpointsModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
setRedirectUrls(InitiateRedirectionEndpointsModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
setRefOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.IdentifierContract
 
setRefOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
setRefOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setRefOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setRefOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
setRefOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
setRefOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
setRefOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.PlanData
 
setRefOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
setRefOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setRefOrderNumber(String) - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
setRefundId(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
setRefundId(String) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
setRefunds(List<RefundModel>) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setRefunds(List<RefundModel>) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setRefundStrategy(RefundStrategy) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
 
setShippingStatus(ShippingStatus2) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
setShippingStatus(ShippingStatus2) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
setShippingStatus(ShippingStatus) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
setShippingStatus(ShippingStatus) - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
setShopper(ShopperData) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
setShopper(ShopperData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
setShopper(ShopperData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setShopper(ShopperData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setShopper(ShopperData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
setShopper(ShopperData) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setSoftDescriptor(String) - Method in class com.konfigthis.splitit.client.model.ProcessingData
 
setSoftDescriptor(String) - Method in class com.konfigthis.splitit.client.model.ProcessingData2
 
setSplititErrorResultCode(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
setSpreedlyToken(SpreedlyToken) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
setSqlDateFormat(DateFormat) - Method in class com.konfigthis.splitit.client.ApiClient
Set SqlDateFormat.
setSqlDateFormat(DateFormat) - Static method in class com.konfigthis.splitit.client.JSON
 
setSslCaCert(InputStream) - Method in class com.konfigthis.splitit.client.ApiClient
Configure the CA certificate to be trusted when making https requests.
setState(String) - Method in class com.konfigthis.splitit.client.model.AddressData
 
setState(String) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
setStatus(GwAuthorizationStatus) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
setStatus(PlanStatus) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
setStatus(InstallmentStatus) - Method in class com.konfigthis.splitit.client.model.Installment
 
setStatus(PlanStatus) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
setStatus(PlanStatus) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
setStatus(PlanStatus) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
setStatus(RefundStatus) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
setStatus(PlanStatus) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
setSubmitDate(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
setSucceeded(String) - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
setSucceeded(String) - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
setSucceededAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
setSummary(RefundSummary) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
setTags(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.PlanData
 
setTempFolderPath(String) - Method in class com.konfigthis.splitit.client.ApiClient
Set the temporary folder path (for downloading files)
setTerminalId(String) - Method in class com.konfigthis.splitit.client.model.PlanData
 
setTerminalId(String) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
setTermsAndConditionsAccepted(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
setTermsAndConditionsBrief(String) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
setTermsAndConditionsUrl(String) - Method in class com.konfigthis.splitit.client.model.LinksModel
 
setTermsConditions(String) - Method in class com.konfigthis.splitit.client.model.LinksData
 
setThreeDSData(ThreeDSData) - Method in class com.konfigthis.splitit.client.model.ProcessingData
 
setThreeDSData(ThreeDSData2) - Method in class com.konfigthis.splitit.client.model.ProcessingData2
 
setThreeDSRedirect(ThreeDsRedirectDataV3) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
setThreeDSVersion(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
setThreeDSVersion(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
setToken(String) - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
 
setToken(String) - Method in class com.konfigthis.splitit.client.model.GatewayTokenData
 
setToken(String) - Method in class com.konfigthis.splitit.client.model.MockerShopperToken
 
setToken(String) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
setToken(String) - Method in class com.konfigthis.splitit.client.model.SpreedlyToken
 
setTokenRequestBuilder(OAuthClientRequest.TokenRequestBuilder) - Method in class com.konfigthis.splitit.client.auth.RetryingOAuth
Sets the token request builder
setTokenUrl(String) - Method in class com.konfigthis.splitit.client.ApiClient
Set token url
setTotalAmount(Double) - Method in class com.konfigthis.splitit.client.model.PlanData
 
setTotalAmount(Double) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
setTotalAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
setTotalAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
setTraceId(String) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
setTrackingNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
setTrackingNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
setTrackingNumber(String) - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
setTransactionId(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
setTransactionId(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
setType(PaymentMethodType) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
setUrl(String) - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
setUserAgent(String) - Method in class com.konfigthis.splitit.client.ApiClient
Set the User-Agent header's value (by adding to the default header map).
setUsername(String) - Method in class com.konfigthis.splitit.client.ApiClient
Helper method to set username for the first HTTP basic authentication.
setUsername(String) - Method in class com.konfigthis.splitit.client.auth.HttpBasicAuth
 
setUxSettings(UxSettingsModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
setVerb(String) - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
setVerifyingSsl(boolean) - Method in class com.konfigthis.splitit.client.ApiClient
Configure whether to verify certificate and hostname when making https requests.
setWriteTimeout(int) - Method in class com.konfigthis.splitit.client.ApiClient
Sets the write timeout (in milliseconds).
setXID(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
setXID(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
setZip(String) - Method in class com.konfigthis.splitit.client.model.AddressData
 
setZip(String) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
shippingStatus(ShippingStatus2) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder
Set shippingStatus
shippingStatus(ShippingStatus) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrderRequestBuilder
Set shippingStatus
shippingStatus(ShippingStatus2) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
shippingStatus(ShippingStatus2) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
shippingStatus(ShippingStatus) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
ShippingStatus - Enum in com.konfigthis.splitit.client.model
 
shippingStatus(ShippingStatus) - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
ShippingStatus.Adapter - Class in com.konfigthis.splitit.client.model
 
ShippingStatus2 - Enum in com.konfigthis.splitit.client.model
 
ShippingStatus2.Adapter - Class in com.konfigthis.splitit.client.model
 
shopper(ShopperData) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Set shopper
shopper(ShopperData) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Set shopper
shopper(ShopperData) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
shopper(ShopperData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
shopper(ShopperData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
shopper(ShopperData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
shopper(ShopperData) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
shopper(ShopperData) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
ShopperData - Class in com.konfigthis.splitit.client.model
ShopperData
ShopperData() - Constructor for class com.konfigthis.splitit.client.model.ShopperData
 
ShopperData.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
shutdown() - Method in class com.konfigthis.splitit.client.auth.OAuthOkHttpClient
 
softDescriptor(String) - Method in class com.konfigthis.splitit.client.model.ProcessingData
 
softDescriptor(String) - Method in class com.konfigthis.splitit.client.model.ProcessingData2
 
source() - Method in class com.konfigthis.splitit.client.ProgressResponseBody
 
Splitit - Class in com.konfigthis.splitit.client
 
Splitit() - Constructor for class com.konfigthis.splitit.client.Splitit
 
Splitit(Configuration) - Constructor for class com.konfigthis.splitit.client.Splitit
 
splititclientinfo(String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Set splititclientinfo
splititclientinfo(String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Set splititclientinfo
splititErrorResultCode(String) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
spreedlyToken(SpreedlyToken) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
SpreedlyToken - Class in com.konfigthis.splitit.client.model
SpreedlyToken
SpreedlyToken() - Constructor for class com.konfigthis.splitit.client.model.SpreedlyToken
 
SpreedlyToken.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
SqlDateTypeAdapter() - Constructor for class com.konfigthis.splitit.client.JSON.SqlDateTypeAdapter
 
SqlDateTypeAdapter(DateFormat) - Constructor for class com.konfigthis.splitit.client.JSON.SqlDateTypeAdapter
 
state(String) - Method in class com.konfigthis.splitit.client.model.AddressData
 
state(String) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
status(GwAuthorizationStatus) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
status(PlanStatus) - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
status(InstallmentStatus) - Method in class com.konfigthis.splitit.client.model.Installment
 
status(PlanStatus) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
status(PlanStatus) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
status(PlanStatus) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
status(RefundStatus) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
status(PlanStatus) - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
StringUtil - Class in com.konfigthis.splitit.client
 
StringUtil() - Constructor for class com.konfigthis.splitit.client.StringUtil
 
submitDate(OffsetDateTime) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
succeeded(String) - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
succeeded(String) - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
succeededAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
succeededAmount(Integer) - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
summary(RefundSummary) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 

T

tags(Map<String, String>) - Method in class com.konfigthis.splitit.client.model.PlanData
 
terminalId(String) - Method in class com.konfigthis.splitit.client.model.PlanData
 
terminalId(String) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
termsAndConditionsAccepted(Boolean) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
termsAndConditionsBrief(String) - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
termsAndConditionsUrl(String) - Method in class com.konfigthis.splitit.client.model.LinksModel
 
termsConditions(String) - Method in class com.konfigthis.splitit.client.model.LinksData
 
TestModes - Enum in com.konfigthis.splitit.client.model
 
TestModes.Adapter - Class in com.konfigthis.splitit.client.model
 
threeDSData(ThreeDSData) - Method in class com.konfigthis.splitit.client.model.ProcessingData
 
threeDSData(ThreeDSData2) - Method in class com.konfigthis.splitit.client.model.ProcessingData2
 
ThreeDSData - Class in com.konfigthis.splitit.client.model
ThreeDSData
ThreeDSData() - Constructor for class com.konfigthis.splitit.client.model.ThreeDSData
 
ThreeDSData.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
ThreeDSData2 - Class in com.konfigthis.splitit.client.model
ThreeDSData2
ThreeDSData2() - Constructor for class com.konfigthis.splitit.client.model.ThreeDSData2
 
ThreeDSData2.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
threeDSRedirect(ThreeDsRedirectDataV3) - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
ThreeDsRedirectDataV3 - Class in com.konfigthis.splitit.client.model
ThreeDsRedirectDataV3
ThreeDsRedirectDataV3() - Constructor for class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
ThreeDsRedirectDataV3.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
threeDSVersion(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
threeDSVersion(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
toJson() - Method in class com.konfigthis.splitit.client.model.AddressData
Convert an instance of AddressData to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.AddressDataModel
Convert an instance of AddressDataModel to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
Convert an instance of AuthorizationModel to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
Convert an instance of BluesnapVaultedShopperToken to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.CardData
Convert an instance of CardData to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
Convert an instance of CheckInstallmentsEligibilityRequest to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.Error
Convert an instance of Error to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.ErrorExtended
Convert an instance of ErrorExtended to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
Convert an instance of ErrorExtendedAllOf to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.EventsEndpointsModel
Convert an instance of EventsEndpointsModel to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.GatewayTokenData
Convert an instance of GatewayTokenData to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.IdentifierContract
Convert an instance of IdentifierContract to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Convert an instance of InitiatePlanResponse to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
Convert an instance of InitiateRedirectionEndpointsModel to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.Installment
Convert an instance of Installment to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
Convert an instance of InstallmentPlanCancelResponse to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Convert an instance of InstallmentPlanCreateRequest to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Convert an instance of InstallmentPlanCreateResponse to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Convert an instance of InstallmentPlanGetResponse to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Convert an instance of InstallmentPlanInitiateRequest to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
Convert an instance of InstallmentPlanRefundRequest to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
Convert an instance of InstallmentPlanRefundResponse to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
Convert an instance of InstallmentPlanSearchResponse to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
Convert an instance of InstallmentPlanUpdateRequest to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
Convert an instance of InstallmentPlanUpdateRequestByIdentifier to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
Convert an instance of InstallmentPlanUpdateRequestByIdentifierAllOf to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
Convert an instance of InstallmentPlanUpdateResponse to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
Convert an instance of InstallmentsEligibilityResponse to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.LinksData
Convert an instance of LinksData to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.LinksModel
Convert an instance of LinksModel to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.MockerShopperToken
Convert an instance of MockerShopperToken to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
Convert an instance of PaymentMethodModel to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
Convert an instance of PaymentPlanOptionModel to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.PlanData
Convert an instance of PlanData to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.PlanDataModel
Convert an instance of PlanDataModel to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
Convert an instance of PlanErrorResponse to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
Convert an instance of PlanErrorResponseAllOf to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.ProcessingData
Convert an instance of ProcessingData to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.ProcessingData2
Convert an instance of ProcessingData2 to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
Convert an instance of RedirectionEndpointsModel to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.RefundModel
Convert an instance of RefundModel to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.RefundSummary
Convert an instance of RefundSummary to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Convert an instance of SearchInstallmentPlanResponseItem to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.ShopperData
Convert an instance of ShopperData to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.SpreedlyToken
Convert an instance of SpreedlyToken to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.ThreeDSData
Convert an instance of ThreeDSData to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
Convert an instance of ThreeDSData2 to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
Convert an instance of ThreeDsRedirectDataV3 to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
Convert an instance of UpdateOrderRequest to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.UxSettingsModel
Convert an instance of UxSettingsModel to an JSON string
toJson() - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
Convert an instance of VerifyAuthorizationResponse to an JSON string
token(String) - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
 
token(String) - Method in class com.konfigthis.splitit.client.model.GatewayTokenData
 
token(String) - Method in class com.konfigthis.splitit.client.model.MockerShopperToken
 
token(String) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
token(String) - Method in class com.konfigthis.splitit.client.model.SpreedlyToken
 
tokenUrl - Variable in class com.konfigthis.splitit.client.Configuration
 
toString() - Method in class com.konfigthis.splitit.client.model.AbstractOpenApiSchema
 
toString() - Method in class com.konfigthis.splitit.client.model.AddressData
 
toString() - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
toString() - Method in class com.konfigthis.splitit.client.model.AuthorizationModel
 
toString() - Method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
 
toString() - Method in enum com.konfigthis.splitit.client.model.CardBrand
 
toString() - Method in class com.konfigthis.splitit.client.model.CardData
 
toString() - Method in enum com.konfigthis.splitit.client.model.CardType
 
toString() - Method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
 
toString() - Method in class com.konfigthis.splitit.client.model.Error
 
toString() - Method in class com.konfigthis.splitit.client.model.ErrorExtended
 
toString() - Method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
 
toString() - Method in class com.konfigthis.splitit.client.model.EventsEndpointsModel
 
toString() - Method in class com.konfigthis.splitit.client.model.GatewayTokenData
 
toString() - Method in enum com.konfigthis.splitit.client.model.GwAuthorizationStatus
 
toString() - Method in class com.konfigthis.splitit.client.model.IdentifierContract
 
toString() - Method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
 
toString() - Method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
 
toString() - Method in class com.konfigthis.splitit.client.model.Installment
 
toString() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
 
toString() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
 
toString() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
 
toString() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
 
toString() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
toString() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
 
toString() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
 
toString() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
 
toString() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
toString() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
toString() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
 
toString() - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
 
toString() - Method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
 
toString() - Method in enum com.konfigthis.splitit.client.model.InstallmentStatus
 
toString() - Method in class com.konfigthis.splitit.client.model.LinksData
 
toString() - Method in class com.konfigthis.splitit.client.model.LinksModel
 
toString() - Method in class com.konfigthis.splitit.client.model.MockerShopperToken
 
toString() - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 
toString() - Method in enum com.konfigthis.splitit.client.model.PaymentMethodType
 
toString() - Method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
 
toString() - Method in class com.konfigthis.splitit.client.model.PlanData
 
toString() - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
toString() - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
toString() - Method in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
 
toString() - Method in enum com.konfigthis.splitit.client.model.PlanStatus
 
toString() - Method in class com.konfigthis.splitit.client.model.ProcessingData
 
toString() - Method in class com.konfigthis.splitit.client.model.ProcessingData2
 
toString() - Method in enum com.konfigthis.splitit.client.model.PurchaseMethod
 
toString() - Method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
 
toString() - Method in class com.konfigthis.splitit.client.model.RefundModel
 
toString() - Method in enum com.konfigthis.splitit.client.model.RefundStatus
 
toString() - Method in enum com.konfigthis.splitit.client.model.RefundStrategy
 
toString() - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
toString() - Method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
 
toString() - Method in enum com.konfigthis.splitit.client.model.ShippingStatus
 
toString() - Method in enum com.konfigthis.splitit.client.model.ShippingStatus2
 
toString() - Method in class com.konfigthis.splitit.client.model.ShopperData
 
toString() - Method in class com.konfigthis.splitit.client.model.SpreedlyToken
 
toString() - Method in enum com.konfigthis.splitit.client.model.TestModes
 
toString() - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
toString() - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
toString() - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
toString() - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
toString() - Method in class com.konfigthis.splitit.client.model.UxSettingsModel
 
toString() - Method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
totalAmount(Double) - Method in class com.konfigthis.splitit.client.model.PlanData
 
totalAmount(Integer) - Method in class com.konfigthis.splitit.client.model.PlanData
 
totalAmount(Double) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
totalAmount(Integer) - Method in class com.konfigthis.splitit.client.model.PlanDataModel
 
totalAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
totalAmount(Integer) - Method in class com.konfigthis.splitit.client.model.RefundModel
 
totalAmount(Double) - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
totalAmount(Integer) - Method in class com.konfigthis.splitit.client.model.RefundSummary
 
traceId(String) - Method in class com.konfigthis.splitit.client.model.PlanErrorResponse
 
trackingNumber(String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrder2RequestBuilder
Set trackingNumber
trackingNumber(String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.UpdateOrderRequestBuilder
Set trackingNumber
trackingNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
 
trackingNumber(String) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
 
trackingNumber(String) - Method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
transactionId(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
transactionId(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
type(PaymentMethodType) - Method in class com.konfigthis.splitit.client.model.PaymentMethodModel
 

U

updateAccessToken(String) - Method in class com.konfigthis.splitit.client.auth.RetryingOAuth
Returns true if the access token has been updated
updateOrder(String, String, String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
updateOrder2(String, String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
UpdateOrderRequest - Class in com.konfigthis.splitit.client.model
UpdateOrderRequest
UpdateOrderRequest() - Constructor for class com.konfigthis.splitit.client.model.UpdateOrderRequest
 
UpdateOrderRequest.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
updateParamsForAuth(String[], List<Pair>, Map<String, String>, Map<String, String>, String, String) - Method in class com.konfigthis.splitit.client.ApiClient
Update query and header parameters based on authentication settings.
url(String) - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
URL - Variable in class com.konfigthis.splitit.client.ServerConfiguration
 
URL(Map<String, String>) - Method in class com.konfigthis.splitit.client.ServerConfiguration
Format URL template using given variables.
URL() - Method in class com.konfigthis.splitit.client.ServerConfiguration
Format URL template using default server variables.
uxSettings(UxSettingsModel) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Set uxSettings
uxSettings(UxSettingsModel) - Method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
 
UxSettingsModel - Class in com.konfigthis.splitit.client.model
UxSettingsModel
UxSettingsModel() - Constructor for class com.konfigthis.splitit.client.model.UxSettingsModel
 
UxSettingsModel.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 

V

validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.AddressData
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.AddressDataModel
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.AuthorizationModel
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.BluesnapVaultedShopperToken
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.CardData
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.CheckInstallmentsEligibilityRequest
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.Error
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.ErrorExtended
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.ErrorExtendedAllOf
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.EventsEndpointsModel
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.GatewayTokenData
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.IdentifierContract
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InitiatePlanResponse
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InitiateRedirectionEndpointsModel
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.Installment
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanCancelResponse
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateRequest
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanCreateResponse
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanGetResponse
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanInitiateRequest
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundRequest
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanRefundResponse
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanSearchResponse
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequest
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifier
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateRequestByIdentifierAllOf
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InstallmentPlanUpdateResponse
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.InstallmentsEligibilityResponse
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.LinksData
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.LinksModel
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.MockerShopperToken
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.PaymentMethodModel
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.PaymentPlanOptionModel
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.PlanData
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.PlanDataModel
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.PlanErrorResponse
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.PlanErrorResponseAllOf
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.ProcessingData
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.ProcessingData2
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.RedirectionEndpointsModel
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.RefundModel
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.RefundSummary
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.SearchInstallmentPlanResponseItem
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.ShopperData
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.SpreedlyToken
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.ThreeDSData
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.ThreeDSData2
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.UpdateOrderRequest
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.UxSettingsModel
Validates the JSON Object and throws an exception if issues found
validateJsonObject(JsonObject) - Static method in class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
Validates the JSON Object and throws an exception if issues found
valueOf(String) - Static method in enum com.konfigthis.splitit.client.auth.OAuthFlow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.konfigthis.splitit.client.model.CardBrand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.konfigthis.splitit.client.model.CardType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.konfigthis.splitit.client.model.GwAuthorizationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.konfigthis.splitit.client.model.InstallmentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.konfigthis.splitit.client.model.PaymentMethodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.konfigthis.splitit.client.model.PlanStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.konfigthis.splitit.client.model.PurchaseMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.konfigthis.splitit.client.model.RefundStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.konfigthis.splitit.client.model.RefundStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.konfigthis.splitit.client.model.ShippingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.konfigthis.splitit.client.model.ShippingStatus2
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.konfigthis.splitit.client.model.TestModes
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.konfigthis.splitit.client.auth.OAuthFlow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.konfigthis.splitit.client.model.CardBrand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.konfigthis.splitit.client.model.CardType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.konfigthis.splitit.client.model.GwAuthorizationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.konfigthis.splitit.client.model.InstallmentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.konfigthis.splitit.client.model.PaymentMethodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.konfigthis.splitit.client.model.PlanStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.konfigthis.splitit.client.model.PurchaseMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.konfigthis.splitit.client.model.RefundStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.konfigthis.splitit.client.model.RefundStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.konfigthis.splitit.client.model.ShippingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.konfigthis.splitit.client.model.ShippingStatus2
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.konfigthis.splitit.client.model.TestModes
Returns an array containing the constants of this enum type, in the order they are declared.
variables - Variable in class com.konfigthis.splitit.client.ServerConfiguration
 
verb(String) - Method in class com.konfigthis.splitit.client.model.ThreeDsRedirectDataV3
 
verifyAuthorization(String, String, String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated
 
VerifyAuthorizationResponse - Class in com.konfigthis.splitit.client.model
VerifyAuthorizationResponse
VerifyAuthorizationResponse() - Constructor for class com.konfigthis.splitit.client.model.VerifyAuthorizationResponse
 
VerifyAuthorizationResponse.CustomTypeAdapterFactory - Class in com.konfigthis.splitit.client.model
 
verifyingSsl - Variable in class com.konfigthis.splitit.client.Configuration
 

W

write(JsonWriter, byte[]) - Method in class com.konfigthis.splitit.client.JSON.ByteArrayAdapter
 
write(JsonWriter, Date) - Method in class com.konfigthis.splitit.client.JSON.DateTypeAdapter
 
write(JsonWriter, LocalDate) - Method in class com.konfigthis.splitit.client.JSON.LocalDateTypeAdapter
 
write(JsonWriter, OffsetDateTime) - Method in class com.konfigthis.splitit.client.JSON.OffsetDateTimeTypeAdapter
 
write(JsonWriter, Date) - Method in class com.konfigthis.splitit.client.JSON.SqlDateTypeAdapter
 
write(JsonWriter, CardBrand) - Method in class com.konfigthis.splitit.client.model.CardBrand.Adapter
 
write(JsonWriter, CardType) - Method in class com.konfigthis.splitit.client.model.CardType.Adapter
 
write(JsonWriter, GwAuthorizationStatus) - Method in class com.konfigthis.splitit.client.model.GwAuthorizationStatus.Adapter
 
write(JsonWriter, InstallmentStatus) - Method in class com.konfigthis.splitit.client.model.InstallmentStatus.Adapter
 
write(JsonWriter, PaymentMethodType) - Method in class com.konfigthis.splitit.client.model.PaymentMethodType.Adapter
 
write(JsonWriter, PlanStatus) - Method in class com.konfigthis.splitit.client.model.PlanStatus.Adapter
 
write(JsonWriter, PurchaseMethod) - Method in class com.konfigthis.splitit.client.model.PurchaseMethod.Adapter
 
write(JsonWriter, RefundStatus) - Method in class com.konfigthis.splitit.client.model.RefundStatus.Adapter
 
write(JsonWriter, RefundStrategy) - Method in class com.konfigthis.splitit.client.model.RefundStrategy.Adapter
 
write(JsonWriter, ShippingStatus) - Method in class com.konfigthis.splitit.client.model.ShippingStatus.Adapter
 
write(JsonWriter, ShippingStatus2) - Method in class com.konfigthis.splitit.client.model.ShippingStatus2.Adapter
 
write(JsonWriter, TestModes) - Method in class com.konfigthis.splitit.client.model.TestModes.Adapter
 
writeTo(BufferedSink) - Method in class com.konfigthis.splitit.client.ProgressRequestBody
 

X

XID(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData
 
XID(String) - Method in class com.konfigthis.splitit.client.model.ThreeDSData2
 
xSplititTestMode(String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.Post2RequestBuilder
Set xSplititTestMode
xSplititTestMode(String) - Method in class com.konfigthis.splitit.client.api.InstallmentPlanApiGenerated.PostRequestBuilder
Set xSplititTestMode

Z

zip(String) - Method in class com.konfigthis.splitit.client.model.AddressData
 
zip(String) - Method in class com.konfigthis.splitit.client.model.AddressDataModel
 
A B C D E F G H I J L M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2023. All rights reserved.