The state and country from where the item is shipped.

ShipsFromType

interface ShipsFromType {
    Country?: string;
    State?: string;
}

Properties

Properties

Country?: string

The country from where the item is shipped.

ShipsFromType

State?: string

The state from where the item is shipped.

ShipsFromType