Uses of Class
com.adyen.model.configurationwebhooks.PlatformPaymentConfiguration
-
Packages that use PlatformPaymentConfiguration Package Description com.adyen.model.configurationwebhooks -
-
Uses of PlatformPaymentConfiguration in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PlatformPaymentConfiguration Modifier and Type Method Description static PlatformPaymentConfigurationPlatformPaymentConfiguration. fromJson(String jsonString)Create an instance of PlatformPaymentConfiguration given an JSON stringPlatformPaymentConfigurationBalanceAccount. getPlatformPaymentConfiguration()Get platformPaymentConfigurationPlatformPaymentConfigurationPlatformPaymentConfiguration. salesDayClosingTime(String salesDayClosingTime)PlatformPaymentConfigurationPlatformPaymentConfiguration. settlementDelayDays(Integer settlementDelayDays)Methods in com.adyen.model.configurationwebhooks with parameters of type PlatformPaymentConfiguration Modifier and Type Method Description BalanceAccountBalanceAccount. platformPaymentConfiguration(PlatformPaymentConfiguration platformPaymentConfiguration)voidBalanceAccount. setPlatformPaymentConfiguration(PlatformPaymentConfiguration platformPaymentConfiguration)platformPaymentConfiguration
-