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

Method offers_enabled

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

Source from the content-addressed store, hash-verified

62
63 @property
64 def offers_enabled(self) -> Optional[bool]:
65 return self._offers_enabled
66
67 @property
68 def max_offer_discount(self) -> Optional[int]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected