Uses of Class
com.inteliqua.rest.customer.payload.loyalty.member.response.LoyaltyMembershipResponseExtended
-
Packages that use LoyaltyMembershipResponseExtended Package Description com.inteliqua.rest.customer.payload.loyalty.member.response com.inteliqua.rest.customer.payload.person.response -
-
Uses of LoyaltyMembershipResponseExtended in com.inteliqua.rest.customer.payload.loyalty.member.response
Constructors in com.inteliqua.rest.customer.payload.loyalty.member.response with parameters of type LoyaltyMembershipResponseExtended Constructor Description LoyaltyMemberResponseExtendedPayload(LoyaltyMembershipResponseExtended data)Constructs a new payload with the provided extended loyalty membership data. -
Uses of LoyaltyMembershipResponseExtended in com.inteliqua.rest.customer.payload.person.response
Methods in com.inteliqua.rest.customer.payload.person.response that return types with arguments of type LoyaltyMembershipResponseExtended Modifier and Type Method Description List<LoyaltyMembershipResponseExtended>PersonResponseExtended. getLoyaltyMembershipData()Methods in com.inteliqua.rest.customer.payload.person.response with parameters of type LoyaltyMembershipResponseExtended Modifier and Type Method Description voidPersonResponseExtended. addLoyaltyMembershipData(LoyaltyMembershipResponseExtended loyaltyData)Add to list.
-