CountryRegionTaxRate
public class CountryRegionTaxRate : ValueObjectBase
Inheritance
- class ValueObjectBase
Namespace
Constructors
CountryRegionTaxRate
public CountryRegionTaxRate(TaxRate taxRate, Guid countryId, Guid? regionId)
Properties
CountryId
public Guid CountryId { get; }
RegionId
public Guid? RegionId { get; }
TaxRate
public TaxRate TaxRate { get; }
Methods
DeepClone
public override object DeepClone()