Object representing a benefit that is excluded for a shipping offer or rate.

ExcludedBenefit

interface ExcludedBenefit {
    benefit: string;
    reasonCodes?: string[];
}

Properties

benefit: string

benefit

ExcludedBenefit

reasonCodes?: string[]

List of reasons (eg. LATE_DELIVERY_RISK, etc.) indicating why a benefit is excluded for a shipping offer.

ExcludedBenefit

MMNEPVFCICPMFPCPTTAAATR