EnrollmentAccountContext Class

The enrollment account context.

Inheritance
EnrollmentAccountContext

Constructor

EnrollmentAccountContext(*, cost_center: Optional[str] = None, start_date: Optional[datetime.datetime] = None, end_date: Optional[datetime.datetime] = None, enrollment_account_name: Optional[str] = None, **kwargs)

Parameters

cost_center
str
Required

The cost center associated with the enrollment account.

start_date
datetime
Required

The start date of the enrollment account.

end_date
datetime
Required

The end date of the enrollment account.

enrollment_account_name
str
Required

The ID of the enrollment account.