- validate(byte[], List<RequestHeader>) - Method in class com.onlinepayments.webhooks.WebhooksHelper
-
Validates the given body using the given request headers.
- validate(String, List<RequestHeader>) - Method in class com.onlinepayments.webhooks.WebhooksHelper
-
Validates the given body using the given request headers.
- ValidationException - Exception in com.onlinepayments
-
Represents an error response from the Online Payments platform when validation of requests failed.
- ValidationException(int, String, String, List<APIError>) - Constructor for exception com.onlinepayments.ValidationException
-
- ValidationException(String, int, String, String, List<APIError>) - Constructor for exception com.onlinepayments.ValidationException
-
- ValueMappingElement - Class in com.onlinepayments.domain
-
An array of values and displayNames that should be used to populate the list object in the GUI
- ValueMappingElement() - Constructor for class com.onlinepayments.domain.ValueMappingElement
-
- ValueObfuscator - Class in com.onlinepayments.logging
-
- ValueObfuscator() - Constructor for class com.onlinepayments.logging.ValueObfuscator
-
- valueOf(String) - Static method in enum com.onlinepayments.defaultimpl.AuthorizationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.onlinepayments.defaultimpl.AuthorizationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.