CountryDto
public class CountryDto : CountryBasicDto
Inheritance
- class CountryBasicDto
Namespace
Constructors
CountryDto
The default constructor.
public CountryDto()
Properties
DefaultCurrencyId
public Guid? DefaultCurrencyId { get; set; }
DefaultPaymentMethodId
public Guid? DefaultPaymentMethodId { get; set; }
DefaultShippingMethodId
public Guid? DefaultShippingMethodId { get; set; }