An object which contains the preferences applied to the offer.

OfferProgramConfigurationPreferences

interface OfferProgramConfigurationPreferences {
    autoEnrollment?: AutoEnrollmentPreference;
}

Properties

Properties

autoEnrollment?: AutoEnrollmentPreference

OfferProgramConfigurationPreferences