Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TransactionBatches

Index

Constructors

constructor

Properties

endpoint

endpoint: string

http

http: Client

options

uriHelper

uriHelper: UriHelper

Methods

download

  • download(id: string | number, fileName: string): Promise<Blob>
  • Download the processed batch file. GET /api/v0/transaction-batches/:id/download

    Parameters

    • id: string | number
    • fileName: string

    Returns Promise<Blob>

downloadInput

  • downloadInput(id: string | number, inputFileName: string): Promise<Blob>
  • Download the originally uploaded file (before processing). GET /api/v0/transaction-batches/:id/download-input

    Parameters

    • id: string | number
    • inputFileName: string

    Returns Promise<Blob>

getAll

meta

upload

Legend

  • Class
  • Constructor
  • Property
  • Method
  • Variable
  • Function
  • Type alias
  • Enumeration
  • Interface

Generated using TypeDoc