EnrollmentBalance

Type Alias: EnrollmentBalance

[object Object]

Defined in: app/api/types.gen.ts:229

Represents the balance of an enrollment, which includes the enrollment itself and the corresponding balance amount. This entity is used to manage and track the financial balance associated with a specific enrollment, allowing for better financial management and reporting related to enrollments within the system. The Enrollment property is required to ensure that each EnrollmentBalance is associated with a specific enrollment, while the Balance property captures the current financial balance for that enrollment, which can be used for various purposes such as determining outstanding payments or providing financial summaries for members and administrators.

Properties

balance

[object Object]

Defined in: app/api/types.gen.ts:234

The current financial balance for the associated enrollment. This property captures the amount that is currently owed or has been paid for the enrollment, allowing for better financial management and reporting related to enrollments within the system. The Balance property is required to ensure that each EnrollmentBalance has a defined financial balance, which can be used for various purposes such as determining outstanding payments, providing financial summaries for members and administrators, and facilitating financial decision-making related to enrollments.


enrollment

[object Object]

Defined in: app/api/types.gen.ts:230

On this page