Table of Contents

Enum CountrySelectionForMethod

Namespace
Dynamicweb.Ecommerce.Orders
Assembly
Dynamicweb.Ecommerce.dll

Defines a country.

public enum CountrySelectionForMethod

Fields

CustomerCountry = 1

Customer country

DeliveryCountry = 0

Delivery country

DeliveryCountryThenCustomerCountry = 2

Delivery country and then customer country

To top