TaxClassReadOnly
public class TaxClassReadOnly : StoreAggregateBase<TaxClassReadOnly, TaxClass, TaxClassState>,
IHasName
Inheritance
- class StoreAggregateBase<TReadOnlySelf,TWritableSelf,TState>
- interface IHasName
Namespace
Properties
Alias
public string Alias { get; }
CountryRegionTaxRates
public IReadOnlyCollection<CountryRegionTaxRate> CountryRegionTaxRates { get; }
DefaultTaxRate
public TaxRate DefaultTaxRate { get; }
IsDeleted
public bool IsDeleted { get; }
Name
public string Name { get; }
SortOrder
public int SortOrder { get; }
Methods
GetTaxRate
public TaxRate GetTaxRate(TaxSource taxSource)