All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.adorsys.ledgers.deposit.api.service.DepositAccountConfigService Maven / Gradle / Ivy

There is a newer version: 4.17
Show newest version
package de.adorsys.ledgers.deposit.api.service;

public interface DepositAccountConfigService {

    String getDepositParentAccount();

    String getLedger();

    String getClearingAccount(String paymentProduct);

    String getCashAccount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy