The state and country from where the item is shipped.

Export

ShipsFromType

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

Properties

Properties

Country?: string

The country from where the item is shipped.

Memberof

ShipsFromType

State?: string

The state from where the item is shipped.

Memberof

ShipsFromType