@RestController @CrossOrigin(origins="*") public class TppBankSearchController extends Object implements TppBankSearchApi
log| Constructor and Description |
|---|
TppBankSearchController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<BankProfileResponse> |
bankProfileGET(UUID xRequestID,
String bankId,
String xTimestampUTC,
String xRequestSignature,
String fintechId) |
org.springframework.http.ResponseEntity<BankSearchResponse> |
bankSearchGET(UUID xRequestID,
String keyword,
String xTimestampUTC,
String xRequestSignature,
String fintechId,
Integer start,
Integer max) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_bankProfileGET, _bankSearchGET, getAcceptHeader, getObjectMapper, getRequestpublic org.springframework.http.ResponseEntity<BankSearchResponse> bankSearchGET(UUID xRequestID, String keyword, String xTimestampUTC, String xRequestSignature, String fintechId, Integer start, Integer max)
bankSearchGET in interface TppBankSearchApipublic org.springframework.http.ResponseEntity<BankProfileResponse> bankProfileGET(UUID xRequestID, String bankId, String xTimestampUTC, String xRequestSignature, String fintechId)
bankProfileGET in interface TppBankSearchApiCopyright © 2020. All rights reserved.