Uses of Class
software.xdev.brevo.model.SubscriptionHandlerInfo
Packages that use SubscriptionHandlerInfo
-
Uses of SubscriptionHandlerInfo in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return SubscriptionHandlerInfoModifier and TypeMethodDescriptionProgramApi.getParameterSubscriptionInfo(UUID pid, String contactId, String params, String loyaltySubscriptionId) Get Subscription Data Get Information of balances, tiers, rewards and subscription members for a subscriptionProgramApi.getParameterSubscriptionInfo(UUID pid, String contactId, String params, String loyaltySubscriptionId, Map<String, String> additionalHeaders) Get Subscription Data Get Information of balances, tiers, rewards and subscription members for a subscription -
Uses of SubscriptionHandlerInfo in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return SubscriptionHandlerInfoModifier and TypeMethodDescriptionSubscriptionHandlerInfo.addMembersItem(MemberContact membersItem) SubscriptionHandlerInfo.addRewardItem(SubscriptionAttributedReward rewardItem) SubscriptionHandlerInfo.addTierItem(SubscriptionTier tierItem) SubscriptionHandlerInfo.balance(SubscriptionBalances balance) SubscriptionHandlerInfo.members(List<MemberContact> members) SubscriptionHandlerInfo.reward(List<SubscriptionAttributedReward> reward) SubscriptionHandlerInfo.tier(List<SubscriptionTier> tier)