Class LoyaltyMembershipQCCodeCriteria

    • Constructor Detail

      • LoyaltyMembershipQCCodeCriteria

        public LoyaltyMembershipQCCodeCriteria()
        Default constructor required for JSON deserialization.
      • LoyaltyMembershipQCCodeCriteria

        public LoyaltyMembershipQCCodeCriteria​(String code)
        Constructs a new search criteria instance with the given loyalty system code.
        Parameters:
        code - The unique loyalty membership code.
    • Method Detail

      • getCode

        public String getCode()
        Retrieves the unique loyalty membership code.
        Returns:
        The loyalty system code.
      • setCode

        public void setCode​(String code)
        Sets the unique loyalty membership code.
        Parameters:
        code - The loyalty system code to set.
      • getCriteriaType

        public String getCriteriaType()
        Retrieves the criteria type for this search implementation.
        Specified by:
        getCriteriaType in interface SearchCriteria
        Returns:
        A string representing the type of search criteria.
      • toString

        public String toString()
        Returns a string representation of this object.
        Overrides:
        toString in class Object
        Returns:
        A formatted string with the loyalty membership code.