MCPcopy Create free account
hub / github.com/Rushifakami/csfloat_api / payment_accounts

Method payment_accounts

models/me.py:194–195  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

192
193 @property
194 def payment_accounts(self) -> Optional[dict]:
195 return self._payment_accounts
196
197 @property
198 def api_key(self) -> Optional[str]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected