[Resolvido] Saldo do Cartão #384
anhaabaete
started this conversation in
General
Replies: 2 comments
-
data = nubank.get_credit_card_balance()
prepaid = Decimal(str(data["prepaid"] / 100))
due = Decimal(str(data["due"] / 100))
future = Decimal(str(data["future"] / 100))
prepaid - due - future |
Beta Was this translation helpful? Give feedback.
0 replies
-
Funcionou.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Há algum método ou função para saber o saldo do cartão de crédito. Ou seja ainda o quanto se tem de crédito?
Beta Was this translation helpful? Give feedback.
All reactions