bursar.CreateCheckoutResult
class bursar.CreateCheckoutResult(*, intent_id, url, provider, offer_key)
Bases: _CommerceModel
- Parameters:
- intent_id (str)
- url (str)
- provider (str)
- offer_key (str)
model_config = {'arbitrary_types_allowed': True, 'extra': 'forbid'}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].