Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 237 Bytes

usage.rst

File metadata and controls

15 lines (7 loc) · 237 Bytes

Usage

To withdraw funds from an account with :func:`Yo.withdraw_funds`.

from yo_payments import Yo

yo_client = Yo(username,password)

yo_client.withdraw_funds(amount, account , narrative)