Interface ReplenishmentApiModelOfferProgramConfigurationPreferences

An object which contains the preferences applied to the offer.

OfferProgramConfigurationPreferences

interface ReplenishmentApiModelOfferProgramConfigurationPreferences {
    autoEnrollment?:
        | "OPTED_IN"
        | "OPTED_OUT"
        | ReplenishmentApiModelAutoEnrollmentPreference;
}

Properties

Properties

autoEnrollment?:
    | "OPTED_IN"
    | "OPTED_OUT"
    | ReplenishmentApiModelAutoEnrollmentPreference

OfferProgramConfigurationPreferences

MMNEPVFCICPMFPCPTTAAATR