Skip to main content
Version: 2.x

bursar.CheckoutStatusResult

class bursar.CheckoutStatusResult(*, intent_id, status)

Bases: _CommerceModel

  • Parameters:
    • intent_id (str)
    • status (Literal [ 'pending' , 'succeeded' , 'failed' , 'expired' ])

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

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