Skip to content

Commit

Permalink
📚 Documentation updated : Specific details functions added
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsnanavare committed Aug 17, 2020
1 parent 843cbfb commit c5d1a4d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ fc.getBankName(IFSC_CODE).then(function(res){
```

## Functions to get specific details
- getBankName(```IFSC_Code```) - Returns Bank Name for specified IFSC code
- getBranchName(```IFSC_Code```) - Returns Branch Name for specified IFSC code
- getBankCode(```IFSC_Code```) - Returns Bank Code for specified IFSC code
- getMicr(```IFSC_Code```) - Returns bank's MICR Code for specified IFSC code
- getDistrict(```IFSC_Code```) - Returns District for specified IFSC code
- getCity(```IFSC_Code```) - Returns City for specified IFSC code
- getState(```IFSC_Code```) - Returns State for specified IFSC code
- getContact(```IFSC_Code```) - Returns Contact Number for specified IFSC code
- getAddress(```IFSC_Code```) - Returns bank's Address for specified IFSC code
- isUpi(```IFSC_Code```) - Returns true if bank supports UPI for specified IFSC code
- isImps(```IFSC_Code```) - Returns true if bank supports IMPS for specified IFSC code
- isNeft(```IFSC_Code```) - Returns true if bank supports NEFT for specified IFSC code
- isRtgs(```IFSC_Code```) - Returns true if bank supports RTGS for specified IFSC code
- ``` getBankName(IFSC_Code)``` - Returns Bank Name for specified IFSC code
- ``` getBranchName(IFSC_Code)``` - Returns Branch Name for specified IFSC code
- ``` getBankCode(IFSC_Code)``` - Returns Bank Code for specified IFSC code
- ``` getMicr(IFSC_Code)``` - Returns bank's MICR Code for specified IFSC code
- ``` getDistrict(IFSC_Code)``` - Returns District for specified IFSC code
- ``` getCity(IFSC_Code)``` - Returns City for specified IFSC code
- ``` getState(IFSC_Code)``` - Returns State for specified IFSC code
- ``` getContact(IFSC_Code)``` - Returns Contact Number for specified IFSC code
- ``` getAddress(IFSC_Code)``` - Returns bank's Address for specified IFSC code
- ``` isUpi(IFSC_Code)``` - Returns true if bank supports UPI for specified IFSC code
- ``` isImps(IFSC_Code)``` - Returns true if bank supports IMPS for specified IFSC code
- ``` isNeft(IFSC_Code)``` - Returns true if bank supports NEFT for specified IFSC code
- ``` isRtgs(IFSC_Code)``` - Returns true if bank supports RTGS for specified IFSC code

0 comments on commit c5d1a4d

Please sign in to comment.