Table of Contents

Class TTax

Namespace
InSite.Application.Invoices.Read
Assembly
Shift.Sdk.dll
public class TTax
Inheritance
TTax
Inherited Members
Extension Methods

Constructors

TTax()

public TTax()

Properties

CountryCode

public string CountryCode { get; set; }

Property Value

string

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

RegionCode

public string RegionCode { get; set; }

Property Value

string

TaxIdentifier

public Guid TaxIdentifier { get; set; }

Property Value

Guid

TaxName

public string TaxName { get; set; }

Property Value

string

TaxRate

public decimal TaxRate { get; set; }

Property Value

decimal