bursar.AccountCreatedResult
class bursar.AccountCreatedResult(*, account_id, plan_key, plan_assigned, grants)
Bases: BaseModel
Result of applying the account-created lifecycle exactly once.
- Parameters:
- account_id (str)
- plan_key (str)
- plan_assigned (bool)
- grants (list *[*GrantProgramAwardResult ])
model_config = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].