Offer preferences that you can include in the result filter criteria.

Preference

interface Preference {
    autoEnrollment?: Set<AutoEnrollmentPreference>;
}

Properties

Properties

autoEnrollment?: Set<AutoEnrollmentPreference>

Filters the results to only include offers with the auto-enrollment preference specified.

Preference