Uses of Class
com.adyen.model.marketpayaccount.MigratedShareholders
-
Packages that use MigratedShareholders Package Description com.adyen.model.marketpayaccount -
-
Uses of MigratedShareholders in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return MigratedShareholders Modifier and Type Method Description static MigratedShareholdersMigratedShareholders. fromJson(String jsonString)Create an instance of MigratedShareholders given an JSON stringMigratedShareholdersMigratedShareholders. legalEntityCode(String legalEntityCode)MigratedShareholdersMigratedShareholders. shareholderCode(String shareholderCode)Methods in com.adyen.model.marketpayaccount that return types with arguments of type MigratedShareholders Modifier and Type Method Description List<MigratedShareholders>MigrationData. getMigratedShareholders()Contains the mapping of shareholders associated with the migrated legal entities.Methods in com.adyen.model.marketpayaccount with parameters of type MigratedShareholders Modifier and Type Method Description MigrationDataMigrationData. addMigratedShareholdersItem(MigratedShareholders migratedShareholdersItem)Method parameters in com.adyen.model.marketpayaccount with type arguments of type MigratedShareholders Modifier and Type Method Description MigrationDataMigrationData. migratedShareholders(List<MigratedShareholders> migratedShareholders)voidMigrationData. setMigratedShareholders(List<MigratedShareholders> migratedShareholders)
-