0.1.29 • Published 2 years ago

consisty_apiclub v0.1.29

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.1.29

2 years ago

0.1.28

2 years ago

0.1.27

2 years ago

0.1.26

2 years ago

0.1.25

2 years ago

0.1.24

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago