Uses of Class
com.adyen.model.marketpay.TierConfiguration
-
Packages that use TierConfiguration Package Description com.adyen.model.marketpay -
-
Uses of TierConfiguration in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return TierConfiguration Modifier and Type Method Description TierConfigurationTierConfiguration. addTiersItem(Tier tiersItem)TierConfigurationTierConfiguration. countryCode(String countryCode)TierConfigurationTierConfiguration. tiers(List<Tier> tiers)Methods in com.adyen.model.marketpay that return types with arguments of type TierConfiguration Modifier and Type Method Description List<TierConfiguration>GetTierConfigurationResponse. getTierConfiguration()Get tierConfigurationMethods in com.adyen.model.marketpay with parameters of type TierConfiguration Modifier and Type Method Description GetTierConfigurationResponseGetTierConfigurationResponse. addTierConfigurationItem(TierConfiguration tierConfigurationItem)Method parameters in com.adyen.model.marketpay with type arguments of type TierConfiguration Modifier and Type Method Description voidGetTierConfigurationResponse. setTierConfiguration(List<TierConfiguration> tierConfiguration)GetTierConfigurationResponseGetTierConfigurationResponse. tierConfiguration(List<TierConfiguration> tierConfiguration)
-