Uses of Class
com.inteliqua.rest.customer.payload.memberaffiliation.response.MemberAffiliationResponse
-
Packages that use MemberAffiliationResponse Package Description com.inteliqua.rest.customer.payload.loyalty.member.response -
-
Uses of MemberAffiliationResponse in com.inteliqua.rest.customer.payload.loyalty.member.response
Methods in com.inteliqua.rest.customer.payload.loyalty.member.response that return types with arguments of type MemberAffiliationResponse Modifier and Type Method Description List<MemberAffiliationResponse>LoyaltyMembershipResponseExtended. getAffiliates()Gets the list of affiliates that the member is associated with.Methods in com.inteliqua.rest.customer.payload.loyalty.member.response with parameters of type MemberAffiliationResponse Modifier and Type Method Description voidLoyaltyMembershipResponseExtended. addAffiliates(MemberAffiliationResponse affiliateResponse)Adds an affiliate response to the list of affiliates.
-