Expect the package to arrive within a certain number of days

interface DeliverInDays {
    count_method: DayCountMethod;
    days: number;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

Properties

count_method: DayCountMethod

Which days count for determining the number of ship days

days: number

The number of days to deliver within (integer)