consisty_apiclub
v0.1.29
Published
Deep linking in APIClub for react-native in android
Downloads
8
Maintainers
Readme
consisty_apiclub
Deep linking in APIClub for react-native in android
Installation
npm install consisty_apiclub
Usage
import { ConsistyApiclub } from "consisty_apiclub";
// ...
ConsistyApiclub.startmATM(
api_club_username + '',
Token,
userMobile,
password,
remarks,
amount,
transactionType, // it should be only CashWithdrawal and BalanceEnquiry
customerMobile,
orderId
)
.then((result) => {
const {
isProcessed,
statusCode,
bankRRN,
message,
balanceAmount,
jsonString
} = result;
})
.catch(function (e) {
});
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT