Class TaxDto.TaxValueRow

Represents strongly named DataRow class.

Inheritance
System.Object
TaxDto.TaxValueRow
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class TaxValueRow : DataRow

Properties

AffectiveDate

Declaration
public DateTime AffectiveDate { get; set; }
Property Value
Type Description
System.DateTime

JurisdictionGroupId

Declaration
public int JurisdictionGroupId { get; set; }
Property Value
Type Description
System.Int32

Percentage

Declaration
public double Percentage { get; set; }
Property Value
Type Description
System.Double

SiteId

Declaration
public Guid SiteId { get; set; }
Property Value
Type Description
System.Guid

TaxCategory

Declaration
public string TaxCategory { get; set; }
Property Value
Type Description
System.String

TaxId

Declaration
public int TaxId { get; set; }
Property Value
Type Description
System.Int32

TaxRow

Declaration
public TaxDto.TaxRow TaxRow { get; set; }
Property Value
Type Description
TaxDto.TaxRow

TaxValueId

Declaration
public int TaxValueId { get; set; }
Property Value
Type Description
System.Int32

Methods

IsSiteIdNull()

Declaration
public bool IsSiteIdNull()
Returns
Type Description
System.Boolean

SetSiteIdNull()

Declaration
public void SetSiteIdNull()