Object representing an excluded benefit that is excluded for an ShippingOffering/Rate.

ExcludedBenefit

interface ExcludedBenefit {
    benefit: string;
    reasonCode: string;
}

Properties

Properties

benefit: string

ExcludedBenefit

reasonCode: string

ExcludedBenefit