Skip to main content
Version: 2.x

bursar.CanAffordOptions

class bursar.CanAffordOptions(*, feature=None, billing_mode=None, operation_type='usage')

Bases: _CreditsServiceModel

  • Parameters:
    • feature (str | None)
    • billing_mode (Literal [ 'strict' , 'overdraft' ] | None)
    • operation_type (str)

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

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