Uses of Class
com.adyen.model.marketpayaccount.MigratedStores
-
Packages that use MigratedStores Package Description com.adyen.model.marketpayaccount -
-
Uses of MigratedStores in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return MigratedStores Modifier and Type Method Description MigratedStoresMigratedStores. businessLineId(String businessLineId)static MigratedStoresMigratedStores. fromJson(String jsonString)Create an instance of MigratedStores given an JSON stringMigratedStoresMigratedStores. storeCode(String storeCode)MigratedStoresMigratedStores. storeId(String storeId)MigratedStoresMigratedStores. storeReference(String storeReference)Methods in com.adyen.model.marketpayaccount that return types with arguments of type MigratedStores Modifier and Type Method Description List<MigratedStores>MigrationData. getMigratedStores()Contains the mapping of business lines and stores associated with the migrated account holder.Methods in com.adyen.model.marketpayaccount with parameters of type MigratedStores Modifier and Type Method Description MigrationDataMigrationData. addMigratedStoresItem(MigratedStores migratedStoresItem)Method parameters in com.adyen.model.marketpayaccount with type arguments of type MigratedStores Modifier and Type Method Description MigrationDataMigrationData. migratedStores(List<MigratedStores> migratedStores)voidMigrationData. setMigratedStores(List<MigratedStores> migratedStores)
-