MCPcopy Create free account

hub / github.com/Emberium/SimpleQIWI / functions

Functions16 in github.com/Emberium/SimpleQIWI

↓ 1 callersMethod_get_balance
Returns full account balance info :return: balance (dict)
SimpleQIWI/Session.py:116
↓ 1 callersMethod_get_payments
Returns income payments :type: rows: int: 1-50 :param: rows: Count of payments in response :return: income pa
SimpleQIWI/Session.py:144
Method__init__
Class init :type token: str :type phone: str :type delay: int :param token: QIWI API token
SimpleQIWI/Session.py:13
Method_async_loop
(self, target)
SimpleQIWI/Session.py:250
Method_parse_payments
(self)
SimpleQIWI/Session.py:262
Method_transaction_id
Generates transaction id for pay() function. :return: UNIX time * 1000
SimpleQIWI/Session.py:43
Methodbalance
Returns balances from all accounts :return: balances (list)
SimpleQIWI/Session.py:73
Methodbill
Generates bill :type price: int :type comment: str :type currency: int :param price: Minimum price o
SimpleQIWI/Session.py:89
Methodbind_echo
Binds an echo function :return: decorator
SimpleQIWI/Session.py:171
Methodcheck
Check payment :param comment: Payment comment :return: bool
SimpleQIWI/Session.py:237
Methoddecorator
(func)
SimpleQIWI/Session.py:178
Methodfull_balance
Returns full account balance info :return: balance (dict)
SimpleQIWI/Session.py:63
Methodpay
Transfer to QIWI Wallet :type account: str :type amount: int :type currency: str :type comment: str
SimpleQIWI/Session.py:186
Methodpayments
Returns income payments :return: income payments (dict)
SimpleQIWI/Session.py:53
Methodstart
Starts thread
SimpleQIWI/Session.py:285
Methodstop
Stops thread
SimpleQIWI/Session.py:295