Skip to main content
Version: 2.x

bursar.BillingEventResult

class bursar.BillingEventResult(*, handled, action=None, error=None, subscription_id=None)

Bases: BaseModel

  • Parameters:
    • handled (bool)
    • action (str | None)
    • error (str | None)
    • subscription_id (str | None)

model_config = {'extra': 'forbid', 'str_strip_whitespace': True}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].