Class CartApprovalProcessRequest


  • public class CartApprovalProcessRequest
    extends Object
    Request DTO used for providing information for the cart approval flows, such as submitting cart for approval or rejecting cart.
    • Constructor Detail

      • CartApprovalProcessRequest

        public CartApprovalProcessRequest()
    • Method Detail

      • getComment

        public String getComment()
        A comment a user wishes to include with this action.
        Returns:
        a comment a user wishes to include with this action
      • getAdditionalAttributes

        public Map<String,​Object> getAdditionalAttributes()
        Miscellaneous attributes that can be added to this request in order to provide more information.
        Returns:
        Miscellaneous attributes that can be added to this request in order to provide more information.
      • setComment

        public void setComment​(String comment)
        A comment a user wishes to include with this action.
        Parameters:
        comment - a comment a user wishes to include with this action
      • setAdditionalAttributes

        public void setAdditionalAttributes​(Map<String,​Object> additionalAttributes)
        Miscellaneous attributes that can be added to this request in order to provide more information.
        Parameters:
        additionalAttributes - Miscellaneous attributes that can be added to this request in order to provide more information.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object