Search Results for

    Show / Hide Table of Contents

    Class TaxResult

    Inheritance
    System.Object
    TaxResult
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class TaxResult : Object

    Constructors

    TaxResult()

    Declaration
    public TaxResult()

    Properties

    LineItems

    Declaration
    public TaxResultItem[] LineItems { get; set; }
    Property Value
    Type Description
    TaxResultItem[]

    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
    Type Description
    TaxProvider

    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
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX