Hierarchy

  • CallbacksApi

Constructors

Properties

api: ObservableCallbacksApi

Methods

  • Call this endpoint with the response to a customer creation request. Endpoint for customer creation response

    Parameters

    Returns Promise<void>

  • Call this endpoint with the response to an exchange rate request. Endpoint for exchange rate response

    Parameters

    • requestId: string

      The ID of the request that this response is for

    • exchangeRateResponse: ExchangeRateResponse

      The result of the exchange rate request.

    • Optional _options: Configuration

    Returns Promise<void>

  • Call this endpoint with the response to a terms search request. Endpoint for terms search response

    Parameters

    • requestId: string

      The ID of the request that this response is for

    • termsResponse: TermsResponse

      The result of the terms search

    • Optional _options: Configuration

    Returns Promise<void>

  • Call this endpoint with the response to a customer search request. Endpoint for customer search response

    Parameters

    Returns Promise<void>

  • Call this endpoint with the response to a invoice search request. Endpoint for invoice search response

    Parameters

    • requestId: string

      The ID of the request that this response is for

    • invoiceSearchResponse: InvoiceSearchResponse

      The result of the invoice search request.

    • Optional _options: Configuration

    Returns Promise<void>

  • Call this endpoint with the response to a product search request. Endpoint for product search response

    Parameters

    • requestId: string

      The ID of the request that this response is for

    • productSearchResponse: ProductSearchResponse

      The result of the product search request.

    • Optional _options: Configuration

    Returns Promise<void>

  • Call this endpoint with the response to a taxes search request. Endpoint for taxes search response

    Parameters

    • requestId: string

      The ID of the request that this response is for

    • taxSearchResponse: TaxSearchResponse

      The result of the taxes search request.

    • Optional _options: Configuration

    Returns Promise<void>

Generated using TypeDoc