@RestController @RequestMapping(value="/tpp") public class TppController extends Object implements TppRestApi
BASE_PATH| Constructor and Description |
|---|
TppController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<BankCodeStructure> |
getBankCodeStructure(String countryCode) |
org.springframework.http.ResponseEntity<List<org.iban4j.CountryCode>> |
getCountryCodes() |
org.springframework.http.ResponseEntity<Set<Currency>> |
getCurrencies() |
org.springframework.http.ResponseEntity<Map<org.iban4j.CountryCode,String>> |
getSupportedCountryCodes() |
void |
login(String login,
String pin) |
org.springframework.http.ResponseEntity<Void> |
register(User user) |
org.springframework.http.ResponseEntity<Void> |
remove() |
org.springframework.http.ResponseEntity<Void> |
transactions(String accountId) |
public void login(String login, String pin)
login in interface TppRestApipublic org.springframework.http.ResponseEntity<Set<Currency>> getCurrencies()
getCurrencies in interface TppRestApipublic org.springframework.http.ResponseEntity<List<org.iban4j.CountryCode>> getCountryCodes()
getCountryCodes in interface TppRestApipublic org.springframework.http.ResponseEntity<Map<org.iban4j.CountryCode,String>> getSupportedCountryCodes()
getSupportedCountryCodes in interface TppRestApipublic org.springframework.http.ResponseEntity<BankCodeStructure> getBankCodeStructure(String countryCode)
getBankCodeStructure in interface TppRestApipublic org.springframework.http.ResponseEntity<Void> register(User user)
register in interface TppRestApipublic org.springframework.http.ResponseEntity<Void> remove()
remove in interface TppRestApipublic org.springframework.http.ResponseEntity<Void> transactions(String accountId)
transactions in interface TppRestApiCopyright © 2020. All rights reserved.