- unblockMandate(String) - Method in class com.onlinepayments.merchant.mandates.MandatesClient
-
Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/unblock
- Unblock mandate
- unblockMandate(String, CallContext) - Method in class com.onlinepayments.merchant.mandates.MandatesClient
-
Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/unblock
- Unblock mandate
- unblockMandate(String) - Method in interface com.onlinepayments.merchant.mandates.MandatesClientInterface
-
Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/unblock
- Unblock mandate
- unblockMandate(String, CallContext) - Method in interface com.onlinepayments.merchant.mandates.MandatesClientInterface
-
Resource /v2/{merchantId}/mandates/{uniqueMandateReference}/unblock
- Unblock mandate
- unmarshal(String, Class<T>) - Method in class com.onlinepayments.defaultimpl.DefaultMarshaller
-
- unmarshal(InputStream, Class<T>) - Method in class com.onlinepayments.defaultimpl.DefaultMarshaller
-
- unmarshal(String, Class<T>) - Method in interface com.onlinepayments.Marshaller
-
Unmarshal a JSON string to a response object.
- unmarshal(InputStream, Class<T>) - Method in interface com.onlinepayments.Marshaller
-
Unmarshal a JSON stream to a response object.
- unmarshal(InputStream, List<RequestHeader>) - Method in class com.onlinepayments.webhooks.WebhooksHelper
-
Unmarshals the given input stream that contains the body,
while also validating its contents using the given request headers.
- unmarshal(byte[], List<RequestHeader>) - Method in class com.onlinepayments.webhooks.WebhooksHelper
-
Unmarshals the given body, while also validating it using the given request headers.
- unmarshal(String, List<RequestHeader>) - Method in class com.onlinepayments.webhooks.WebhooksHelper
-
Unmarshals the given body, while also validating it using the given request headers.
- updateContext(List<ResponseHeader>, CallContext) - Method in class com.onlinepayments.defaultimpl.DefaultCommunicator
-
Updates the given call context based on the contents of the given response.