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

Preference

interface ReplenishmentApiModelPreference {
    autoEnrollment?: (
        | "OPTED_IN"
        | "OPTED_OUT"
        | ReplenishmentApiModelAutoEnrollmentPreference
    )[];
}

Properties

Properties

autoEnrollment?: (
    "OPTED_IN"
    | "OPTED_OUT"
    | ReplenishmentApiModelAutoEnrollmentPreference
)[]

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

Preference

MMNEPVFCICPMFPCPTTAAATR