ShippingMethodDto
public class ShippingMethodDto : ShippingMethodBasicDto
Inheritance
- class ShippingMethodBasicDto
Namespace
Constructors
ShippingMethodDto
The default constructor.
public ShippingMethodDto()
Properties
AllowedCountryRegions
public List<AllowedCountryRegionDto> AllowedCountryRegions { get; set; }
ImageId
public string ImageId { get; set; }
Prices
public List<ServicePriceDto> Prices { get; set; }
TaxClassId
public Guid? TaxClassId { get; set; }