Class TaxResultDetail
Inheritance
System.Object
TaxResultDetail
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class TaxResultDetail : Object
Constructors
TaxResultDetail()
Declaration
Properties
AuthorityLevel
Declaration
public string AuthorityLevel { get; set; }
Property Value
Type |
Description |
System.String |
|
AuthorityName
Declaration
public string AuthorityName { get; set; }
Property Value
Type |
Description |
System.String |
|
City
Declaration
public string City { get; set; }
Property Value
Type |
Description |
System.String |
|
Country
Declaration
public string Country { get; set; }
Property Value
Type |
Description |
System.String |
|
County
Declaration
public string County { get; set; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
Street
Declaration
public string Street { get; set; }
Property Value
Type |
Description |
System.String |
|
TaxAmount
Declaration
public Decimal TaxAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TaxRate
Declaration
public Decimal TaxRate { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
WarehouseAddressId
Declaration
public int WarehouseAddressId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Zip
Declaration
public string Zip { get; set; }
Property Value
Type |
Description |
System.String |
|