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