Uses of Class
software.xdev.brevo.model.TierRequestPutPayload
Packages that use TierRequestPutPayload
-
Uses of TierRequestPutPayload in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type TierRequestPutPayloadModifier and TypeMethodDescriptionTierApi.updateTier(UUID pid, UUID tid, TierRequestPutPayload tierRequestPutPayload) Update tier Modifies an existing tier for the specified tier group *(The changes will take effect with the next publication of the loyalty program)*TierApi.updateTier(UUID pid, UUID tid, TierRequestPutPayload tierRequestPutPayload, Map<String, String> additionalHeaders) Update tier Modifies an existing tier for the specified tier group *(The changes will take effect with the next publication of the loyalty program)* -
Uses of TierRequestPutPayload in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return TierRequestPutPayloadModifier and TypeMethodDescriptionTierRequestPutPayload.accessConditions(List<TierRequestAccessConditionsInner> accessConditions) TierRequestPutPayload.addAccessConditionsItem(TierRequestAccessConditionsInner accessConditionsItem) TierRequestPutPayload.addTierRewardsItem(TierRequestTierRewardsInner tierRewardsItem) TierRequestPutPayload.tierRewards(List<TierRequestTierRewardsInner> tierRewards)