- RangeValidator - Class in com.onlinepayments.domain
-
- RangeValidator() - Constructor for class com.onlinepayments.domain.RangeValidator
-
- RateDetails - Class in com.onlinepayments.domain
-
- RateDetails() - Constructor for class com.onlinepayments.domain.RateDetails
-
- RedirectData - Class in com.onlinepayments.domain
-
Object containing all data needed to redirect the customer
- RedirectData() - Constructor for class com.onlinepayments.domain.RedirectData
-
- RedirectionData - Class in com.onlinepayments.domain
-
Object containing browser specific redirection related data
- RedirectionData() - Constructor for class com.onlinepayments.domain.RedirectionData
-
- RedirectPaymentMethodSpecificInput - Class in com.onlinepayments.domain
-
Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal
- RedirectPaymentMethodSpecificInput() - Constructor for class com.onlinepayments.domain.RedirectPaymentMethodSpecificInput
-
- RedirectPaymentMethodSpecificOutput - Class in com.onlinepayments.domain
-
Object containing the redirect payment product details
- RedirectPaymentMethodSpecificOutput() - Constructor for class com.onlinepayments.domain.RedirectPaymentMethodSpecificOutput
-
- RedirectPaymentProduct3306SpecificInput - Class in com.onlinepayments.domain
-
Object containing specific input required for Klarna payments (Payment product ID 3306)
- RedirectPaymentProduct3306SpecificInput() - Constructor for class com.onlinepayments.domain.RedirectPaymentProduct3306SpecificInput
-
- RedirectPaymentProduct5406SpecificInput - Class in com.onlinepayments.domain
-
Object containing specific input for EPS payments (Payment product ID 5406)
- RedirectPaymentProduct5406SpecificInput() - Constructor for class com.onlinepayments.domain.RedirectPaymentProduct5406SpecificInput
-
- RedirectPaymentProduct5408SpecificInput - Class in com.onlinepayments.domain
-
Object containing specific input for Account to Account payments (Payment product ID 5408)
- RedirectPaymentProduct5408SpecificInput() - Constructor for class com.onlinepayments.domain.RedirectPaymentProduct5408SpecificInput
-
- RedirectPaymentProduct809SpecificInput - Class in com.onlinepayments.domain
-
Object containing specific input required for iDeal payments (Payment product ID 809)
- RedirectPaymentProduct809SpecificInput() - Constructor for class com.onlinepayments.domain.RedirectPaymentProduct809SpecificInput
-
- RedirectPaymentProduct840SpecificInput - Class in com.onlinepayments.domain
-
Object containing specific input required for PayPal payments (Payment product ID 840)
- RedirectPaymentProduct840SpecificInput() - Constructor for class com.onlinepayments.domain.RedirectPaymentProduct840SpecificInput
-
- ReferenceException - Exception in com.onlinepayments
-
Represents an error response from the Online Payments platform when a non-existing or removed object is trying to be accessed.
- ReferenceException(int, String, String, List<APIError>) - Constructor for exception com.onlinepayments.ReferenceException
-
- ReferenceException(String, int, String, String, List<APIError>) - Constructor for exception com.onlinepayments.ReferenceException
-
- RefundCardMethodSpecificOutput - Class in com.onlinepayments.domain
-
- RefundCardMethodSpecificOutput() - Constructor for class com.onlinepayments.domain.RefundCardMethodSpecificOutput
-
- RefundErrorResponse - Class in com.onlinepayments.domain
-
- RefundErrorResponse() - Constructor for class com.onlinepayments.domain.RefundErrorResponse
-
- RefundEWalletMethodSpecificOutput - Class in com.onlinepayments.domain
-
- RefundEWalletMethodSpecificOutput() - Constructor for class com.onlinepayments.domain.RefundEWalletMethodSpecificOutput
-
- RefundMobileMethodSpecificOutput - Class in com.onlinepayments.domain
-
- RefundMobileMethodSpecificOutput() - Constructor for class com.onlinepayments.domain.RefundMobileMethodSpecificOutput
-
- RefundOutput - Class in com.onlinepayments.domain
-
Object containing refund details
- RefundOutput() - Constructor for class com.onlinepayments.domain.RefundOutput
-
- refundPayment(String, RefundRequest) - Method in class com.onlinepayments.merchant.payments.PaymentsClient
-
Resource /v2/{merchantId}/payments/{paymentId}/refund
- Refund payment
- refundPayment(String, RefundRequest, CallContext) - Method in class com.onlinepayments.merchant.payments.PaymentsClient
-
Resource /v2/{merchantId}/payments/{paymentId}/refund
- Refund payment
- refundPayment(String, RefundRequest) - Method in interface com.onlinepayments.merchant.payments.PaymentsClientInterface
-
Resource /v2/{merchantId}/payments/{paymentId}/refund
- Refund payment
- refundPayment(String, RefundRequest, CallContext) - Method in interface com.onlinepayments.merchant.payments.PaymentsClientInterface
-
Resource /v2/{merchantId}/payments/{paymentId}/refund
- Refund payment
- RefundPaymentProduct840CustomerAccount - Class in com.onlinepayments.domain
-
- RefundPaymentProduct840CustomerAccount() - Constructor for class com.onlinepayments.domain.RefundPaymentProduct840CustomerAccount
-
- RefundPaymentProduct840SpecificOutput - Class in com.onlinepayments.domain
-
- RefundPaymentProduct840SpecificOutput() - Constructor for class com.onlinepayments.domain.RefundPaymentProduct840SpecificOutput
-
- RefundRedirectMethodSpecificOutput - Class in com.onlinepayments.domain
-
- RefundRedirectMethodSpecificOutput() - Constructor for class com.onlinepayments.domain.RefundRedirectMethodSpecificOutput
-
- RefundRequest - Class in com.onlinepayments.domain
-
- RefundRequest() - Constructor for class com.onlinepayments.domain.RefundRequest
-
- RefundResponse - Class in com.onlinepayments.domain
-
This object has the numeric representation of the current refund status, timestamp of last status change and performable action on the current refund resource.
- RefundResponse() - Constructor for class com.onlinepayments.domain.RefundResponse
-
- RefundsResponse - Class in com.onlinepayments.domain
-
- RefundsResponse() - Constructor for class com.onlinepayments.domain.RefundsResponse
-
- RegularExpressionValidator - Class in com.onlinepayments.domain
-
- RegularExpressionValidator() - Constructor for class com.onlinepayments.domain.RegularExpressionValidator
-
- removeSecretKey(String) - Method in class com.onlinepayments.webhooks.InMemorySecretKeyStore
-
Removes the secret key for the given key id.
- requestConfig - Variable in class com.onlinepayments.defaultimpl.DefaultConnection
-
- RequestHeader - Class in com.onlinepayments
-
A single request header.
- RequestHeader(String, String) - Constructor for class com.onlinepayments.RequestHeader
-
- requestId() - Method in class com.onlinepayments.logging.LogMessageBuilder
-
- RequestLogMessageBuilder - Class in com.onlinepayments.logging
-
A utility class to build request log messages.
- RequestLogMessageBuilder(String, String, String) - Constructor for class com.onlinepayments.logging.RequestLogMessageBuilder
-
- RequestParam - Class in com.onlinepayments
-
A single request parameter.
- RequestParam(String, String) - Constructor for class com.onlinepayments.RequestParam
-
- ResponseException - Exception in com.onlinepayments
-
Thrown when a response was received from the Online Payments platform which indicates an error.
- ResponseException(int, String, List<ResponseHeader>) - Constructor for exception com.onlinepayments.ResponseException
-
- ResponseHandler<R> - Interface in com.onlinepayments
-
An interface for handling responses from the Online Payments platform.
- ResponseHeader - Class in com.onlinepayments
-
A single response header.
- ResponseHeader(String, String) - Constructor for class com.onlinepayments.ResponseHeader
-
- ResponseLogMessageBuilder - Class in com.onlinepayments.logging
-
A utility class to build request log messages.
- ResponseLogMessageBuilder(String, int) - Constructor for class com.onlinepayments.logging.ResponseLogMessageBuilder
-
- ResponseLogMessageBuilder(String, int, long) - Constructor for class com.onlinepayments.logging.ResponseLogMessageBuilder
-
- revokeMandate(String) - Method in class com.onlinepayments.merchant.mandates.MandatesClient
-
Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/revoke
- Revoke mandate
- revokeMandate(String, CallContext) - Method in class com.onlinepayments.merchant.mandates.MandatesClient
-
Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/revoke
- Revoke mandate
- revokeMandate(String) - Method in interface com.onlinepayments.merchant.mandates.MandatesClientInterface
-
Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/revoke
- Revoke mandate
- revokeMandate(String, CallContext) - Method in interface com.onlinepayments.merchant.mandates.MandatesClientInterface
-
Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/revoke
- Revoke mandate