Search Results for

    Show / Hide Table of Contents

    Class GetTaxHookRequest

    Inheritance
    System.Object
    GetTaxHookRequest
    Namespace: DirectScale.Disco.Extension.Hooks.Taxes
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class GetTaxHookRequest : Object

    Constructors

    GetTaxHookRequest()

    Declaration
    public GetTaxHookRequest()

    Properties

    Address

    Declaration
    public Address Address { get; set; }
    Property Value
    Type Description
    Address

    AssociateId

    Declaration
    public int AssociateId { get; set; }
    Property Value
    Type Description
    System.Int32

    CurrencyCode

    Declaration
    public string CurrencyCode { get; set; }
    Property Value
    Type Description
    System.String

    Items

    Declaration
    public TaxLineItem[] Items { get; set; }
    Property Value
    Type Description
    TaxLineItem[]

    SaleDate

    Declaration
    public DateTime SaleDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    Shipping

    Declaration
    public double Shipping { get; set; }
    Property Value
    Type Description
    System.Double

    WarehouseId

    Declaration
    public int WarehouseId { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX