Class InitSessionRequest

java.lang.Object
com.broadleafcommerce.myfatoorah.domain.InitSessionRequest

public class InitSessionRequest extends Object
This component represents the required request parameter for init-session endpoint of MyFatoorah.
Author:
Divyank Chavan.
See Also:
  • Constructor Details

    • InitSessionRequest

      public InitSessionRequest()
  • Method Details

    • getCustomerIdentifier

      public String 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

      public 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. If current user is logged-in, then we are populating customerId in to this field. Otherwise, this field will be empty.