London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class TaxDto.TaxValueRow

Represents strongly named DataRow class.

Inheritance
System.Object
TaxDto.TaxValueRow
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 13.30.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
[Obsolete("Site functionality no longer supported. Will remain at least until March 2019.")]
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()