java.lang.Object
com.logicommerce.sdk.models.WebhookResponseImpl
- All Implemented Interfaces:
WebhookResponse
WebhookResponse Implementation
- Since:
- 2.4.0
- Author:
- LogiCommerce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMessage.getType()Get payment validate response type.
NO_DATA,
XML,
JSON: for a json response type.voidsetMessage(String message) voidsetType(WebhookResponseType type)
-
Constructor Details
-
WebhookResponseImpl
public WebhookResponseImpl() -
WebhookResponseImpl
-
-
Method Details
-
getMessage
Description copied from interface:WebhookResponsegetMessage.
- Specified by:
getMessagein interfaceWebhookResponse- Returns:
- a
Stringobject
-
setMessage
-
getType
Description copied from interface:WebhookResponseGet payment validate response type.
NO_DATA,
XML,
JSON: for a json response type.- Specified by:
getTypein interfaceWebhookResponse- Returns:
- a
WebhookResponseTypeobject
-
setType
-