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