Uses of Class
com.adyen.model.management.ModelConfiguration
-
Packages that use ModelConfiguration Package Description com.adyen.model.management -
-
Uses of ModelConfiguration in com.adyen.model.management
Methods in com.adyen.model.management that return ModelConfiguration Modifier and Type Method Description ModelConfigurationModelConfiguration. addCountryItem(String countryItem)ModelConfigurationModelConfiguration. addCurrenciesItem(Currency currenciesItem)ModelConfigurationModelConfiguration. addSourcesItem(String sourcesItem)ModelConfigurationModelConfiguration. brand(String brand)Payment method, like **eftpos_australia** or **mc**.ModelConfigurationModelConfiguration. commercial(Boolean commercial)Set to **true** to apply surcharges only to commercial/business cards.ModelConfigurationModelConfiguration. country(List<String> country)The country/region of the card issuer.ModelConfigurationModelConfiguration. currencies(List<Currency> currencies)Currency and percentage or amount of the surcharge.static ModelConfigurationModelConfiguration. fromJson(String jsonString)Create an instance of ModelConfiguration given an JSON stringModelConfigurationModelConfiguration. sources(List<String> sources)Funding source.Methods in com.adyen.model.management that return types with arguments of type ModelConfiguration Modifier and Type Method Description List<ModelConfiguration>Surcharge. getConfigurations()Surcharge fees or percentages for specific cards, funding sources (credit or debit), and currencies.Methods in com.adyen.model.management with parameters of type ModelConfiguration Modifier and Type Method Description SurchargeSurcharge. addConfigurationsItem(ModelConfiguration configurationsItem)Method parameters in com.adyen.model.management with type arguments of type ModelConfiguration Modifier and Type Method Description SurchargeSurcharge. configurations(List<ModelConfiguration> configurations)Surcharge fees or percentages for specific cards, funding sources (credit or debit), and currencies.voidSurcharge. setConfigurations(List<ModelConfiguration> configurations)Surcharge fees or percentages for specific cards, funding sources (credit or debit), and currencies.
-