Class InitSessionRequest
java.lang.Object
com.broadleafcommerce.myfatoorah.domain.InitSessionRequest
This component represents the required request parameter for init-session endpoint of MyFatoorah.
- Author:
- Divyank Chavan.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe customerIdentifier field in the MyFatoorah init-session endpoint is used to identify the customer who is initiating the payment session.void
setCustomerIdentifier
(String customerIdentifier) The customerIdentifier field in the MyFatoorah init-session endpoint is used to identify the customer who is initiating the payment session.
-
Constructor Details
-
InitSessionRequest
public InitSessionRequest()
-
-
Method Details
-
getCustomerIdentifier
The customerIdentifier field in the MyFatoorah init-session endpoint is used to identify the customer who is initiating the payment session. If current user is logged-in, then we are populating customerId in to this field. Otherwise, this field will be empty. -
setCustomerIdentifier
The customerIdentifier field in the MyFatoorah init-session endpoint is used to identify the customer who is initiating the payment session. If current user is logged-in, then we are populating customerId in to this field. Otherwise, this field will be empty.
-