Search Results for

    Show / Hide Table of Contents

    Class TaxHooks

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

    Properties

    Avalara

    Declaration
    public AvalaraHooks Avalara { get; }
    Property Value
    Type Description
    AvalaraHooks

    CommitTax

    Declaration
    public Hook<CommitTaxHookRequest, CommitTaxHookResponse> CommitTax { get; }
    Property Value
    Type Description
    Hook<CommitTaxHookRequest, CommitTaxHookResponse>

    GetTax

    Declaration
    public Hook<GetTaxHookRequest, GetTaxHookResponse> GetTax { get; }
    Property Value
    Type Description
    Hook<GetTaxHookRequest, GetTaxHookResponse>
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX