Skip to main content
Version: 2.x

bursar.CancelSubscriptionResult

class bursar.CancelSubscriptionResult(*, provider, provider_subscription_id, canceled, error=None)

Bases: _CommerceModel

  • Parameters:
    • provider (str)
    • provider_subscription_id (str)
    • canceled (bool)
    • error (str | None)

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

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