- DccCardSource - Class in com.onlinepayments.domain
-
- DccCardSource() - Constructor for class com.onlinepayments.domain.DccCardSource
-
- DccProposal - Class in com.onlinepayments.domain
-
Details of currency conversion to be proposed to the cardholder
- DccProposal() - Constructor for class com.onlinepayments.domain.DccProposal
-
- DeclinedPaymentException - Exception in com.onlinepayments
-
Represents an error response from a create payment call.
- DeclinedPaymentException(int, String, PaymentErrorResponse) - Constructor for exception com.onlinepayments.DeclinedPaymentException
-
- DeclinedPayoutException - Exception in com.onlinepayments
-
Represents an error response from a payout call.
- DeclinedPayoutException(int, String, PayoutErrorResponse) - Constructor for exception com.onlinepayments.DeclinedPayoutException
-
- DeclinedRefundException - Exception in com.onlinepayments
-
Represents an error response from a refund call.
- DeclinedRefundException(int, String, RefundErrorResponse) - Constructor for exception com.onlinepayments.DeclinedRefundException
-
- DeclinedTransactionException - Exception in com.onlinepayments
-
Represents an error response from a create payment, payout or refund call.
- DeclinedTransactionException(int, String, String, List<APIError>) - Constructor for exception com.onlinepayments.DeclinedTransactionException
-
- DeclinedTransactionException(String, int, String, String, List<APIError>) - Constructor for exception com.onlinepayments.DeclinedTransactionException
-
- DecryptedPaymentData - Class in com.onlinepayments.domain
-
The payment data if you do the decryption of the encrypted payment data yourself.
- DecryptedPaymentData() - Constructor for class com.onlinepayments.domain.DecryptedPaymentData
-
- DEFAULT_CONNECT_TIMEOUT - Static variable in class com.onlinepayments.CommunicatorConfiguration
-
- DEFAULT_CONNECTION_REQUEST_TIMEOUT - Static variable in class com.onlinepayments.CommunicatorConfiguration
-
- DEFAULT_HTTPS_PROTOCOLS - Static variable in class com.onlinepayments.CommunicatorConfiguration
-
The default HTTPS protocols.
- DEFAULT_MAX_CONNECTIONS - Static variable in class com.onlinepayments.CommunicatorConfiguration
-
The default number of maximum connections.
- DEFAULT_SOCKET_TIMEOUT - Static variable in class com.onlinepayments.CommunicatorConfiguration
-
- DefaultAuthenticator - Class in com.onlinepayments.defaultimpl
-
- DefaultAuthenticator(String, String) - Constructor for class com.onlinepayments.defaultimpl.DefaultAuthenticator
-
- DefaultAuthenticator(String, String, AuthorizationType) - Constructor for class com.onlinepayments.defaultimpl.DefaultAuthenticator
-
- DefaultCommunicator - Class in com.onlinepayments.defaultimpl
-
Used to communicate with the Online Payments platform web services.
- DefaultCommunicator(URI, Connection, Authenticator, MetaDataProvider, Marshaller) - Constructor for class com.onlinepayments.defaultimpl.DefaultCommunicator
-
- DefaultConnection - Class in com.onlinepayments.defaultimpl
-
- DefaultConnection() - Constructor for class com.onlinepayments.defaultimpl.DefaultConnection
-
- DefaultConnection(int, int) - Constructor for class com.onlinepayments.defaultimpl.DefaultConnection
-
Creates a new connection with the given connect and socket timeouts, default connection request timeout, the default number of maximum connections, no proxy and the default HTTPS protocols.
- DefaultConnection(int, int, int) - Constructor for class com.onlinepayments.defaultimpl.DefaultConnection
-
Creates a new connection with the given timeouts, the default number of maximum connections, no proxy and the default HTTPS protocols.
- DefaultConnection(int, int, int, int) - Constructor for class com.onlinepayments.defaultimpl.DefaultConnection
-
Creates a new connection with the given timeouts and number of maximum connections, no proxy and the default HTTPS protocols.
- DefaultConnection(int, int, int, ProxyConfiguration) - Constructor for class com.onlinepayments.defaultimpl.DefaultConnection
-
Creates a new connection with the given timeouts and proxy configuration, the default number of maximum connections and the default HTTPS protocols.
- DefaultConnection(int, int, int, int, ProxyConfiguration) - Constructor for class com.onlinepayments.defaultimpl.DefaultConnection
-
Creates a new connection with the given timeouts, number of maximum connections and proxy configuration, and the default HTTPS protocols.
- DefaultConnection(int, int, int, int, ProxyConfiguration, Set<String>) - Constructor for class com.onlinepayments.defaultimpl.DefaultConnection
-
Creates a new connection with the given timeouts, number of maximum connections, proxy configuration and HTTPS protocols.
- DefaultConnection(int, int, int, int, ProxyConfiguration, SSLConnectionSocketFactory) - Constructor for class com.onlinepayments.defaultimpl.DefaultConnection
-
Creates a new connection with the given timeouts, number of maximum connections, proxy configuration and SSL connection socket factory.
- DefaultMarshaller - Class in com.onlinepayments.defaultimpl
-
- DefaultMarshaller() - Constructor for class com.onlinepayments.defaultimpl.DefaultMarshaller
-
- delete(String, List<RequestHeader>, ParamRequest, Class<O>, CallContext) - Method in interface com.onlinepayments.Communicator
-
Corresponds to the HTTP DELETE method.
- delete(URI, List<RequestHeader>, ResponseHandler<R>) - Method in interface com.onlinepayments.Connection
-
Send a DELETE request to the Online Payments platform.
- delete(String, List<RequestHeader>, ParamRequest, Class<O>, CallContext) - Method in class com.onlinepayments.defaultimpl.DefaultCommunicator
-
Corresponds to the HTTP DELETE method.
- delete(URI, List<RequestHeader>, ResponseHandler<R>) - Method in class com.onlinepayments.defaultimpl.DefaultConnection
-
- deleteToken(String) - Method in class com.onlinepayments.merchant.tokens.TokensClient
-
Resource /v2/{merchantId}/tokens/{tokenId}
- Delete token
- deleteToken(String, CallContext) - Method in class com.onlinepayments.merchant.tokens.TokensClient
-
Resource /v2/{merchantId}/tokens/{tokenId}
- Delete token
- deleteToken(String) - Method in interface com.onlinepayments.merchant.tokens.TokensClientInterface
-
Resource /v2/{merchantId}/tokens/{tokenId}
- Delete token
- deleteToken(String, CallContext) - Method in interface com.onlinepayments.merchant.tokens.TokensClientInterface
-
Resource /v2/{merchantId}/tokens/{tokenId}
- Delete token
- DirectoryEntry - Class in com.onlinepayments.domain
-
- DirectoryEntry() - Constructor for class com.onlinepayments.domain.DirectoryEntry
-
- disableLogging() - Method in class com.onlinepayments.Client
-
- disableLogging() - Method in class com.onlinepayments.defaultimpl.DefaultCommunicator
-
- disableLogging() - Method in class com.onlinepayments.defaultimpl.DefaultConnection
-
- disableLogging() - Method in interface com.onlinepayments.logging.LoggingCapable
-
Turns off logging.
- Discount - Class in com.onlinepayments.domain
-
Object to apply a discount to the total basket by adding a discount line.
- Discount() - Constructor for class com.onlinepayments.domain.Discount
-