Models a customer account's enrollment in a given portfolio.
| Property | Type | Description |
|---|---|---|
| sourcePortfolioId | int | The ID of this account's portfolio |
| isPrimary | boolean | Whether the account is the primary account in the customer's portfolio enrollment |
| enrollmentStartDate | string | Date account was enrolled in the portfolio |
| enrollmentEndDate | string | Date account was unenrolled from the portfolio |
| enrollmentStatus | string | ACTIVE, INACTIVE or EXPIRED |