bursar.CommerceWebhookInput
class bursar.CommerceWebhookInput(*, provider=None, raw_body, headers)
Bases: _CommerceModel
- Parameters:
- provider (Annotated *[*str , FieldInfo *(*annotation=NoneType , required=True , metadata= *[*MinLen *(*min_length=1 ) ] ) ] | None)
- raw_body (str)
- headers (dict *[*str , str ])
model_config = {'arbitrary_types_allowed': True, 'extra': 'forbid'}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].