Contains details about cost related modifications to the placement cost.

Incentive

interface Incentive {
    description: string;
    target: string;
    type: string;
    value: Currency;
}

Properties

description: string

Description of the incentive.

Incentive

target: string

Target of the incentive. Possible values: 'Placement Services', 'Fulfillment Fee Discount'.

Incentive

type: string

Type of incentive. Possible values: FEE, DISCOUNT.

Incentive

value: Currency

Incentive