Class TaxDto.TaxValueRow
Represents strongly named DataRow class.
Inheritance
System.Object
TaxDto.TaxValueRow
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class TaxValueRow : DataRow
Properties
Declaration
public DateTime AffectiveDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public int JurisdictionGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public double Percentage { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
[Obsolete("Site functionality no longer supported. Will remain at least until March 2019.")]
public Guid SiteId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public string TaxCategory { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int TaxId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public TaxDto.TaxRow TaxRow { get; set; }
Property Value
Declaration
public int TaxValueId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public bool IsSiteIdNull()
Returns
Type |
Description |
System.Boolean |
|
Declaration
public void SetSiteIdNull()