@Service public class BankSearchService extends Object
Constructor and Description |
---|
BankSearchService() |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<BankProfileResponse> |
getBankProfileById(String bankId) |
InlineResponse2001 |
searchBank(String keyword,
Integer start,
Integer max) |
InlineResponse2002 |
searchBankProfile(String bankId) |
public InlineResponse2001 searchBank(String keyword, Integer start, Integer max)
public InlineResponse2002 searchBankProfile(String bankId)
public org.springframework.http.ResponseEntity<BankProfileResponse> getBankProfileById(String bankId)
Copyright © 2020. All rights reserved.