Skip to main content
Version: 2.x

bursar.ConfirmPlanChangeResult

class bursar.ConfirmPlanChangeResult(*, success, plan_id, interval, unchanged=None, pending=None, scheduled=None, effective_at=None)

Bases: _CommerceModel

  • Parameters:
    • success (Literal *[*True ])
    • plan_id (str)
    • interval (Literal [ 'month' , 'year' ])
    • unchanged (bool | None)
    • pending (bool | None)
    • scheduled (bool | None)
    • effective_at (str | None)

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

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