LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
junopy/__init__.py
junopy.egg-info/PKG-INFO
junopy.egg-info/SOURCES.txt
junopy.egg-info/dependency_links.txt
junopy.egg-info/requires.txt
junopy.egg-info/top_level.txt
junopy/entities/__init__.py
junopy/entities/accountholder.py
junopy/entities/address.py
junopy/entities/bankaccount.py
junopy/entities/bill.py
junopy/entities/billetdetails.py
junopy/entities/billing.py
junopy/entities/charge.py
junopy/entities/chargeresource.py
junopy/entities/companymembers.py
junopy/entities/creditcard.py
junopy/entities/digitalaccount.py
junopy/entities/document.py
junopy/entities/eventtype.py
junopy/entities/legalrepresentative.py
junopy/entities/onboarding.py
junopy/entities/payment.py
junopy/entities/paymentresource.py
junopy/entities/pix.py
junopy/entities/plan.py
junopy/entities/recipient.py
junopy/entities/refund.py
junopy/entities/split.py
junopy/entities/subscription.py
junopy/entities/transfer.py
junopy/entities/webhook.py
junopy/entities/lib/__init__.py
junopy/entities/lib/datatype.py
junopy/entities/lib/entity.py
junopy/services/__init__.py
junopy/services/balance.py
junopy/services/charges.py
junopy/services/creditcard.py
junopy/services/notifications.py
junopy/services/onboarding.py
junopy/services/payment.py
junopy/services/pix.py
junopy/services/transfers.py
junopy/services/util.py
junopy/utils/__init__.py
junopy/utils/constants.py
junopy/utils/juno.py
test/test.py