- AccountOnFile - Class in com.onlinepayments.domain
-
- AccountOnFile() - Constructor for class com.onlinepayments.domain.AccountOnFile
-
- AccountOnFileAttribute - Class in com.onlinepayments.domain
-
Array containing the details of the stored token
- AccountOnFileAttribute() - Constructor for class com.onlinepayments.domain.AccountOnFileAttribute
-
- AccountOnFileDisplayHints - Class in com.onlinepayments.domain
-
Object containing information for the client on how best to display this field
- AccountOnFileDisplayHints() - Constructor for class com.onlinepayments.domain.AccountOnFileDisplayHints
-
- AcquirerInformation - Class in com.onlinepayments.domain
-
Information about the acquirer used to process the transaction
- AcquirerInformation() - Constructor for class com.onlinepayments.domain.AcquirerInformation
-
- addGenericHeaders(String, URI, List<RequestHeader>, CallContext) - Method in class com.onlinepayments.defaultimpl.DefaultCommunicator
-
Adds the necessary headers to the given list of headers.
- addHeader(String, String) - Method in class com.onlinepayments.logging.LogMessageBuilder
-
- addHeaders(HttpRequestBase, List<RequestHeader>) - Method in class com.onlinepayments.defaultimpl.DefaultConnection
-
- addHide(String) - Method in class com.onlinepayments.merchant.productgroups.GetProductGroupParams
-
Allows you to hide elements from the response, reducing the amount of data that needs to be returned to your client.
- addHide(String) - Method in class com.onlinepayments.merchant.productgroups.GetProductGroupsParams
-
Allows you to hide elements from the response, reducing the amount of data that needs to be returned to your client.
- addHide(String) - Method in class com.onlinepayments.merchant.products.GetPaymentProductParams
-
Allows you to hide elements from the response, reducing the amount of data that needs to be returned to your client.
- addHide(String) - Method in class com.onlinepayments.merchant.products.GetPaymentProductsParams
-
Allows you to hide elements from the response, reducing the amount of data that needs to be returned to your client.
- AdditionalOrderInput - Class in com.onlinepayments.domain
-
Object containing additional input on the order
- AdditionalOrderInput() - Constructor for class com.onlinepayments.domain.AdditionalOrderInput
-
- Address - Class in com.onlinepayments.domain
-
Object containing billing address details
- Address() - Constructor for class com.onlinepayments.domain.Address
-
- AddressPersonal - Class in com.onlinepayments.domain
-
Object containing address information
- AddressPersonal() - Constructor for class com.onlinepayments.domain.AddressPersonal
-
- AirlineData - Class in com.onlinepayments.domain
-
Object that holds airline specific data
- AirlineData() - Constructor for class com.onlinepayments.domain.AirlineData
-
- AirlineFlightLeg - Class in com.onlinepayments.domain
-
Object that holds the data on the individual legs of the ticket
- AirlineFlightLeg() - Constructor for class com.onlinepayments.domain.AirlineFlightLeg
-
- AirlinePassenger - Class in com.onlinepayments.domain
-
- AirlinePassenger() - Constructor for class com.onlinepayments.domain.AirlinePassenger
-
- AmountBreakdown - Class in com.onlinepayments.domain
-
Determines the type of the amount.
- AmountBreakdown() - Constructor for class com.onlinepayments.domain.AmountBreakdown
-
- AmountOfMoney - Class in com.onlinepayments.domain
-
Object containing amount and ISO currency code attributes
- AmountOfMoney() - Constructor for class com.onlinepayments.domain.AmountOfMoney
-
- API_VERSION - Static variable in class com.onlinepayments.Client
-
- APIError - Class in com.onlinepayments.domain
-
Contains detailed information on one single error.
- APIError() - Constructor for class com.onlinepayments.domain.APIError
-
- ApiException - Exception in com.onlinepayments
-
Represents an error response from the Online Payments platform which contains an ID and a list of errors.
- ApiException(int, String, String, List<APIError>) - Constructor for exception com.onlinepayments.ApiException
-
- ApiException(String, int, String, String, List<APIError>) - Constructor for exception com.onlinepayments.ApiException
-
- ApiResource - Class in com.onlinepayments
-
Base class of all Online Payments platform API resources.
- ApiResource(ApiResource, Map<String, String>) - Constructor for class com.onlinepayments.ApiResource
-
- ApiResource(Communicator, String, Map<String, String>) - Constructor for class com.onlinepayments.ApiResource
-
- ApiVersionMismatchException - Exception in com.onlinepayments.webhooks
-
Represents an error because a webhooks event has an API version that this version of the SDK does not support.
- ApiVersionMismatchException(String, String) - Constructor for exception com.onlinepayments.webhooks.ApiVersionMismatchException
-
- Authenticator - Interface in com.onlinepayments
-
Used to sign requests to the Online Payments platform.
- AuthorizationException - Exception in com.onlinepayments
-
Represents an error response from the Online Payments platform when authorization failed.
- AuthorizationException(int, String, String, List<APIError>) - Constructor for exception com.onlinepayments.AuthorizationException
-
- AuthorizationException(String, int, String, String, List<APIError>) - Constructor for exception com.onlinepayments.AuthorizationException
-
- AuthorizationType - Enum in com.onlinepayments.defaultimpl
-