Uses of Class
com.adyen.model.marketpay.Tier
-
Packages that use Tier Package Description com.adyen.model.marketpay -
-
Uses of Tier in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return Tier Modifier and Type Method Description TierTier. deadlineConfiguration(String deadlineConfiguration)TierTier. fromAmount(Amount fromAmount)TierTier. tierNumber(Integer tierNumber)TierTier. toAmount(Amount toAmount)Methods in com.adyen.model.marketpay that return types with arguments of type Tier Modifier and Type Method Description List<Tier>TierConfiguration. getTiers()Get tiersMethods in com.adyen.model.marketpay with parameters of type Tier Modifier and Type Method Description TierConfigurationTierConfiguration. addTiersItem(Tier tiersItem)Method parameters in com.adyen.model.marketpay with type arguments of type Tier Modifier and Type Method Description voidTierConfiguration. setTiers(List<Tier> tiers)TierConfigurationTierConfiguration. tiers(List<Tier> tiers)
-