CountryRegionTaxRateDto
public class CountryRegionTaxRateDto
Namespace
Constructors
CountryRegionTaxRateDto
The default constructor.
public CountryRegionTaxRateDto()
Properties
CountryId
public Guid CountryId { get; set; }
RegionId
public Guid? RegionId { get; set; }
TaxRate
public decimal TaxRate { get; set; }