Class TaxResult
Inheritance
System.Object
TaxResult
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class TaxResult : Object
Constructors
TaxResult()
Declaration
Properties
LineItems
Declaration
public TaxResultItem[] LineItems { get; set; }
Property Value
RefundTransactionId
Declaration
public string RefundTransactionId { get; set; }
Property Value
Type |
Description |
System.String |
|
ShippingAmount
Declaration
public Decimal ShippingAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TaxAmount
Declaration
public Decimal TaxAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TaxProvider
Declaration
public TaxProvider TaxProvider { get; set; }
Property Value
TaxRate
Declaration
public Decimal TaxRate { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TransactionId
Declaration
public string TransactionId { get; set; }
Property Value
Type |
Description |
System.String |
|