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