Uses of Class
com.adyen.model.marketpayaccount.MigratedAccounts
-
Packages that use MigratedAccounts Package Description com.adyen.model.marketpayaccount -
-
Uses of MigratedAccounts in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return MigratedAccounts Modifier and Type Method Description MigratedAccountsMigratedAccounts. balanceAccountId(String balanceAccountId)static MigratedAccountsMigratedAccounts. fromJson(String jsonString)Create an instance of MigratedAccounts given an JSON stringMigratedAccountsMigratedAccounts. virtualAccountCode(String virtualAccountCode)Methods in com.adyen.model.marketpayaccount that return types with arguments of type MigratedAccounts Modifier and Type Method Description List<MigratedAccounts>MigrationData. getMigratedAccounts()Contains the mapping of virtual account codes (classic integration) to the balance account codes (balance platform) associated with the migrated account holder.Methods in com.adyen.model.marketpayaccount with parameters of type MigratedAccounts Modifier and Type Method Description MigrationDataMigrationData. addMigratedAccountsItem(MigratedAccounts migratedAccountsItem)Method parameters in com.adyen.model.marketpayaccount with type arguments of type MigratedAccounts Modifier and Type Method Description MigrationDataMigrationData. migratedAccounts(List<MigratedAccounts> migratedAccounts)voidMigrationData. setMigratedAccounts(List<MigratedAccounts> migratedAccounts)
-