Class LoyaltyAccountCommonData

java.lang.Object
com.sap.retail.sapppspricing.swagger.businessobject.dto.LoyaltyAccountCommonData

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2022-09-26T19:16:22.658615400+05:30[Asia/Calcutta]") public class LoyaltyAccountCommonData extends Object
LoyaltyAccountCommonData
  • Constructor Details

    • LoyaltyAccountCommonData

      public LoyaltyAccountCommonData()
  • Method Details

    • customerID

      public LoyaltyAccountCommonData customerID(String customerID)
    • getCustomerID

      public String getCustomerID()
      Identifies the customer of the loyalty account. Must be set, but currently the value is not used.
      Returns:
      customerID
    • setCustomerID

      public void setCustomerID(String customerID)
    • loyaltyProgram

      public LoyaltyAccountCommonData loyaltyProgram(List<LoyaltyAccountType> loyaltyProgram)
    • addLoyaltyProgramItem

      public LoyaltyAccountCommonData addLoyaltyProgramItem(LoyaltyAccountType loyaltyProgramItem)
    • getLoyaltyProgram

      public List<LoyaltyAccountType> getLoyaltyProgram()
      List of loyalty programs to which this customer is assigned for this loyalty account.
      Returns:
      loyaltyProgram
    • setLoyaltyProgram

      public void setLoyaltyProgram(List<LoyaltyAccountType> loyaltyProgram)
    • customerIsEmployeeFlag

      public LoyaltyAccountCommonData customerIsEmployeeFlag(Boolean customerIsEmployeeFlag)
    • isCustomerIsEmployeeFlag

      public Boolean isCustomerIsEmployeeFlag()
      Indicates if the specified customer is also an employee. Currently not used.
      Returns:
      customerIsEmployeeFlag
    • setCustomerIsEmployeeFlag

      public void setCustomerIsEmployeeFlag(Boolean customerIsEmployeeFlag)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object