Class InitSessionResponse
java.lang.Object
com.broadleafcommerce.myfatoorah.domain.InitSessionResponse
- All Implemented Interfaces:
Serializable
Purpose of this component is to represent MyFatoorah init-session endpoint response. From
init-session response we are using sessionId for initiating user session with MyFatoorah.
To check each field we can refer below link.
- Author:
- Divyank Chavan.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
boolean
void
void
setMessage
(String message) void
setSuccess
(boolean isSuccess) void
setValidationErrors
(List<InitSessionResponse.ValidationError> validationErrors)
-
Constructor Details
-
InitSessionResponse
public InitSessionResponse()
-
-
Method Details
-
setSuccess
public void setSuccess(boolean isSuccess) -
setMessage
-
setValidationErrors
-
setData
-
isSuccess
public boolean isSuccess() -
getMessage
-
getValidationErrors
-
getData
-