We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5416f7c commit 5ba81d5Copy full SHA for 5ba81d5
pywisetransfer/borderless_account.py
@@ -28,6 +28,7 @@ def list(self, profile_id: str) -> list[Any]:
28
accounts: list[Any] = self.service.list(params={"profileId": profile_id})
29
return munchify(accounts)
30
31
+ @deprecated(message='The borderless-accounts endpoint is deprecated; please use account-details instead')
32
def statement(
33
self,
34
profile_id: str,
0 commit comments