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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLoyaltyProgramItem(LoyaltyAccountType loyaltyProgramItem) customerID(String customerID) customerIsEmployeeFlag(Boolean customerIsEmployeeFlag) booleanIdentifies the customer of the loyalty account.List of loyalty programs to which this customer is assigned for this loyalty account.inthashCode()Indicates if the specified customer is also an employee.loyaltyProgram(List<LoyaltyAccountType> loyaltyProgram) voidsetCustomerID(String customerID) voidsetCustomerIsEmployeeFlag(Boolean customerIsEmployeeFlag) voidsetLoyaltyProgram(List<LoyaltyAccountType> loyaltyProgram) toString()
-
Constructor Details
-
LoyaltyAccountCommonData
public LoyaltyAccountCommonData()
-
-
Method Details
-
customerID
-
getCustomerID
Identifies the customer of the loyalty account. Must be set, but currently the value is not used.- Returns:
- customerID
-
setCustomerID
-
loyaltyProgram
-
addLoyaltyProgramItem
-
getLoyaltyProgram
List of loyalty programs to which this customer is assigned for this loyalty account.- Returns:
- loyaltyProgram
-
setLoyaltyProgram
-
customerIsEmployeeFlag
-
isCustomerIsEmployeeFlag
Indicates if the specified customer is also an employee. Currently not used.- Returns:
- customerIsEmployeeFlag
-
setCustomerIsEmployeeFlag
-
equals
-
hashCode
public int hashCode() -
toString
-