@RestController @RequestMapping(value="/tpp/accounts") public class TppAccountsController extends Object implements TppAccountsRestApi
BASE_PATH| Constructor and Description |
|---|
TppAccountsController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<AccountReport> |
accountReport(String accountId) |
org.springframework.http.ResponseEntity<Void> |
createAccount(String userId,
DepositAccount account) |
org.springframework.http.ResponseEntity<Void> |
depositCash(String accountId,
de.adorsys.ledgers.middleware.api.domain.payment.AmountTO amount) |
org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> |
downloadAccountTemplate() |
org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> |
getAccountDetailsByIban(String iban) |
org.springframework.http.ResponseEntity<List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO>> |
getAllAccounts() |
org.springframework.http.ResponseEntity<de.adorsys.ledgers.util.domain.CustomPageImpl<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO>> |
getAllAccounts(String queryParam,
int page,
int size) |
org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> |
getSingleAccount(String accountId) |
org.springframework.http.ResponseEntity<Void> |
updateAccountAccess(AccountAccess accountAccess) |
public org.springframework.http.ResponseEntity<Void> createAccount(String userId, DepositAccount account)
createAccount in interface TppAccountsRestApipublic org.springframework.http.ResponseEntity<Void> updateAccountAccess(AccountAccess accountAccess)
updateAccountAccess in interface TppAccountsRestApipublic org.springframework.http.ResponseEntity<List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO>> getAllAccounts()
getAllAccounts in interface TppAccountsRestApipublic org.springframework.http.ResponseEntity<de.adorsys.ledgers.util.domain.CustomPageImpl<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO>> getAllAccounts(String queryParam, int page, int size)
getAllAccounts in interface TppAccountsRestApipublic org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> getAccountDetailsByIban(String iban)
getAccountDetailsByIban in interface TppAccountsRestApipublic org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO> getSingleAccount(String accountId)
getSingleAccount in interface TppAccountsRestApipublic org.springframework.http.ResponseEntity<AccountReport> accountReport(String accountId)
accountReport in interface TppAccountsRestApipublic org.springframework.http.ResponseEntity<Void> depositCash(String accountId, de.adorsys.ledgers.middleware.api.domain.payment.AmountTO amount)
depositCash in interface TppAccountsRestApipublic org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> downloadAccountTemplate()
downloadAccountTemplate in interface TppAccountsRestApiCopyright © 2020. All rights reserved.