diff --git a/api.ts b/api.ts index 516aab5..09a1c8b 100644 --- a/api.ts +++ b/api.ts @@ -1404,7 +1404,7 @@ export interface EntryDetail { */ 'addendaRecordIndicator'?: number; /** - * TraceNumber assigned by the ODFI in ascending sequence, is included in each Entry Detail Record, Corporate Entry Detail Record, and Addenda Record. Trace Numbers uniquely identify each entry within a batch in an ACH input file. In association with the Batch Number, transmission (File Creation) Date, and File ID Modifier, the Trace Number uniquely identifies an entry within a given file. For Addenda Records, the Trace Number will be identical to the Trace Number in the associated Entry Detail Record, since the Trace Number is associated with an entry or item rather than a physical record. + * TraceNumber is assigned by the ODFI or software vendor and used as part of identification. The format of trace numbers is the first 8 digits of the ODFI\'s routing number followed by 7 digits chosen by the ODFI or software vendor. Sequentual or random numbers can be chosen. The only requirement of Nacha is unique trace numbers within a batch and file. Trace Numbers are included in each Entry Detail Record, Corporate Entry Detail Record, and addenda Record. In association with the Batch Number, transmission (File Creation) Date, and File ID Modifier, the Trace Number uniquely identifies an entry within a given file. For addenda Records, the Trace Number will be identical to the Trace Number in the associated Entry Detail Record, since the Trace Number is associated with an entry or item rather than a physical record. Use TraceNumberField for a properly formatted string representation. * @type {string} * @memberof EntryDetail */ diff --git a/docs/assets/icons.js b/docs/assets/icons.js new file mode 100644 index 0000000..b79c9e8 --- /dev/null +++ b/docs/assets/icons.js @@ -0,0 +1,15 @@ +(function(svg) { + svg.innerHTML = ``; + svg.style.display = 'none'; + if (location.protocol === 'file:') { + if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', updateUseElements); + else updateUseElements() + function updateUseElements() { + document.querySelectorAll('use').forEach(el => { + if (el.getAttribute('href').includes('#icon-')) { + el.setAttribute('href', el.getAttribute('href').replace(/.*#/, '#')); + } + }); + } + } +})(document.body.appendChild(document.createElementNS('http://www.w3.org/2000/svg', 'svg'))) \ No newline at end of file diff --git a/docs/assets/icons.svg b/docs/assets/icons.svg new file mode 100644 index 0000000..7dead61 --- /dev/null +++ b/docs/assets/icons.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/assets/main.js b/docs/assets/main.js index 4c8fa61..1daeb69 100644 --- a/docs/assets/main.js +++ b/docs/assets/main.js @@ -1,7 +1,8 @@ "use strict"; -"use strict";(()=>{var Se=Object.create;var re=Object.defineProperty;var we=Object.getOwnPropertyDescriptor;var Te=Object.getOwnPropertyNames;var ke=Object.getPrototypeOf,Qe=Object.prototype.hasOwnProperty;var Pe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Ie=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Te(e))!Qe.call(t,i)&&i!==r&&re(t,i,{get:()=>e[i],enumerable:!(n=we(e,i))||n.enumerable});return t};var Ce=(t,e,r)=>(r=t!=null?Se(ke(t)):{},Ie(e||!t||!t.__esModule?re(r,"default",{value:t,enumerable:!0}):r,t));var ae=Pe((se,oe)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var d=t.utils.clone(r)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(n.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. -`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(r+=n[u+1]*i[d+1],u+=2,d+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),m=s.str.charAt(1),y;m in s.node.edges?y=s.node.edges[m]:(y=new t.TokenSet,s.node.edges[m]=y),s.str.length==1&&(y.final=!0),i.push({node:y,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof se=="object"?oe.exports=r():e.lunr=r()}(this,function(){return t})})()});var ne=[];function G(t,e){ne.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureActivePageVisible(),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible())}createComponents(e){ne.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n,app:this}),n.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),r=e?.parentElement;for(;r&&!r.classList.contains(".tsd-navigation");)r instanceof HTMLDetailsElement&&(r.open=!0),r=r.parentElement;if(e){let n=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=n}}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let r=e.parentElement;for(;r&&r.tagName!=="SECTION";)r=r.parentElement;if(r&&r.offsetParent==null){this.alwaysVisibleMember=r,r.classList.add("always-visible");let n=document.createElement("p");n.classList.add("warning"),n.textContent="This member is normally hidden due to your filter settings.",r.prepend(n)}}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let r;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent="Copied!",e.classList.add("visible"),clearTimeout(r),r=setTimeout(()=>{e.classList.remove("visible"),r=setTimeout(()=>{e.textContent="Copy"},100)},1e3)})})}};var ie=(t,e=100)=>{let r;return()=>{clearTimeout(r),r=setTimeout(()=>t(),e)}};var ce=Ce(ae());function de(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("tsd-search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Oe(t,n,r,s)}function Oe(t,e,r,n){r.addEventListener("input",ie(()=>{Re(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Fe(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?ue(e,-1):s.key==="ArrowDown"?ue(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function _e(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=ce.Index.load(window.searchData.index))}function Re(t,e,r,n){if(_e(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=i?n.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${le(l.parent,i)}.${u}`);let d=document.createElement("li");d.classList.value=l.classes??"";let m=document.createElement("a");m.href=n.base+l.url,m.innerHTML=u,d.append(m),e.appendChild(d)}}function ue(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling??void 0;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling??void 0;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Fe(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function le(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(K(t.substring(s,o)),`${K(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(K(t.substring(s))),i.join("")}var Me={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>Me[e])}var P=class{constructor(e){this.el=e.el,this.app=e.app}};var M="mousedown",fe="mousemove",N="mouseup",J={x:0,y:0},he=!1,ee=!1,De=!1,D=!1,pe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(pe?"is-mobile":"not-mobile");pe&&"ontouchstart"in document.documentElement&&(De=!0,M="touchstart",fe="touchmove",N="touchend");document.addEventListener(M,t=>{ee=!0,D=!1;let e=M=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(fe,t=>{if(ee&&!D){let e=M=="touchstart"?t.targetTouches[0]:t,r=J.x-(e.pageX||0),n=J.y-(e.pageY||0);D=Math.sqrt(r*r+n*n)>10}});document.addEventListener(N,()=>{ee=!1});document.addEventListener("click",t=>{he&&(t.preventDefault(),t.stopImmediatePropagation(),he=!1)});var X=class extends P{constructor(r){super(r);this.className=this.el.dataset.toggle||"",this.el.addEventListener(N,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(M,n=>this.onDocumentPointerDown(n)),document.addEventListener(N,n=>this.onDocumentPointerUp(n))}setActive(r){if(this.active==r)return;this.active=r,document.documentElement.classList.toggle("has-"+this.className,r),this.el.classList.toggle("active",r);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(r){D||(this.setActive(!0),r.preventDefault())}onDocumentPointerDown(r){if(this.active){if(r.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(r){if(!D&&this.active&&r.target.closest(".col-sidebar")){let n=r.target.closest("a");if(n){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),n.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var me=document.head.appendChild(document.createElement("style"));me.dataset.for="filters";var Y=class extends P{constructor(r){super(r);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),me.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } -`}fromLocalStorage(){let r=Q.getItem(this.key);return r?r==="true":this.el.checked}setLocalStorage(r){Q.setItem(this.key,r.toString()),this.value=r,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let n=Array.from(r.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);r.style.display=n?"none":"block"})}};var Z=class extends P{constructor(r){super(r);this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update()),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function ve(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,ye(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ye(t.value)})}function ye(t){document.documentElement.dataset.theme=t}de();G(X,"a[data-toggle]");G(Z,".tsd-index-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var ge=document.getElementById("tsd-theme");ge&&ve(ge);var Ae=new U;Object.defineProperty(window,"app",{value:Ae});document.querySelectorAll("summary a").forEach(t=>{t.addEventListener("click",()=>{location.assign(t.href)})});})(); +"use strict";(()=>{var Ce=Object.create;var ne=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var _e=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var Me=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Fe=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!Re.call(t,i)&&i!==n&&ne(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Ce(_e(t)):{},Fe(e||!t||!t.__esModule?ne(n,"default",{value:t,enumerable:!0}):n,t));var ae=Me((se,oe)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var d=t.utils.clone(n)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?d+=2:a==l&&(n+=r[u+1]*i[d+1],u+=2,d+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),y=s.str.charAt(1),p;y in s.node.edges?p=s.node.edges[y]:(p=new t.TokenSet,s.node.edges[y]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:d+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof se=="object"?oe.exports=n():e.lunr=n()}(this,function(){return t})})()});var re=[];function G(t,e){re.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible()),document.body.style.display||(this.scrollToHash(),this.updateIndexVisibility())}createComponents(e){re.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}showPage(){document.body.style.display&&(document.body.style.removeProperty("display"),this.scrollToHash(),this.updateIndexVisibility())}scrollToHash(){if(location.hash){let e=document.getElementById(location.hash.substring(1));if(!e)return;e.scrollIntoView({behavior:"instant",block:"start"})}}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e&&!e.checkVisibility()){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r}}updateIndexVisibility(){let e=document.querySelector(".tsd-index-content"),n=e?.open;e&&(e.open=!0),document.querySelectorAll(".tsd-index-section").forEach(r=>{r.style.display="block";let i=Array.from(r.querySelectorAll(".tsd-index-link")).every(s=>s.offsetParent==null);r.style.display=i?"none":"block"}),e&&(e.open=n)}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(n&&n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let r=document.createElement("p");r.classList.add("warning"),r.textContent="This member is normally hidden due to your filter settings.",n.prepend(r)}}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent="Copied!",e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent="Copy"},100)},1e3)})})}};var ie=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var de=De(ae());async function le(t,e){if(!window.searchData)return;let n=await fetch(window.searchData),r=new Blob([await n.arrayBuffer()]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();t.data=i,t.index=de.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function he(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:t.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{le(e,t)}),le(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");let s=!1;i.addEventListener("mousedown",()=>s=!0),i.addEventListener("mouseup",()=>{s=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{s||(s=!1,t.classList.remove("has-focus"))}),Ae(t,i,r,e)}function Ae(t,e,n,r){n.addEventListener("input",ie(()=>{Ne(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?ue(e,-1):s.key==="ArrowDown"?ue(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function Ne(t,e,n,r){if(!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s;if(i){let o=i.split(" ").map(a=>a.length?`*${a}*`:"").join(" ");s=r.index.search(o)}else s=[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o`,d=ce(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=` + ${ce(l.parent,i)}.${d}`);let y=document.createElement("li");y.classList.value=l.classes??"";let p=document.createElement("a");p.href=r.base+l.url,p.innerHTML=u+d,y.append(p),e.appendChild(y)}}function ue(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function ce(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(K(t.substring(s,o)),`${K(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(K(t.substring(s))),i.join("")}var He={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>He[e])}var I=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",fe="mousemove",H="mouseup",J={x:0,y:0},pe=!1,ee=!1,Be=!1,D=!1,me=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(me?"is-mobile":"not-mobile");me&&"ontouchstart"in document.documentElement&&(Be=!0,F="touchstart",fe="touchmove",H="touchend");document.addEventListener(F,t=>{ee=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(fe,t=>{if(ee&&!D){let e=F=="touchstart"?t.targetTouches[0]:t,n=J.x-(e.pageX||0),r=J.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(H,()=>{ee=!1});document.addEventListener("click",t=>{pe&&(t.preventDefault(),t.stopImmediatePropagation(),pe=!1)});var X=class extends I{constructor(e){super(e),this.className=this.el.dataset.toggle||"",this.el.addEventListener(H,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(F,n=>this.onDocumentPointerDown(n)),document.addEventListener(H,n=>this.onDocumentPointerUp(n))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(e){D||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!D&&this.active&&e.target.closest(".col-sidebar")){let n=e.target.closest("a");if(n){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substring(0,r.indexOf("#"))),n.href.substring(0,r.length)==r&&setTimeout(()=>this.setActive(!1),250)}}}};var te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var ye=document.head.appendChild(document.createElement("style"));ye.dataset.for="filters";var Y=class extends I{constructor(e){super(e),this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),ye.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`,this.app.updateIndexVisibility()}fromLocalStorage(){let e=Q.getItem(this.key);return e?e==="true":this.el.checked}setLocalStorage(e){Q.setItem(this.key,e.toString()),this.value=e,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),this.app.filterChanged(),this.app.updateIndexVisibility()}};var Z=class extends I{constructor(e){super(e),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let n=Q.getItem(this.key);this.el.open=n?n==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let r=this.summary.querySelector("a");r&&r.addEventListener("click",()=>{location.assign(r.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function ge(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,ve(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ve(t.value)})}function ve(t){document.documentElement.dataset.theme=t}var Le;function be(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",xe),xe())}async function xe(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();Le=t.dataset.base+"/",t.innerHTML="";for(let s of i)we(s,t,[]);window.app.createComponents(t),window.app.showPage(),window.app.ensureActivePageVisible()}function we(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-index-accordion`:"tsd-index-accordion",s.dataset.key=i.join("$");let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.innerHTML='',Ee(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)we(u,l,i)}else Ee(t,r,t.class)}function Ee(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=Le+t.path,n&&(r.className=n),location.pathname===r.pathname&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else e.appendChild(document.createElement("span")).textContent=t.text}G(X,"a[data-toggle]");G(Z,".tsd-index-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("tsd-theme");Se&&ge(Se);var je=new U;Object.defineProperty(window,"app",{value:je});he();be();})(); /*! Bundled license information: lunr/lunr.js: diff --git a/docs/assets/navigation.js b/docs/assets/navigation.js new file mode 100644 index 0000000..fca8ab7 --- /dev/null +++ b/docs/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAE53YXXOjNhQG4P/i3qatiT/JHWs7k0yTdcZ2dqazs5NRQI5pMVAhd5J2+t8rY2wkdHR0di8Nrx4wEpI4X//tSf4uezc9Vqa9q17J5E792BfJIePVr+rgLzu5z9SZP9M86d1cX/XiXZolgue9m6+XxtHs7jZVDSIdiTNWVQ2iBUwwuJ7+d9U68y+fmIx3syKXoshaK80lF1sWnzkz17nH0dgkFyr0MeeSpaioxTzg8a8QblGLoWCS8Dxh/Wu3dU5QmJGXGRGYoO9jgj6FCbxMQGG8zyagPJtg4GUGFGboZYYUxttTAamnxl5mTGEmXmZCYaZeZkpgQi8T0pgV3x4qnvi1JkhBQ68Wkpjj3MArSbi7NkqC52m1K/JCUOQ2i9H1bOvE6rPe5r4Zkzqj17k7zhIucOuUwaiZ4Ezy4zztlNoIDVrxqizyigKeoxhMWbuICxdl1SIuWceYpwfaCAplTEqekx4ckMXo+2iDj9pzgIJ4/qwZ84CULjVjGPhYJDxbCFG4766NeCH0VbgkMGa53VZcOo3TaQxY87c9zyV6J1qGQPGk3nv6tCaGgV9Ylibq7V2W0s3pIf+TiuK4OORy81HyRX7Yt6pUR/Rn1gl25H44CUbXdP1vJlL2mmFX+LmzMxvovLahj97Tonpigu3rqU0fiNtDHstUvandjwCrjXmp8RC+1C2LVfaDcIEmSWRLilha2DeNe2X61HX+gDoeJX1BfVLB6One/nqqheYs9um04n8dUrWKd6YCgzEyPkxtNyLxBg/zi9aE0OU6Wi9enqLNHTT4Tv/unEDG22z58LCYbe6Xn19ul6vHaLN2cnbUcvWOi4v9vsjtrjsdJ3Xe/Pnx8feX+m88rx6gG2swM4j83WOnCVm/IIv3tNJnm3aANqiVRQZ9XG8+mp67bSTEBvOIr+4kVdPfP3zOJLvffuY80Tehlg/mUV+qV/E3/rEplq9/8FiidieLu+odS+PoIHc02op7dM4EF9/BW3ncX9LpJV1dq7uId/XQwkZgJ4mYsnhSxlqKNH9DQD2GzrpxkW/Tt4Ng5jhu32HtNOlVnsHgeRo1wZmbN+dTI1g/JK7mUnhuRS7RtrQnXP2pqIP83X4a9eEfr+fZzE9m7kQOg3A46DtWWmSvgPNQQ8L1rA0DfpU2TrFLMltioqvmCZlWFlHB7wwYNaOICX5DwqYZdZp28RPitJRPGpGkkV/SS6BuqU75pIAkBQSJ9JwCwnPSa6GINCBIQ5I0JEikvgsofTcmSWOCNCFJE4I0JUlTvxSSpJAkWQVSDGzDPjckgSFFAsqkGKnHvTZUKcVwI+/SO2UnwDsnUIEyzxJXA7CG5eIuOZfm2CMBXjdJEqH9kc822jivAlR7IViP+S27bomaWtxlUxdu2qpNXbJp6zVU+XVg3nGEFn8hFMy7dLv+C5BayOcQ/rUVRUxqJ1tRlwkVggHPiKGW90XRUy6pWw4GmEsEN5ylTCdpt3BdAaw5A66Z82hW2dkNtlGXCVeeAbETND39I/EggIGnDpI+EJ/1xtrH67H9s2UY9cBtIfYMLFEcG5/OIhWEkgl9mjBb1yeBgsG3/wGb1O//6CIAAA==" \ No newline at end of file diff --git a/docs/assets/search.js b/docs/assets/search.js index 8ff711b..5e2ec56 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"rows\":[{\"kind\":2,\"name\":\"api\",\"url\":\"modules/api.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"ADVBatchControl\",\"url\":\"interfaces/api.ADVBatchControl.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.ADVBatchControl.html#id\",\"classes\":\"\",\"parent\":\"api.ADVBatchControl\"},{\"kind\":1024,\"name\":\"serviceClassCode\",\"url\":\"interfaces/api.ADVBatchControl.html#serviceClassCode\",\"classes\":\"\",\"parent\":\"api.ADVBatchControl\"},{\"kind\":1024,\"name\":\"entryAddendaCount\",\"url\":\"interfaces/api.ADVBatchControl.html#entryAddendaCount\",\"classes\":\"\",\"parent\":\"api.ADVBatchControl\"},{\"kind\":1024,\"name\":\"entryHash\",\"url\":\"interfaces/api.ADVBatchControl.html#entryHash\",\"classes\":\"\",\"parent\":\"api.ADVBatchControl\"},{\"kind\":1024,\"name\":\"totalDebit\",\"url\":\"interfaces/api.ADVBatchControl.html#totalDebit\",\"classes\":\"\",\"parent\":\"api.ADVBatchControl\"},{\"kind\":1024,\"name\":\"totalCredit\",\"url\":\"interfaces/api.ADVBatchControl.html#totalCredit\",\"classes\":\"\",\"parent\":\"api.ADVBatchControl\"},{\"kind\":1024,\"name\":\"achOperatorData\",\"url\":\"interfaces/api.ADVBatchControl.html#achOperatorData\",\"classes\":\"\",\"parent\":\"api.ADVBatchControl\"},{\"kind\":1024,\"name\":\"ODFIIdentification\",\"url\":\"interfaces/api.ADVBatchControl.html#ODFIIdentification\",\"classes\":\"\",\"parent\":\"api.ADVBatchControl\"},{\"kind\":1024,\"name\":\"batchNumber\",\"url\":\"interfaces/api.ADVBatchControl.html#batchNumber\",\"classes\":\"\",\"parent\":\"api.ADVBatchControl\"},{\"kind\":256,\"name\":\"ADVEntryDetail\",\"url\":\"interfaces/api.ADVEntryDetail.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.ADVEntryDetail.html#id\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"transactionCode\",\"url\":\"interfaces/api.ADVEntryDetail.html#transactionCode\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"RDFIIdentification\",\"url\":\"interfaces/api.ADVEntryDetail.html#RDFIIdentification\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"checkDigit\",\"url\":\"interfaces/api.ADVEntryDetail.html#checkDigit\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"DFIAccountNumber\",\"url\":\"interfaces/api.ADVEntryDetail.html#DFIAccountNumber\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/api.ADVEntryDetail.html#amount\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"adviceRoutingNumber\",\"url\":\"interfaces/api.ADVEntryDetail.html#adviceRoutingNumber\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"fileIdentification\",\"url\":\"interfaces/api.ADVEntryDetail.html#fileIdentification\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"achOperatorData\",\"url\":\"interfaces/api.ADVEntryDetail.html#achOperatorData\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"individualName\",\"url\":\"interfaces/api.ADVEntryDetail.html#individualName\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"discretionaryData\",\"url\":\"interfaces/api.ADVEntryDetail.html#discretionaryData\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"addendaRecordIndicator\",\"url\":\"interfaces/api.ADVEntryDetail.html#addendaRecordIndicator\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"achOperatorRoutingNumber\",\"url\":\"interfaces/api.ADVEntryDetail.html#achOperatorRoutingNumber\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"julianDay\",\"url\":\"interfaces/api.ADVEntryDetail.html#julianDay\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"sequenceNumber\",\"url\":\"interfaces/api.ADVEntryDetail.html#sequenceNumber\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"addenda99\",\"url\":\"interfaces/api.ADVEntryDetail.html#addenda99\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/api.ADVEntryDetail.html#category\",\"classes\":\"\",\"parent\":\"api.ADVEntryDetail\"},{\"kind\":256,\"name\":\"ADVFileControl\",\"url\":\"interfaces/api.ADVFileControl.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.ADVFileControl.html#id\",\"classes\":\"\",\"parent\":\"api.ADVFileControl\"},{\"kind\":1024,\"name\":\"batchCount\",\"url\":\"interfaces/api.ADVFileControl.html#batchCount\",\"classes\":\"\",\"parent\":\"api.ADVFileControl\"},{\"kind\":1024,\"name\":\"blockCount\",\"url\":\"interfaces/api.ADVFileControl.html#blockCount\",\"classes\":\"\",\"parent\":\"api.ADVFileControl\"},{\"kind\":1024,\"name\":\"entryAddendaCount\",\"url\":\"interfaces/api.ADVFileControl.html#entryAddendaCount\",\"classes\":\"\",\"parent\":\"api.ADVFileControl\"},{\"kind\":1024,\"name\":\"entryHash\",\"url\":\"interfaces/api.ADVFileControl.html#entryHash\",\"classes\":\"\",\"parent\":\"api.ADVFileControl\"},{\"kind\":1024,\"name\":\"totalDebit\",\"url\":\"interfaces/api.ADVFileControl.html#totalDebit\",\"classes\":\"\",\"parent\":\"api.ADVFileControl\"},{\"kind\":1024,\"name\":\"totalCredit\",\"url\":\"interfaces/api.ADVFileControl.html#totalCredit\",\"classes\":\"\",\"parent\":\"api.ADVFileControl\"},{\"kind\":256,\"name\":\"Addenda02\",\"url\":\"interfaces/api.Addenda02.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda02.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda02\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda02.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda02\"},{\"kind\":1024,\"name\":\"referenceInformationOne\",\"url\":\"interfaces/api.Addenda02.html#referenceInformationOne\",\"classes\":\"\",\"parent\":\"api.Addenda02\"},{\"kind\":1024,\"name\":\"referenceInformationTwo\",\"url\":\"interfaces/api.Addenda02.html#referenceInformationTwo\",\"classes\":\"\",\"parent\":\"api.Addenda02\"},{\"kind\":1024,\"name\":\"terminalIdentificationCode\",\"url\":\"interfaces/api.Addenda02.html#terminalIdentificationCode\",\"classes\":\"\",\"parent\":\"api.Addenda02\"},{\"kind\":1024,\"name\":\"transactionSerialNumber\",\"url\":\"interfaces/api.Addenda02.html#transactionSerialNumber\",\"classes\":\"\",\"parent\":\"api.Addenda02\"},{\"kind\":1024,\"name\":\"transactionDate\",\"url\":\"interfaces/api.Addenda02.html#transactionDate\",\"classes\":\"\",\"parent\":\"api.Addenda02\"},{\"kind\":1024,\"name\":\"authorizationCodeOrExpireDate\",\"url\":\"interfaces/api.Addenda02.html#authorizationCodeOrExpireDate\",\"classes\":\"\",\"parent\":\"api.Addenda02\"},{\"kind\":1024,\"name\":\"terminalLocation\",\"url\":\"interfaces/api.Addenda02.html#terminalLocation\",\"classes\":\"\",\"parent\":\"api.Addenda02\"},{\"kind\":1024,\"name\":\"terminalCity\",\"url\":\"interfaces/api.Addenda02.html#terminalCity\",\"classes\":\"\",\"parent\":\"api.Addenda02\"},{\"kind\":1024,\"name\":\"terminalState\",\"url\":\"interfaces/api.Addenda02.html#terminalState\",\"classes\":\"\",\"parent\":\"api.Addenda02\"},{\"kind\":1024,\"name\":\"traceNumber\",\"url\":\"interfaces/api.Addenda02.html#traceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda02\"},{\"kind\":256,\"name\":\"Addenda05\",\"url\":\"interfaces/api.Addenda05.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda05.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda05\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda05.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda05\"},{\"kind\":1024,\"name\":\"paymentRelatedInformation\",\"url\":\"interfaces/api.Addenda05.html#paymentRelatedInformation\",\"classes\":\"\",\"parent\":\"api.Addenda05\"},{\"kind\":1024,\"name\":\"sequenceNumber\",\"url\":\"interfaces/api.Addenda05.html#sequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda05\"},{\"kind\":1024,\"name\":\"entryDetailSequenceNumber\",\"url\":\"interfaces/api.Addenda05.html#entryDetailSequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda05\"},{\"kind\":256,\"name\":\"Addenda10\",\"url\":\"interfaces/api.Addenda10.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda10.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda10\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda10.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda10\"},{\"kind\":1024,\"name\":\"transactionTypeCode\",\"url\":\"interfaces/api.Addenda10.html#transactionTypeCode\",\"classes\":\"\",\"parent\":\"api.Addenda10\"},{\"kind\":1024,\"name\":\"foreignPaymentAmount\",\"url\":\"interfaces/api.Addenda10.html#foreignPaymentAmount\",\"classes\":\"\",\"parent\":\"api.Addenda10\"},{\"kind\":1024,\"name\":\"foreignTraceNumber\",\"url\":\"interfaces/api.Addenda10.html#foreignTraceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda10\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/api.Addenda10.html#name\",\"classes\":\"\",\"parent\":\"api.Addenda10\"},{\"kind\":1024,\"name\":\"entryDetailSequenceNumber\",\"url\":\"interfaces/api.Addenda10.html#entryDetailSequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda10\"},{\"kind\":256,\"name\":\"Addenda11\",\"url\":\"interfaces/api.Addenda11.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda11.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda11\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda11.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda11\"},{\"kind\":1024,\"name\":\"originatorName\",\"url\":\"interfaces/api.Addenda11.html#originatorName\",\"classes\":\"\",\"parent\":\"api.Addenda11\"},{\"kind\":1024,\"name\":\"originatorStreetAddress\",\"url\":\"interfaces/api.Addenda11.html#originatorStreetAddress\",\"classes\":\"\",\"parent\":\"api.Addenda11\"},{\"kind\":1024,\"name\":\"entryDetailSequenceNumber\",\"url\":\"interfaces/api.Addenda11.html#entryDetailSequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda11\"},{\"kind\":256,\"name\":\"Addenda12\",\"url\":\"interfaces/api.Addenda12.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda12.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda12\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda12.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda12\"},{\"kind\":1024,\"name\":\"originatorCityStateProvince\",\"url\":\"interfaces/api.Addenda12.html#originatorCityStateProvince\",\"classes\":\"\",\"parent\":\"api.Addenda12\"},{\"kind\":1024,\"name\":\"originatorCountryPostalCode\",\"url\":\"interfaces/api.Addenda12.html#originatorCountryPostalCode\",\"classes\":\"\",\"parent\":\"api.Addenda12\"},{\"kind\":1024,\"name\":\"entryDetailSequenceNumber\",\"url\":\"interfaces/api.Addenda12.html#entryDetailSequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda12\"},{\"kind\":256,\"name\":\"Addenda13\",\"url\":\"interfaces/api.Addenda13.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda13.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda13\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda13.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda13\"},{\"kind\":1024,\"name\":\"ODFIName\",\"url\":\"interfaces/api.Addenda13.html#ODFIName\",\"classes\":\"\",\"parent\":\"api.Addenda13\"},{\"kind\":1024,\"name\":\"ODFIIDNumberQualifier\",\"url\":\"interfaces/api.Addenda13.html#ODFIIDNumberQualifier\",\"classes\":\"\",\"parent\":\"api.Addenda13\"},{\"kind\":1024,\"name\":\"ODFIIdentification\",\"url\":\"interfaces/api.Addenda13.html#ODFIIdentification\",\"classes\":\"\",\"parent\":\"api.Addenda13\"},{\"kind\":1024,\"name\":\"ODFIBranchCountryCode\",\"url\":\"interfaces/api.Addenda13.html#ODFIBranchCountryCode\",\"classes\":\"\",\"parent\":\"api.Addenda13\"},{\"kind\":1024,\"name\":\"entryDetailSequenceNumber\",\"url\":\"interfaces/api.Addenda13.html#entryDetailSequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda13\"},{\"kind\":256,\"name\":\"Addenda14\",\"url\":\"interfaces/api.Addenda14.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda14.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda14\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda14.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda14\"},{\"kind\":1024,\"name\":\"RDFIName\",\"url\":\"interfaces/api.Addenda14.html#RDFIName\",\"classes\":\"\",\"parent\":\"api.Addenda14\"},{\"kind\":1024,\"name\":\"RDFIIDNumberQualifier\",\"url\":\"interfaces/api.Addenda14.html#RDFIIDNumberQualifier\",\"classes\":\"\",\"parent\":\"api.Addenda14\"},{\"kind\":1024,\"name\":\"RDFIIdentification\",\"url\":\"interfaces/api.Addenda14.html#RDFIIdentification\",\"classes\":\"\",\"parent\":\"api.Addenda14\"},{\"kind\":1024,\"name\":\"RDFIBranchCountryCode\",\"url\":\"interfaces/api.Addenda14.html#RDFIBranchCountryCode\",\"classes\":\"\",\"parent\":\"api.Addenda14\"},{\"kind\":1024,\"name\":\"entryDetailSequenceNumber\",\"url\":\"interfaces/api.Addenda14.html#entryDetailSequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda14\"},{\"kind\":256,\"name\":\"Addenda15\",\"url\":\"interfaces/api.Addenda15.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda15.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda15\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda15.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda15\"},{\"kind\":1024,\"name\":\"receiverIDNumber\",\"url\":\"interfaces/api.Addenda15.html#receiverIDNumber\",\"classes\":\"\",\"parent\":\"api.Addenda15\"},{\"kind\":1024,\"name\":\"receiverStreetAddress\",\"url\":\"interfaces/api.Addenda15.html#receiverStreetAddress\",\"classes\":\"\",\"parent\":\"api.Addenda15\"},{\"kind\":1024,\"name\":\"entryDetailSequenceNumber\",\"url\":\"interfaces/api.Addenda15.html#entryDetailSequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda15\"},{\"kind\":256,\"name\":\"Addenda16\",\"url\":\"interfaces/api.Addenda16.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda16.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda16\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda16.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda16\"},{\"kind\":1024,\"name\":\"receiverCityStateProvince\",\"url\":\"interfaces/api.Addenda16.html#receiverCityStateProvince\",\"classes\":\"\",\"parent\":\"api.Addenda16\"},{\"kind\":1024,\"name\":\"receiverCountryPostalCode\",\"url\":\"interfaces/api.Addenda16.html#receiverCountryPostalCode\",\"classes\":\"\",\"parent\":\"api.Addenda16\"},{\"kind\":1024,\"name\":\"entryDetailSequenceNumber\",\"url\":\"interfaces/api.Addenda16.html#entryDetailSequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda16\"},{\"kind\":256,\"name\":\"Addenda17\",\"url\":\"interfaces/api.Addenda17.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda17.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda17\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda17.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda17\"},{\"kind\":1024,\"name\":\"paymentRelatedInformation\",\"url\":\"interfaces/api.Addenda17.html#paymentRelatedInformation\",\"classes\":\"\",\"parent\":\"api.Addenda17\"},{\"kind\":1024,\"name\":\"sequenceNumber\",\"url\":\"interfaces/api.Addenda17.html#sequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda17\"},{\"kind\":1024,\"name\":\"entryDetailSequenceNumber\",\"url\":\"interfaces/api.Addenda17.html#entryDetailSequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda17\"},{\"kind\":256,\"name\":\"Addenda18\",\"url\":\"interfaces/api.Addenda18.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda18.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda18\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda18.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda18\"},{\"kind\":1024,\"name\":\"foreignCorrespondentBankName\",\"url\":\"interfaces/api.Addenda18.html#foreignCorrespondentBankName\",\"classes\":\"\",\"parent\":\"api.Addenda18\"},{\"kind\":1024,\"name\":\"foreignCorrespondentBankIDNumberQualifier\",\"url\":\"interfaces/api.Addenda18.html#foreignCorrespondentBankIDNumberQualifier\",\"classes\":\"\",\"parent\":\"api.Addenda18\"},{\"kind\":1024,\"name\":\"foreignCorrespondentBankIDNumber\",\"url\":\"interfaces/api.Addenda18.html#foreignCorrespondentBankIDNumber\",\"classes\":\"\",\"parent\":\"api.Addenda18\"},{\"kind\":1024,\"name\":\"foreignCorrespondentBankBranchCountryCode\",\"url\":\"interfaces/api.Addenda18.html#foreignCorrespondentBankBranchCountryCode\",\"classes\":\"\",\"parent\":\"api.Addenda18\"},{\"kind\":1024,\"name\":\"sequenceNumber\",\"url\":\"interfaces/api.Addenda18.html#sequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda18\"},{\"kind\":1024,\"name\":\"entryDetailSequenceNumber\",\"url\":\"interfaces/api.Addenda18.html#entryDetailSequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda18\"},{\"kind\":256,\"name\":\"Addenda98\",\"url\":\"interfaces/api.Addenda98.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda98.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda98\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda98.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda98\"},{\"kind\":1024,\"name\":\"changeCode\",\"url\":\"interfaces/api.Addenda98.html#changeCode\",\"classes\":\"\",\"parent\":\"api.Addenda98\"},{\"kind\":1024,\"name\":\"originalTrace\",\"url\":\"interfaces/api.Addenda98.html#originalTrace\",\"classes\":\"\",\"parent\":\"api.Addenda98\"},{\"kind\":1024,\"name\":\"originalDFI\",\"url\":\"interfaces/api.Addenda98.html#originalDFI\",\"classes\":\"\",\"parent\":\"api.Addenda98\"},{\"kind\":1024,\"name\":\"correctedData\",\"url\":\"interfaces/api.Addenda98.html#correctedData\",\"classes\":\"\",\"parent\":\"api.Addenda98\"},{\"kind\":1024,\"name\":\"traceNumber\",\"url\":\"interfaces/api.Addenda98.html#traceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda98\"},{\"kind\":256,\"name\":\"Addenda98Refused\",\"url\":\"interfaces/api.Addenda98Refused.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda98Refused.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda98Refused\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda98Refused.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda98Refused\"},{\"kind\":1024,\"name\":\"refusedChangeCode\",\"url\":\"interfaces/api.Addenda98Refused.html#refusedChangeCode\",\"classes\":\"\",\"parent\":\"api.Addenda98Refused\"},{\"kind\":1024,\"name\":\"originalTrace\",\"url\":\"interfaces/api.Addenda98Refused.html#originalTrace\",\"classes\":\"\",\"parent\":\"api.Addenda98Refused\"},{\"kind\":1024,\"name\":\"originalDFI\",\"url\":\"interfaces/api.Addenda98Refused.html#originalDFI\",\"classes\":\"\",\"parent\":\"api.Addenda98Refused\"},{\"kind\":1024,\"name\":\"correctedData\",\"url\":\"interfaces/api.Addenda98Refused.html#correctedData\",\"classes\":\"\",\"parent\":\"api.Addenda98Refused\"},{\"kind\":1024,\"name\":\"changeCode\",\"url\":\"interfaces/api.Addenda98Refused.html#changeCode\",\"classes\":\"\",\"parent\":\"api.Addenda98Refused\"},{\"kind\":1024,\"name\":\"traceSequenceNumber\",\"url\":\"interfaces/api.Addenda98Refused.html#traceSequenceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda98Refused\"},{\"kind\":1024,\"name\":\"traceNumber\",\"url\":\"interfaces/api.Addenda98Refused.html#traceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda98Refused\"},{\"kind\":256,\"name\":\"Addenda99\",\"url\":\"interfaces/api.Addenda99.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda99.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda99\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda99.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda99\"},{\"kind\":1024,\"name\":\"returnCode\",\"url\":\"interfaces/api.Addenda99.html#returnCode\",\"classes\":\"\",\"parent\":\"api.Addenda99\"},{\"kind\":1024,\"name\":\"originalTrace\",\"url\":\"interfaces/api.Addenda99.html#originalTrace\",\"classes\":\"\",\"parent\":\"api.Addenda99\"},{\"kind\":1024,\"name\":\"dateOfDeath\",\"url\":\"interfaces/api.Addenda99.html#dateOfDeath\",\"classes\":\"\",\"parent\":\"api.Addenda99\"},{\"kind\":1024,\"name\":\"originalDFI\",\"url\":\"interfaces/api.Addenda99.html#originalDFI\",\"classes\":\"\",\"parent\":\"api.Addenda99\"},{\"kind\":1024,\"name\":\"addendaInformation\",\"url\":\"interfaces/api.Addenda99.html#addendaInformation\",\"classes\":\"\",\"parent\":\"api.Addenda99\"},{\"kind\":1024,\"name\":\"traceNumber\",\"url\":\"interfaces/api.Addenda99.html#traceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda99\"},{\"kind\":256,\"name\":\"Addenda99Contested\",\"url\":\"interfaces/api.Addenda99Contested.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda99Contested.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda99Contested.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":1024,\"name\":\"contestedReturnCode\",\"url\":\"interfaces/api.Addenda99Contested.html#contestedReturnCode\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":1024,\"name\":\"dateOriginalEntryReturned\",\"url\":\"interfaces/api.Addenda99Contested.html#dateOriginalEntryReturned\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":1024,\"name\":\"dishonoredReturnReasonCode\",\"url\":\"interfaces/api.Addenda99Contested.html#dishonoredReturnReasonCode\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":1024,\"name\":\"dishonoredReturnTraceNumber\",\"url\":\"interfaces/api.Addenda99Contested.html#dishonoredReturnTraceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":1024,\"name\":\"dishonoredReturnSettlementDate\",\"url\":\"interfaces/api.Addenda99Contested.html#dishonoredReturnSettlementDate\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":1024,\"name\":\"originalEntryTraceNumber\",\"url\":\"interfaces/api.Addenda99Contested.html#originalEntryTraceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":1024,\"name\":\"originalReceivingDFIIdentification\",\"url\":\"interfaces/api.Addenda99Contested.html#originalReceivingDFIIdentification\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":1024,\"name\":\"originalSettlementDate\",\"url\":\"interfaces/api.Addenda99Contested.html#originalSettlementDate\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":1024,\"name\":\"returnTraceNumber\",\"url\":\"interfaces/api.Addenda99Contested.html#returnTraceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":1024,\"name\":\"returnSettlementDate\",\"url\":\"interfaces/api.Addenda99Contested.html#returnSettlementDate\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":1024,\"name\":\"returnReasonCode\",\"url\":\"interfaces/api.Addenda99Contested.html#returnReasonCode\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":1024,\"name\":\"traceNumber\",\"url\":\"interfaces/api.Addenda99Contested.html#traceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda99Contested\"},{\"kind\":256,\"name\":\"Addenda99Dishonored\",\"url\":\"interfaces/api.Addenda99Dishonored.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.Addenda99Dishonored.html#id\",\"classes\":\"\",\"parent\":\"api.Addenda99Dishonored\"},{\"kind\":1024,\"name\":\"typeCode\",\"url\":\"interfaces/api.Addenda99Dishonored.html#typeCode\",\"classes\":\"\",\"parent\":\"api.Addenda99Dishonored\"},{\"kind\":1024,\"name\":\"originalEntryTraceNumber\",\"url\":\"interfaces/api.Addenda99Dishonored.html#originalEntryTraceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda99Dishonored\"},{\"kind\":1024,\"name\":\"originalReceivingDFIIdentification\",\"url\":\"interfaces/api.Addenda99Dishonored.html#originalReceivingDFIIdentification\",\"classes\":\"\",\"parent\":\"api.Addenda99Dishonored\"},{\"kind\":1024,\"name\":\"returnTraceNumber\",\"url\":\"interfaces/api.Addenda99Dishonored.html#returnTraceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda99Dishonored\"},{\"kind\":1024,\"name\":\"returnSettlementDate\",\"url\":\"interfaces/api.Addenda99Dishonored.html#returnSettlementDate\",\"classes\":\"\",\"parent\":\"api.Addenda99Dishonored\"},{\"kind\":1024,\"name\":\"returnReasonCode\",\"url\":\"interfaces/api.Addenda99Dishonored.html#returnReasonCode\",\"classes\":\"\",\"parent\":\"api.Addenda99Dishonored\"},{\"kind\":1024,\"name\":\"dishonoredReturnReasonCode\",\"url\":\"interfaces/api.Addenda99Dishonored.html#dishonoredReturnReasonCode\",\"classes\":\"\",\"parent\":\"api.Addenda99Dishonored\"},{\"kind\":1024,\"name\":\"traceNumber\",\"url\":\"interfaces/api.Addenda99Dishonored.html#traceNumber\",\"classes\":\"\",\"parent\":\"api.Addenda99Dishonored\"},{\"kind\":1024,\"name\":\"addendaInformation\",\"url\":\"interfaces/api.Addenda99Dishonored.html#addendaInformation\",\"classes\":\"\",\"parent\":\"api.Addenda99Dishonored\"},{\"kind\":256,\"name\":\"Batch\",\"url\":\"interfaces/api.Batch.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"batchHeader\",\"url\":\"interfaces/api.Batch.html#batchHeader\",\"classes\":\"\",\"parent\":\"api.Batch\"},{\"kind\":1024,\"name\":\"entryDetails\",\"url\":\"interfaces/api.Batch.html#entryDetails\",\"classes\":\"\",\"parent\":\"api.Batch\"},{\"kind\":1024,\"name\":\"batchControl\",\"url\":\"interfaces/api.Batch.html#batchControl\",\"classes\":\"\",\"parent\":\"api.Batch\"},{\"kind\":1024,\"name\":\"advEntryDetails\",\"url\":\"interfaces/api.Batch.html#advEntryDetails\",\"classes\":\"\",\"parent\":\"api.Batch\"},{\"kind\":1024,\"name\":\"advBatchControl\",\"url\":\"interfaces/api.Batch.html#advBatchControl\",\"classes\":\"\",\"parent\":\"api.Batch\"},{\"kind\":1024,\"name\":\"offset\",\"url\":\"interfaces/api.Batch.html#offset\",\"classes\":\"\",\"parent\":\"api.Batch\"},{\"kind\":256,\"name\":\"BatchControl\",\"url\":\"interfaces/api.BatchControl.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.BatchControl.html#id\",\"classes\":\"\",\"parent\":\"api.BatchControl\"},{\"kind\":1024,\"name\":\"serviceClassCode\",\"url\":\"interfaces/api.BatchControl.html#serviceClassCode\",\"classes\":\"\",\"parent\":\"api.BatchControl\"},{\"kind\":1024,\"name\":\"entryAddendaCount\",\"url\":\"interfaces/api.BatchControl.html#entryAddendaCount\",\"classes\":\"\",\"parent\":\"api.BatchControl\"},{\"kind\":1024,\"name\":\"entryHash\",\"url\":\"interfaces/api.BatchControl.html#entryHash\",\"classes\":\"\",\"parent\":\"api.BatchControl\"},{\"kind\":1024,\"name\":\"totalDebit\",\"url\":\"interfaces/api.BatchControl.html#totalDebit\",\"classes\":\"\",\"parent\":\"api.BatchControl\"},{\"kind\":1024,\"name\":\"totalCredit\",\"url\":\"interfaces/api.BatchControl.html#totalCredit\",\"classes\":\"\",\"parent\":\"api.BatchControl\"},{\"kind\":1024,\"name\":\"companyIdentification\",\"url\":\"interfaces/api.BatchControl.html#companyIdentification\",\"classes\":\"\",\"parent\":\"api.BatchControl\"},{\"kind\":1024,\"name\":\"messageAuthentication\",\"url\":\"interfaces/api.BatchControl.html#messageAuthentication\",\"classes\":\"\",\"parent\":\"api.BatchControl\"},{\"kind\":1024,\"name\":\"ODFIIdentification\",\"url\":\"interfaces/api.BatchControl.html#ODFIIdentification\",\"classes\":\"\",\"parent\":\"api.BatchControl\"},{\"kind\":1024,\"name\":\"batchNumber\",\"url\":\"interfaces/api.BatchControl.html#batchNumber\",\"classes\":\"\",\"parent\":\"api.BatchControl\"},{\"kind\":256,\"name\":\"BatchHeader\",\"url\":\"interfaces/api.BatchHeader.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.BatchHeader.html#id\",\"classes\":\"\",\"parent\":\"api.BatchHeader\"},{\"kind\":1024,\"name\":\"serviceClassCode\",\"url\":\"interfaces/api.BatchHeader.html#serviceClassCode\",\"classes\":\"\",\"parent\":\"api.BatchHeader\"},{\"kind\":1024,\"name\":\"companyName\",\"url\":\"interfaces/api.BatchHeader.html#companyName\",\"classes\":\"\",\"parent\":\"api.BatchHeader\"},{\"kind\":1024,\"name\":\"companyDiscretionaryData\",\"url\":\"interfaces/api.BatchHeader.html#companyDiscretionaryData\",\"classes\":\"\",\"parent\":\"api.BatchHeader\"},{\"kind\":1024,\"name\":\"companyIdentification\",\"url\":\"interfaces/api.BatchHeader.html#companyIdentification\",\"classes\":\"\",\"parent\":\"api.BatchHeader\"},{\"kind\":1024,\"name\":\"standardEntryClassCode\",\"url\":\"interfaces/api.BatchHeader.html#standardEntryClassCode\",\"classes\":\"\",\"parent\":\"api.BatchHeader\"},{\"kind\":1024,\"name\":\"companyEntryDescription\",\"url\":\"interfaces/api.BatchHeader.html#companyEntryDescription\",\"classes\":\"\",\"parent\":\"api.BatchHeader\"},{\"kind\":1024,\"name\":\"companyDescriptiveDate\",\"url\":\"interfaces/api.BatchHeader.html#companyDescriptiveDate\",\"classes\":\"\",\"parent\":\"api.BatchHeader\"},{\"kind\":1024,\"name\":\"effectiveEntryDate\",\"url\":\"interfaces/api.BatchHeader.html#effectiveEntryDate\",\"classes\":\"\",\"parent\":\"api.BatchHeader\"},{\"kind\":1024,\"name\":\"originatorStatusCode\",\"url\":\"interfaces/api.BatchHeader.html#originatorStatusCode\",\"classes\":\"\",\"parent\":\"api.BatchHeader\"},{\"kind\":1024,\"name\":\"ODFIIdentification\",\"url\":\"interfaces/api.BatchHeader.html#ODFIIdentification\",\"classes\":\"\",\"parent\":\"api.BatchHeader\"},{\"kind\":1024,\"name\":\"batchNumber\",\"url\":\"interfaces/api.BatchHeader.html#batchNumber\",\"classes\":\"\",\"parent\":\"api.BatchHeader\"},{\"kind\":1024,\"name\":\"settlementDate\",\"url\":\"interfaces/api.BatchHeader.html#settlementDate\",\"classes\":\"\",\"parent\":\"api.BatchHeader\"},{\"kind\":256,\"name\":\"CreateFile\",\"url\":\"interfaces/api.CreateFile.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.CreateFile.html#id\",\"classes\":\"\",\"parent\":\"api.CreateFile\"},{\"kind\":1024,\"name\":\"fileHeader\",\"url\":\"interfaces/api.CreateFile.html#fileHeader\",\"classes\":\"\",\"parent\":\"api.CreateFile\"},{\"kind\":1024,\"name\":\"batches\",\"url\":\"interfaces/api.CreateFile.html#batches\",\"classes\":\"\",\"parent\":\"api.CreateFile\"},{\"kind\":1024,\"name\":\"IATBatches\",\"url\":\"interfaces/api.CreateFile.html#IATBatches\",\"classes\":\"\",\"parent\":\"api.CreateFile\"},{\"kind\":1024,\"name\":\"fileControl\",\"url\":\"interfaces/api.CreateFile.html#fileControl\",\"classes\":\"\",\"parent\":\"api.CreateFile\"},{\"kind\":1024,\"name\":\"advEntryDetails\",\"url\":\"interfaces/api.CreateFile.html#advEntryDetails\",\"classes\":\"\",\"parent\":\"api.CreateFile\"},{\"kind\":1024,\"name\":\"advBatchControl\",\"url\":\"interfaces/api.CreateFile.html#advBatchControl\",\"classes\":\"\",\"parent\":\"api.CreateFile\"},{\"kind\":256,\"name\":\"CreateFileResponse\",\"url\":\"interfaces/api.CreateFileResponse.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.CreateFileResponse.html#id\",\"classes\":\"\",\"parent\":\"api.CreateFileResponse\"},{\"kind\":1024,\"name\":\"file\",\"url\":\"interfaces/api.CreateFileResponse.html#file\",\"classes\":\"\",\"parent\":\"api.CreateFileResponse\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/api.CreateFileResponse.html#error\",\"classes\":\"\",\"parent\":\"api.CreateFileResponse\"},{\"kind\":256,\"name\":\"EntryDetail\",\"url\":\"interfaces/api.EntryDetail.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.EntryDetail.html#id\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"transactionCode\",\"url\":\"interfaces/api.EntryDetail.html#transactionCode\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"RDFIIdentification\",\"url\":\"interfaces/api.EntryDetail.html#RDFIIdentification\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"checkDigit\",\"url\":\"interfaces/api.EntryDetail.html#checkDigit\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"DFIAccountNumber\",\"url\":\"interfaces/api.EntryDetail.html#DFIAccountNumber\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/api.EntryDetail.html#amount\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"identificationNumber\",\"url\":\"interfaces/api.EntryDetail.html#identificationNumber\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"individualName\",\"url\":\"interfaces/api.EntryDetail.html#individualName\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"discretionaryData\",\"url\":\"interfaces/api.EntryDetail.html#discretionaryData\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"addendaRecordIndicator\",\"url\":\"interfaces/api.EntryDetail.html#addendaRecordIndicator\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"traceNumber\",\"url\":\"interfaces/api.EntryDetail.html#traceNumber\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"addenda02\",\"url\":\"interfaces/api.EntryDetail.html#addenda02\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"addenda05\",\"url\":\"interfaces/api.EntryDetail.html#addenda05\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"addenda98\",\"url\":\"interfaces/api.EntryDetail.html#addenda98\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"addenda98Refused\",\"url\":\"interfaces/api.EntryDetail.html#addenda98Refused\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"addenda99\",\"url\":\"interfaces/api.EntryDetail.html#addenda99\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"addenda99Dishonored\",\"url\":\"interfaces/api.EntryDetail.html#addenda99Dishonored\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"addenda99Contested\",\"url\":\"interfaces/api.EntryDetail.html#addenda99Contested\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/api.EntryDetail.html#category\",\"classes\":\"\",\"parent\":\"api.EntryDetail\"},{\"kind\":256,\"name\":\"FileControl\",\"url\":\"interfaces/api.FileControl.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.FileControl.html#id\",\"classes\":\"\",\"parent\":\"api.FileControl\"},{\"kind\":1024,\"name\":\"batchCount\",\"url\":\"interfaces/api.FileControl.html#batchCount\",\"classes\":\"\",\"parent\":\"api.FileControl\"},{\"kind\":1024,\"name\":\"blockCount\",\"url\":\"interfaces/api.FileControl.html#blockCount\",\"classes\":\"\",\"parent\":\"api.FileControl\"},{\"kind\":1024,\"name\":\"entryAddendaCount\",\"url\":\"interfaces/api.FileControl.html#entryAddendaCount\",\"classes\":\"\",\"parent\":\"api.FileControl\"},{\"kind\":1024,\"name\":\"entryHash\",\"url\":\"interfaces/api.FileControl.html#entryHash\",\"classes\":\"\",\"parent\":\"api.FileControl\"},{\"kind\":1024,\"name\":\"totalDebit\",\"url\":\"interfaces/api.FileControl.html#totalDebit\",\"classes\":\"\",\"parent\":\"api.FileControl\"},{\"kind\":1024,\"name\":\"totalCredit\",\"url\":\"interfaces/api.FileControl.html#totalCredit\",\"classes\":\"\",\"parent\":\"api.FileControl\"},{\"kind\":256,\"name\":\"FileHeader\",\"url\":\"interfaces/api.FileHeader.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.FileHeader.html#id\",\"classes\":\"\",\"parent\":\"api.FileHeader\"},{\"kind\":1024,\"name\":\"immediateOrigin\",\"url\":\"interfaces/api.FileHeader.html#immediateOrigin\",\"classes\":\"\",\"parent\":\"api.FileHeader\"},{\"kind\":1024,\"name\":\"immediateOriginName\",\"url\":\"interfaces/api.FileHeader.html#immediateOriginName\",\"classes\":\"\",\"parent\":\"api.FileHeader\"},{\"kind\":1024,\"name\":\"immediateDestination\",\"url\":\"interfaces/api.FileHeader.html#immediateDestination\",\"classes\":\"\",\"parent\":\"api.FileHeader\"},{\"kind\":1024,\"name\":\"immediateDestinationName\",\"url\":\"interfaces/api.FileHeader.html#immediateDestinationName\",\"classes\":\"\",\"parent\":\"api.FileHeader\"},{\"kind\":1024,\"name\":\"fileCreationTime\",\"url\":\"interfaces/api.FileHeader.html#fileCreationTime\",\"classes\":\"\",\"parent\":\"api.FileHeader\"},{\"kind\":1024,\"name\":\"fileCreationDate\",\"url\":\"interfaces/api.FileHeader.html#fileCreationDate\",\"classes\":\"\",\"parent\":\"api.FileHeader\"},{\"kind\":1024,\"name\":\"fileIDModifier\",\"url\":\"interfaces/api.FileHeader.html#fileIDModifier\",\"classes\":\"\",\"parent\":\"api.FileHeader\"},{\"kind\":1024,\"name\":\"referenceCode\",\"url\":\"interfaces/api.FileHeader.html#referenceCode\",\"classes\":\"\",\"parent\":\"api.FileHeader\"},{\"kind\":256,\"name\":\"FlattenFileResponse\",\"url\":\"interfaces/api.FlattenFileResponse.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.FlattenFileResponse.html#id\",\"classes\":\"\",\"parent\":\"api.FlattenFileResponse\"},{\"kind\":1024,\"name\":\"file\",\"url\":\"interfaces/api.FlattenFileResponse.html#file\",\"classes\":\"\",\"parent\":\"api.FlattenFileResponse\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/api.FlattenFileResponse.html#error\",\"classes\":\"\",\"parent\":\"api.FlattenFileResponse\"},{\"kind\":256,\"name\":\"IATBatch\",\"url\":\"interfaces/api.IATBatch.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.IATBatch.html#id\",\"classes\":\"\",\"parent\":\"api.IATBatch\"},{\"kind\":1024,\"name\":\"IATBatchHeader\",\"url\":\"interfaces/api.IATBatch.html#IATBatchHeader\",\"classes\":\"\",\"parent\":\"api.IATBatch\"},{\"kind\":1024,\"name\":\"IATEntryDetails\",\"url\":\"interfaces/api.IATBatch.html#IATEntryDetails\",\"classes\":\"\",\"parent\":\"api.IATBatch\"},{\"kind\":1024,\"name\":\"batchControl\",\"url\":\"interfaces/api.IATBatch.html#batchControl\",\"classes\":\"\",\"parent\":\"api.IATBatch\"},{\"kind\":256,\"name\":\"IATBatchHeader\",\"url\":\"interfaces/api.IATBatchHeader.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.IATBatchHeader.html#id\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"serviceClassCode\",\"url\":\"interfaces/api.IATBatchHeader.html#serviceClassCode\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"IATIndicator\",\"url\":\"interfaces/api.IATBatchHeader.html#IATIndicator\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"foreignExchangeIndicator\",\"url\":\"interfaces/api.IATBatchHeader.html#foreignExchangeIndicator\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"foreignExchangeReferenceIndicator\",\"url\":\"interfaces/api.IATBatchHeader.html#foreignExchangeReferenceIndicator\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"foreignExchangeReference\",\"url\":\"interfaces/api.IATBatchHeader.html#foreignExchangeReference\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"ISODestinationCountryCode\",\"url\":\"interfaces/api.IATBatchHeader.html#ISODestinationCountryCode\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"originatorIdentification\",\"url\":\"interfaces/api.IATBatchHeader.html#originatorIdentification\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"standardEntryClassCode\",\"url\":\"interfaces/api.IATBatchHeader.html#standardEntryClassCode\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"companyEntryDescription\",\"url\":\"interfaces/api.IATBatchHeader.html#companyEntryDescription\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"ISOOriginatingCurrencyCode\",\"url\":\"interfaces/api.IATBatchHeader.html#ISOOriginatingCurrencyCode\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"ISODestinationCurrencyCode\",\"url\":\"interfaces/api.IATBatchHeader.html#ISODestinationCurrencyCode\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"effectiveEntryDate\",\"url\":\"interfaces/api.IATBatchHeader.html#effectiveEntryDate\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"originatorStatusCode\",\"url\":\"interfaces/api.IATBatchHeader.html#originatorStatusCode\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"ODFIIdentification\",\"url\":\"interfaces/api.IATBatchHeader.html#ODFIIdentification\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"batchNumber\",\"url\":\"interfaces/api.IATBatchHeader.html#batchNumber\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":1024,\"name\":\"settlementDate\",\"url\":\"interfaces/api.IATBatchHeader.html#settlementDate\",\"classes\":\"\",\"parent\":\"api.IATBatchHeader\"},{\"kind\":256,\"name\":\"IATEntryDetail\",\"url\":\"interfaces/api.IATEntryDetail.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.IATEntryDetail.html#id\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"transactionCode\",\"url\":\"interfaces/api.IATEntryDetail.html#transactionCode\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"RDFIIdentification\",\"url\":\"interfaces/api.IATEntryDetail.html#RDFIIdentification\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"checkDigit\",\"url\":\"interfaces/api.IATEntryDetail.html#checkDigit\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"addendaRecords\",\"url\":\"interfaces/api.IATEntryDetail.html#addendaRecords\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"amount\",\"url\":\"interfaces/api.IATEntryDetail.html#amount\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"DFIAccountNumber\",\"url\":\"interfaces/api.IATEntryDetail.html#DFIAccountNumber\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"OFACScreeningIndicator\",\"url\":\"interfaces/api.IATEntryDetail.html#OFACScreeningIndicator\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"secondaryOFACScreeningIndicator\",\"url\":\"interfaces/api.IATEntryDetail.html#secondaryOFACScreeningIndicator\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"addendaRecordIndicator\",\"url\":\"interfaces/api.IATEntryDetail.html#addendaRecordIndicator\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"traceNumber\",\"url\":\"interfaces/api.IATEntryDetail.html#traceNumber\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"addenda10\",\"url\":\"interfaces/api.IATEntryDetail.html#addenda10\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"addenda11\",\"url\":\"interfaces/api.IATEntryDetail.html#addenda11\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"addenda12\",\"url\":\"interfaces/api.IATEntryDetail.html#addenda12\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"addenda13\",\"url\":\"interfaces/api.IATEntryDetail.html#addenda13\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"addenda14\",\"url\":\"interfaces/api.IATEntryDetail.html#addenda14\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"addenda15\",\"url\":\"interfaces/api.IATEntryDetail.html#addenda15\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"addenda16\",\"url\":\"interfaces/api.IATEntryDetail.html#addenda16\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"addenda17\",\"url\":\"interfaces/api.IATEntryDetail.html#addenda17\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"addenda18\",\"url\":\"interfaces/api.IATEntryDetail.html#addenda18\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"addenda98\",\"url\":\"interfaces/api.IATEntryDetail.html#addenda98\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"addenda99\",\"url\":\"interfaces/api.IATEntryDetail.html#addenda99\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":1024,\"name\":\"category\",\"url\":\"interfaces/api.IATEntryDetail.html#category\",\"classes\":\"\",\"parent\":\"api.IATEntryDetail\"},{\"kind\":256,\"name\":\"ModelError\",\"url\":\"interfaces/api.ModelError.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/api.ModelError.html#error\",\"classes\":\"\",\"parent\":\"api.ModelError\"},{\"kind\":256,\"name\":\"ModelFile\",\"url\":\"interfaces/api.ModelFile.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/api.ModelFile.html#id\",\"classes\":\"\",\"parent\":\"api.ModelFile\"},{\"kind\":1024,\"name\":\"fileHeader\",\"url\":\"interfaces/api.ModelFile.html#fileHeader\",\"classes\":\"\",\"parent\":\"api.ModelFile\"},{\"kind\":1024,\"name\":\"batches\",\"url\":\"interfaces/api.ModelFile.html#batches\",\"classes\":\"\",\"parent\":\"api.ModelFile\"},{\"kind\":1024,\"name\":\"IATBatches\",\"url\":\"interfaces/api.ModelFile.html#IATBatches\",\"classes\":\"\",\"parent\":\"api.ModelFile\"},{\"kind\":1024,\"name\":\"fileControl\",\"url\":\"interfaces/api.ModelFile.html#fileControl\",\"classes\":\"\",\"parent\":\"api.ModelFile\"},{\"kind\":1024,\"name\":\"NotificationOfChange\",\"url\":\"interfaces/api.ModelFile.html#NotificationOfChange\",\"classes\":\"\",\"parent\":\"api.ModelFile\"},{\"kind\":1024,\"name\":\"ReturnEntries\",\"url\":\"interfaces/api.ModelFile.html#ReturnEntries\",\"classes\":\"\",\"parent\":\"api.ModelFile\"},{\"kind\":1024,\"name\":\"fileADVControl\",\"url\":\"interfaces/api.ModelFile.html#fileADVControl\",\"classes\":\"\",\"parent\":\"api.ModelFile\"},{\"kind\":256,\"name\":\"Offset\",\"url\":\"interfaces/api.Offset.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"routingNumber\",\"url\":\"interfaces/api.Offset.html#routingNumber\",\"classes\":\"\",\"parent\":\"api.Offset\"},{\"kind\":1024,\"name\":\"accountNumber\",\"url\":\"interfaces/api.Offset.html#accountNumber\",\"classes\":\"\",\"parent\":\"api.Offset\"},{\"kind\":1024,\"name\":\"accountType\",\"url\":\"interfaces/api.Offset.html#accountType\",\"classes\":\"\",\"parent\":\"api.Offset\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/api.Offset.html#description\",\"classes\":\"\",\"parent\":\"api.Offset\"},{\"kind\":32,\"name\":\"OffsetAccountTypeEnum\",\"url\":\"variables/api.OffsetAccountTypeEnum-1.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/api.OffsetAccountTypeEnum-1.html#__type\",\"classes\":\"\",\"parent\":\"api.OffsetAccountTypeEnum\"},{\"kind\":1024,\"name\":\"Checking\",\"url\":\"variables/api.OffsetAccountTypeEnum-1.html#__type.Checking\",\"classes\":\"\",\"parent\":\"api.OffsetAccountTypeEnum.__type\"},{\"kind\":1024,\"name\":\"Savings\",\"url\":\"variables/api.OffsetAccountTypeEnum-1.html#__type.Savings\",\"classes\":\"\",\"parent\":\"api.OffsetAccountTypeEnum.__type\"},{\"kind\":4194304,\"name\":\"OffsetAccountTypeEnum\",\"url\":\"types/api.OffsetAccountTypeEnum.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":256,\"name\":\"SegmentFile\",\"url\":\"interfaces/api.SegmentFile.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"file\",\"url\":\"interfaces/api.SegmentFile.html#file\",\"classes\":\"\",\"parent\":\"api.SegmentFile\"},{\"kind\":1024,\"name\":\"opts\",\"url\":\"interfaces/api.SegmentFile.html#opts\",\"classes\":\"\",\"parent\":\"api.SegmentFile\"},{\"kind\":1024,\"name\":\"validateOpts\",\"url\":\"interfaces/api.SegmentFile.html#validateOpts\",\"classes\":\"\",\"parent\":\"api.SegmentFile\"},{\"kind\":256,\"name\":\"SegmentedFiles\",\"url\":\"interfaces/api.SegmentedFiles.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"creditFileID\",\"url\":\"interfaces/api.SegmentedFiles.html#creditFileID\",\"classes\":\"\",\"parent\":\"api.SegmentedFiles\"},{\"kind\":1024,\"name\":\"creditFile\",\"url\":\"interfaces/api.SegmentedFiles.html#creditFile\",\"classes\":\"\",\"parent\":\"api.SegmentedFiles\"},{\"kind\":1024,\"name\":\"debitFileID\",\"url\":\"interfaces/api.SegmentedFiles.html#debitFileID\",\"classes\":\"\",\"parent\":\"api.SegmentedFiles\"},{\"kind\":1024,\"name\":\"debitFile\",\"url\":\"interfaces/api.SegmentedFiles.html#debitFile\",\"classes\":\"\",\"parent\":\"api.SegmentedFiles\"},{\"kind\":1024,\"name\":\"error\",\"url\":\"interfaces/api.SegmentedFiles.html#error\",\"classes\":\"\",\"parent\":\"api.SegmentedFiles\"},{\"kind\":256,\"name\":\"ValidateOpts\",\"url\":\"interfaces/api.ValidateOpts.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":1024,\"name\":\"requireABAOrigin\",\"url\":\"interfaces/api.ValidateOpts.html#requireABAOrigin\",\"classes\":\"\",\"parent\":\"api.ValidateOpts\"},{\"kind\":1024,\"name\":\"bypassOriginValidation\",\"url\":\"interfaces/api.ValidateOpts.html#bypassOriginValidation\",\"classes\":\"\",\"parent\":\"api.ValidateOpts\"},{\"kind\":1024,\"name\":\"bypassDestinationValidation\",\"url\":\"interfaces/api.ValidateOpts.html#bypassDestinationValidation\",\"classes\":\"\",\"parent\":\"api.ValidateOpts\"},{\"kind\":1024,\"name\":\"customTraceNumbers\",\"url\":\"interfaces/api.ValidateOpts.html#customTraceNumbers\",\"classes\":\"\",\"parent\":\"api.ValidateOpts\"},{\"kind\":1024,\"name\":\"allowZeroBatches\",\"url\":\"interfaces/api.ValidateOpts.html#allowZeroBatches\",\"classes\":\"\",\"parent\":\"api.ValidateOpts\"},{\"kind\":1024,\"name\":\"allowMissingFileHeader\",\"url\":\"interfaces/api.ValidateOpts.html#allowMissingFileHeader\",\"classes\":\"\",\"parent\":\"api.ValidateOpts\"},{\"kind\":1024,\"name\":\"allowMissingFileControl\",\"url\":\"interfaces/api.ValidateOpts.html#allowMissingFileControl\",\"classes\":\"\",\"parent\":\"api.ValidateOpts\"},{\"kind\":1024,\"name\":\"bypassCompanyIdentificationMatch\",\"url\":\"interfaces/api.ValidateOpts.html#bypassCompanyIdentificationMatch\",\"classes\":\"\",\"parent\":\"api.ValidateOpts\"},{\"kind\":1024,\"name\":\"customReturnCodes\",\"url\":\"interfaces/api.ValidateOpts.html#customReturnCodes\",\"classes\":\"\",\"parent\":\"api.ValidateOpts\"},{\"kind\":1024,\"name\":\"unequalServiceClassCode\",\"url\":\"interfaces/api.ValidateOpts.html#unequalServiceClassCode\",\"classes\":\"\",\"parent\":\"api.ValidateOpts\"},{\"kind\":1024,\"name\":\"unorderedBatchNumbers\",\"url\":\"interfaces/api.ValidateOpts.html#unorderedBatchNumbers\",\"classes\":\"\",\"parent\":\"api.ValidateOpts\"},{\"kind\":1024,\"name\":\"allowInvalidCheckDigit\",\"url\":\"interfaces/api.ValidateOpts.html#allowInvalidCheckDigit\",\"classes\":\"\",\"parent\":\"api.ValidateOpts\"},{\"kind\":1024,\"name\":\"unequalAddendaCounts\",\"url\":\"interfaces/api.ValidateOpts.html#unequalAddendaCounts\",\"classes\":\"\",\"parent\":\"api.ValidateOpts\"},{\"kind\":64,\"name\":\"ACHFilesApiAxiosParamCreator\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator\"},{\"kind\":1024,\"name\":\"addBatchToFile\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.addBatchToFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.addBatchToFile.__type-1\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.addBatchToFile\"},{\"kind\":1024,\"name\":\"buildFile\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.buildFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.buildFile.__type-3\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.buildFile\"},{\"kind\":1024,\"name\":\"checkFile\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.checkFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.checkFile.__type-5\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.checkFile\"},{\"kind\":1024,\"name\":\"createFile\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.createFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.createFile.__type-7\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.createFile\"},{\"kind\":1024,\"name\":\"deleteACHFile\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.deleteACHFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.deleteACHFile.__type-9\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.deleteACHFile\"},{\"kind\":1024,\"name\":\"deleteFileBatch\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.deleteFileBatch\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.deleteFileBatch.__type-11\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.deleteFileBatch\"},{\"kind\":1024,\"name\":\"flattenFile\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.flattenFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.flattenFile.__type-13\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.flattenFile\"},{\"kind\":1024,\"name\":\"getFileBatch\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.getFileBatch\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.getFileBatch.__type-15\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.getFileBatch\"},{\"kind\":1024,\"name\":\"getFileBatches\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.getFileBatches\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.getFileBatches.__type-17\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.getFileBatches\"},{\"kind\":1024,\"name\":\"getFileByID\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.getFileByID\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.getFileByID.__type-19\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.getFileByID\"},{\"kind\":1024,\"name\":\"getFileContents\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.getFileContents\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.getFileContents.__type-21\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.getFileContents\"},{\"kind\":1024,\"name\":\"getFiles\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.getFiles\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.getFiles.__type-23\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.getFiles\"},{\"kind\":1024,\"name\":\"ping\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.ping\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.ping.__type-25\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.ping\"},{\"kind\":1024,\"name\":\"segmentFile\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.segmentFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.segmentFile.__type-27\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.segmentFile\"},{\"kind\":1024,\"name\":\"segmentFileID\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.segmentFileID\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.segmentFileID.__type-29\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.segmentFileID\"},{\"kind\":1024,\"name\":\"validateFile\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.validateFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiAxiosParamCreator.html#ACHFilesApiAxiosParamCreator.__type.validateFile.__type-31\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiAxiosParamCreator.ACHFilesApiAxiosParamCreator.__type.validateFile\"},{\"kind\":64,\"name\":\"ACHFilesApiFp\",\"url\":\"functions/api.ACHFilesApiFp.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp\"},{\"kind\":2048,\"name\":\"addBatchToFile\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.addBatchToFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"buildFile\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.buildFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"checkFile\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.checkFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"createFile\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.createFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"deleteACHFile\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.deleteACHFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"deleteFileBatch\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.deleteFileBatch\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"flattenFile\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.flattenFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"getFileBatch\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.getFileBatch\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"getFileBatches\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.getFileBatches\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"getFileByID\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.getFileByID\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"getFileContents\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.getFileContents\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"getFiles\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.getFiles\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"ping\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.ping\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"segmentFile\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.segmentFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"segmentFileID\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.segmentFileID\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":2048,\"name\":\"validateFile\",\"url\":\"functions/api.ACHFilesApiFp.html#ACHFilesApiFp.__type.validateFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFp.ACHFilesApiFp.__type\"},{\"kind\":64,\"name\":\"ACHFilesApiFactory\",\"url\":\"functions/api.ACHFilesApiFactory.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory\"},{\"kind\":2048,\"name\":\"addBatchToFile\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.addBatchToFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"buildFile\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.buildFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"checkFile\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.checkFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"createFile\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.createFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"deleteACHFile\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.deleteACHFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"deleteFileBatch\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.deleteFileBatch\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"flattenFile\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.flattenFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"getFileBatch\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.getFileBatch\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"getFileBatches\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.getFileBatches\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"getFileByID\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.getFileByID\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"getFileContents\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.getFileContents\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"getFiles\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.getFiles\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"ping\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.ping\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"segmentFile\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.segmentFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"segmentFileID\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.segmentFileID\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":2048,\"name\":\"validateFile\",\"url\":\"functions/api.ACHFilesApiFactory.html#ACHFilesApiFactory.__type.validateFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApiFactory.ACHFilesApiFactory.__type\"},{\"kind\":128,\"name\":\"ACHFilesApi\",\"url\":\"classes/api.ACHFilesApi.html\",\"classes\":\"\",\"parent\":\"api\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/api.ACHFilesApi.html#constructor\",\"classes\":\"tsd-is-inherited\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"addBatchToFile\",\"url\":\"classes/api.ACHFilesApi.html#addBatchToFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"buildFile\",\"url\":\"classes/api.ACHFilesApi.html#buildFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"checkFile\",\"url\":\"classes/api.ACHFilesApi.html#checkFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"createFile\",\"url\":\"classes/api.ACHFilesApi.html#createFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"deleteACHFile\",\"url\":\"classes/api.ACHFilesApi.html#deleteACHFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"deleteFileBatch\",\"url\":\"classes/api.ACHFilesApi.html#deleteFileBatch\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"flattenFile\",\"url\":\"classes/api.ACHFilesApi.html#flattenFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"getFileBatch\",\"url\":\"classes/api.ACHFilesApi.html#getFileBatch\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"getFileBatches\",\"url\":\"classes/api.ACHFilesApi.html#getFileBatches\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"getFileByID\",\"url\":\"classes/api.ACHFilesApi.html#getFileByID\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"getFileContents\",\"url\":\"classes/api.ACHFilesApi.html#getFileContents\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"getFiles\",\"url\":\"classes/api.ACHFilesApi.html#getFiles\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"ping\",\"url\":\"classes/api.ACHFilesApi.html#ping\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"segmentFile\",\"url\":\"classes/api.ACHFilesApi.html#segmentFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"segmentFileID\",\"url\":\"classes/api.ACHFilesApi.html#segmentFileID\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2048,\"name\":\"validateFile\",\"url\":\"classes/api.ACHFilesApi.html#validateFile\",\"classes\":\"\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":1024,\"name\":\"configuration\",\"url\":\"classes/api.ACHFilesApi.html#configuration\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":1024,\"name\":\"basePath\",\"url\":\"classes/api.ACHFilesApi.html#basePath\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":1024,\"name\":\"axios\",\"url\":\"classes/api.ACHFilesApi.html#axios\",\"classes\":\"tsd-is-protected tsd-is-inherited\",\"parent\":\"api.ACHFilesApi\"},{\"kind\":2,\"name\":\"base\",\"url\":\"modules/base.html\",\"classes\":\"\"},{\"kind\":32,\"name\":\"BASE_PATH\",\"url\":\"variables/base.BASE_PATH.html\",\"classes\":\"\",\"parent\":\"base\"},{\"kind\":32,\"name\":\"COLLECTION_FORMATS\",\"url\":\"variables/base.COLLECTION_FORMATS.html\",\"classes\":\"\",\"parent\":\"base\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/base.COLLECTION_FORMATS.html#__type\",\"classes\":\"\",\"parent\":\"base.COLLECTION_FORMATS\"},{\"kind\":1024,\"name\":\"csv\",\"url\":\"variables/base.COLLECTION_FORMATS.html#__type.csv\",\"classes\":\"\",\"parent\":\"base.COLLECTION_FORMATS.__type\"},{\"kind\":1024,\"name\":\"ssv\",\"url\":\"variables/base.COLLECTION_FORMATS.html#__type.ssv\",\"classes\":\"\",\"parent\":\"base.COLLECTION_FORMATS.__type\"},{\"kind\":1024,\"name\":\"tsv\",\"url\":\"variables/base.COLLECTION_FORMATS.html#__type.tsv\",\"classes\":\"\",\"parent\":\"base.COLLECTION_FORMATS.__type\"},{\"kind\":1024,\"name\":\"pipes\",\"url\":\"variables/base.COLLECTION_FORMATS.html#__type.pipes\",\"classes\":\"\",\"parent\":\"base.COLLECTION_FORMATS.__type\"},{\"kind\":256,\"name\":\"RequestArgs\",\"url\":\"interfaces/base.RequestArgs.html\",\"classes\":\"\",\"parent\":\"base\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/base.RequestArgs.html#url\",\"classes\":\"\",\"parent\":\"base.RequestArgs\"},{\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/base.RequestArgs.html#options\",\"classes\":\"\",\"parent\":\"base.RequestArgs\"},{\"kind\":128,\"name\":\"BaseAPI\",\"url\":\"classes/base.BaseAPI.html\",\"classes\":\"\",\"parent\":\"base\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/base.BaseAPI.html#constructor\",\"classes\":\"\",\"parent\":\"base.BaseAPI\"},{\"kind\":1024,\"name\":\"configuration\",\"url\":\"classes/base.BaseAPI.html#configuration\",\"classes\":\"tsd-is-protected\",\"parent\":\"base.BaseAPI\"},{\"kind\":1024,\"name\":\"basePath\",\"url\":\"classes/base.BaseAPI.html#basePath\",\"classes\":\"tsd-is-protected\",\"parent\":\"base.BaseAPI\"},{\"kind\":1024,\"name\":\"axios\",\"url\":\"classes/base.BaseAPI.html#axios\",\"classes\":\"tsd-is-protected\",\"parent\":\"base.BaseAPI\"},{\"kind\":128,\"name\":\"RequiredError\",\"url\":\"classes/base.RequiredError.html\",\"classes\":\"\",\"parent\":\"base\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/base.RequiredError.html#constructor\",\"classes\":\"\",\"parent\":\"base.RequiredError\"},{\"kind\":1024,\"name\":\"field\",\"url\":\"classes/base.RequiredError.html#field\",\"classes\":\"\",\"parent\":\"base.RequiredError\"},{\"kind\":2,\"name\":\"common\",\"url\":\"modules/common.html\",\"classes\":\"\"},{\"kind\":32,\"name\":\"DUMMY_BASE_URL\",\"url\":\"variables/common.DUMMY_BASE_URL.html\",\"classes\":\"\",\"parent\":\"common\"},{\"kind\":64,\"name\":\"assertParamExists\",\"url\":\"functions/common.assertParamExists.html\",\"classes\":\"\",\"parent\":\"common\"},{\"kind\":64,\"name\":\"setApiKeyToObject\",\"url\":\"functions/common.setApiKeyToObject.html\",\"classes\":\"\",\"parent\":\"common\"},{\"kind\":64,\"name\":\"setBasicAuthToObject\",\"url\":\"functions/common.setBasicAuthToObject.html\",\"classes\":\"\",\"parent\":\"common\"},{\"kind\":64,\"name\":\"setBearerAuthToObject\",\"url\":\"functions/common.setBearerAuthToObject.html\",\"classes\":\"\",\"parent\":\"common\"},{\"kind\":64,\"name\":\"setOAuthToObject\",\"url\":\"functions/common.setOAuthToObject.html\",\"classes\":\"\",\"parent\":\"common\"},{\"kind\":64,\"name\":\"setSearchParams\",\"url\":\"functions/common.setSearchParams.html\",\"classes\":\"\",\"parent\":\"common\"},{\"kind\":64,\"name\":\"serializeDataIfNeeded\",\"url\":\"functions/common.serializeDataIfNeeded.html\",\"classes\":\"\",\"parent\":\"common\"},{\"kind\":64,\"name\":\"toPathString\",\"url\":\"functions/common.toPathString.html\",\"classes\":\"\",\"parent\":\"common\"},{\"kind\":64,\"name\":\"createRequestFunction\",\"url\":\"functions/common.createRequestFunction.html\",\"classes\":\"\",\"parent\":\"common\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/common.createRequestFunction.html#createRequestFunction.__type\",\"classes\":\"\",\"parent\":\"common.createRequestFunction.createRequestFunction\"},{\"kind\":2,\"name\":\"configuration\",\"url\":\"modules/configuration.html\",\"classes\":\"\"},{\"kind\":256,\"name\":\"ConfigurationParameters\",\"url\":\"interfaces/configuration.ConfigurationParameters.html\",\"classes\":\"\",\"parent\":\"configuration\"},{\"kind\":1024,\"name\":\"apiKey\",\"url\":\"interfaces/configuration.ConfigurationParameters.html#apiKey\",\"classes\":\"\",\"parent\":\"configuration.ConfigurationParameters\"},{\"kind\":1024,\"name\":\"username\",\"url\":\"interfaces/configuration.ConfigurationParameters.html#username\",\"classes\":\"\",\"parent\":\"configuration.ConfigurationParameters\"},{\"kind\":1024,\"name\":\"password\",\"url\":\"interfaces/configuration.ConfigurationParameters.html#password\",\"classes\":\"\",\"parent\":\"configuration.ConfigurationParameters\"},{\"kind\":1024,\"name\":\"accessToken\",\"url\":\"interfaces/configuration.ConfigurationParameters.html#accessToken\",\"classes\":\"\",\"parent\":\"configuration.ConfigurationParameters\"},{\"kind\":1024,\"name\":\"basePath\",\"url\":\"interfaces/configuration.ConfigurationParameters.html#basePath\",\"classes\":\"\",\"parent\":\"configuration.ConfigurationParameters\"},{\"kind\":1024,\"name\":\"baseOptions\",\"url\":\"interfaces/configuration.ConfigurationParameters.html#baseOptions\",\"classes\":\"\",\"parent\":\"configuration.ConfigurationParameters\"},{\"kind\":1024,\"name\":\"formDataCtor\",\"url\":\"interfaces/configuration.ConfigurationParameters.html#formDataCtor\",\"classes\":\"\",\"parent\":\"configuration.ConfigurationParameters\"},{\"kind\":512,\"name\":\"__type\",\"url\":\"interfaces/configuration.ConfigurationParameters.html#formDataCtor.__type\",\"classes\":\"\",\"parent\":\"configuration.ConfigurationParameters.formDataCtor\"},{\"kind\":128,\"name\":\"Configuration\",\"url\":\"classes/configuration.Configuration.html\",\"classes\":\"\",\"parent\":\"configuration\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/configuration.Configuration.html#constructor\",\"classes\":\"\",\"parent\":\"configuration.Configuration\"},{\"kind\":1024,\"name\":\"apiKey\",\"url\":\"classes/configuration.Configuration.html#apiKey\",\"classes\":\"\",\"parent\":\"configuration.Configuration\"},{\"kind\":1024,\"name\":\"username\",\"url\":\"classes/configuration.Configuration.html#username\",\"classes\":\"\",\"parent\":\"configuration.Configuration\"},{\"kind\":1024,\"name\":\"password\",\"url\":\"classes/configuration.Configuration.html#password\",\"classes\":\"\",\"parent\":\"configuration.Configuration\"},{\"kind\":1024,\"name\":\"accessToken\",\"url\":\"classes/configuration.Configuration.html#accessToken\",\"classes\":\"\",\"parent\":\"configuration.Configuration\"},{\"kind\":1024,\"name\":\"basePath\",\"url\":\"classes/configuration.Configuration.html#basePath\",\"classes\":\"\",\"parent\":\"configuration.Configuration\"},{\"kind\":1024,\"name\":\"baseOptions\",\"url\":\"classes/configuration.Configuration.html#baseOptions\",\"classes\":\"\",\"parent\":\"configuration.Configuration\"},{\"kind\":1024,\"name\":\"formDataCtor\",\"url\":\"classes/configuration.Configuration.html#formDataCtor\",\"classes\":\"\",\"parent\":\"configuration.Configuration\"},{\"kind\":512,\"name\":\"__type\",\"url\":\"classes/configuration.Configuration.html#formDataCtor.__type\",\"classes\":\"\",\"parent\":\"configuration.Configuration.formDataCtor\"},{\"kind\":2048,\"name\":\"isJsonMime\",\"url\":\"classes/configuration.Configuration.html#isJsonMime\",\"classes\":\"\",\"parent\":\"configuration.Configuration\"},{\"kind\":2,\"name\":\"index\",\"url\":\"modules/index.html\",\"classes\":\"\"},{\"kind\":2,\"name\":\"url\",\"url\":\"modules/url.html\",\"classes\":\"\"},{\"kind\":64,\"name\":\"parse\",\"url\":\"functions/url.parse.html\",\"classes\":\"\",\"parent\":\"url\"},{\"kind\":64,\"name\":\"format\",\"url\":\"functions/url.format.html\",\"classes\":\"\",\"parent\":\"url\"},{\"kind\":256,\"name\":\"Url\",\"url\":\"interfaces/url.Url.html\",\"classes\":\"\",\"parent\":\"url\"},{\"kind\":1024,\"name\":\"protocol\",\"url\":\"interfaces/url.Url.html#protocol\",\"classes\":\"\",\"parent\":\"url.Url\"},{\"kind\":1024,\"name\":\"hostname\",\"url\":\"interfaces/url.Url.html#hostname\",\"classes\":\"\",\"parent\":\"url.Url\"},{\"kind\":1024,\"name\":\"pathname\",\"url\":\"interfaces/url.Url.html#pathname\",\"classes\":\"\",\"parent\":\"url.Url\"},{\"kind\":1024,\"name\":\"query\",\"url\":\"interfaces/url.Url.html#query\",\"classes\":\"\",\"parent\":\"url.Url\"},{\"kind\":1024,\"name\":\"search\",\"url\":\"interfaces/url.Url.html#search\",\"classes\":\"\",\"parent\":\"url.Url\"},{\"kind\":8388608,\"name\":\"ADVBatchControl\",\"url\":\"modules/index.html#ADVBatchControl\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ADVEntryDetail\",\"url\":\"modules/index.html#ADVEntryDetail\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ADVFileControl\",\"url\":\"modules/index.html#ADVFileControl\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda02\",\"url\":\"modules/index.html#Addenda02\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda05\",\"url\":\"modules/index.html#Addenda05\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda10\",\"url\":\"modules/index.html#Addenda10\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda11\",\"url\":\"modules/index.html#Addenda11\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda12\",\"url\":\"modules/index.html#Addenda12\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda13\",\"url\":\"modules/index.html#Addenda13\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda14\",\"url\":\"modules/index.html#Addenda14\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda15\",\"url\":\"modules/index.html#Addenda15\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda16\",\"url\":\"modules/index.html#Addenda16\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda17\",\"url\":\"modules/index.html#Addenda17\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda18\",\"url\":\"modules/index.html#Addenda18\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda98\",\"url\":\"modules/index.html#Addenda98\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda98Refused\",\"url\":\"modules/index.html#Addenda98Refused\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda99\",\"url\":\"modules/index.html#Addenda99\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda99Contested\",\"url\":\"modules/index.html#Addenda99Contested\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Addenda99Dishonored\",\"url\":\"modules/index.html#Addenda99Dishonored\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Batch\",\"url\":\"modules/index.html#Batch\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"BatchControl\",\"url\":\"modules/index.html#BatchControl\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"BatchHeader\",\"url\":\"modules/index.html#BatchHeader\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"CreateFile\",\"url\":\"modules/index.html#CreateFile\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"CreateFileResponse\",\"url\":\"modules/index.html#CreateFileResponse\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"EntryDetail\",\"url\":\"modules/index.html#EntryDetail\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"FileControl\",\"url\":\"modules/index.html#FileControl\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"FileHeader\",\"url\":\"modules/index.html#FileHeader\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"FlattenFileResponse\",\"url\":\"modules/index.html#FlattenFileResponse\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"IATBatch\",\"url\":\"modules/index.html#IATBatch\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"IATBatchHeader\",\"url\":\"modules/index.html#IATBatchHeader\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"IATEntryDetail\",\"url\":\"modules/index.html#IATEntryDetail\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ModelError\",\"url\":\"modules/index.html#ModelError\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ModelFile\",\"url\":\"modules/index.html#ModelFile\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Offset\",\"url\":\"modules/index.html#Offset\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"OffsetAccountTypeEnum\",\"url\":\"modules/index.html#OffsetAccountTypeEnum\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"SegmentFile\",\"url\":\"modules/index.html#SegmentFile\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"SegmentedFiles\",\"url\":\"modules/index.html#SegmentedFiles\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ValidateOpts\",\"url\":\"modules/index.html#ValidateOpts\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ACHFilesApiAxiosParamCreator\",\"url\":\"modules/index.html#ACHFilesApiAxiosParamCreator\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ACHFilesApiFp\",\"url\":\"modules/index.html#ACHFilesApiFp\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ACHFilesApiFactory\",\"url\":\"modules/index.html#ACHFilesApiFactory\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ACHFilesApi\",\"url\":\"modules/index.html#ACHFilesApi\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"ConfigurationParameters\",\"url\":\"modules/index.html#ConfigurationParameters\",\"classes\":\"\",\"parent\":\"index\"},{\"kind\":8388608,\"name\":\"Configuration\",\"url\":\"modules/index.html#Configuration\",\"classes\":\"\",\"parent\":\"index\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,59.008]],[\"comment/0\",[]],[\"name/1\",[1,48.022]],[\"comment/1\",[]],[\"name/2\",[2,28.563]],[\"comment/2\",[]],[\"name/3\",[3,48.022]],[\"comment/3\",[]],[\"name/4\",[4,48.022]],[\"comment/4\",[]],[\"name/5\",[5,48.022]],[\"comment/5\",[]],[\"name/6\",[6,48.022]],[\"comment/6\",[]],[\"name/7\",[7,48.022]],[\"comment/7\",[]],[\"name/8\",[8,53.9]],[\"comment/8\",[]],[\"name/9\",[9,46.015]],[\"comment/9\",[]],[\"name/10\",[10,48.022]],[\"comment/10\",[]],[\"name/11\",[11,53.9]],[\"comment/11\",[]],[\"name/12\",[2,28.563]],[\"comment/12\",[]],[\"name/13\",[12,50.535]],[\"comment/13\",[]],[\"name/14\",[13,48.022]],[\"comment/14\",[]],[\"name/15\",[14,50.535]],[\"comment/15\",[]],[\"name/16\",[15,50.535]],[\"comment/16\",[]],[\"name/17\",[16,50.535]],[\"comment/17\",[]],[\"name/18\",[17,59.008]],[\"comment/18\",[]],[\"name/19\",[18,59.008]],[\"comment/19\",[]],[\"name/20\",[8,53.9]],[\"comment/20\",[]],[\"name/21\",[19,53.9]],[\"comment/21\",[]],[\"name/22\",[20,53.9]],[\"comment/22\",[]],[\"name/23\",[21,50.535]],[\"comment/23\",[]],[\"name/24\",[22,59.008]],[\"comment/24\",[]],[\"name/25\",[23,59.008]],[\"comment/25\",[]],[\"name/26\",[24,48.022]],[\"comment/26\",[]],[\"name/27\",[25,46.015]],[\"comment/27\",[]],[\"name/28\",[26,50.535]],[\"comment/28\",[]],[\"name/29\",[27,53.9]],[\"comment/29\",[]],[\"name/30\",[2,28.563]],[\"comment/30\",[]],[\"name/31\",[28,53.9]],[\"comment/31\",[]],[\"name/32\",[29,53.9]],[\"comment/32\",[]],[\"name/33\",[4,48.022]],[\"comment/33\",[]],[\"name/34\",[5,48.022]],[\"comment/34\",[]],[\"name/35\",[6,48.022]],[\"comment/35\",[]],[\"name/36\",[7,48.022]],[\"comment/36\",[]],[\"name/37\",[30,50.535]],[\"comment/37\",[]],[\"name/38\",[2,28.563]],[\"comment/38\",[]],[\"name/39\",[31,35.029]],[\"comment/39\",[]],[\"name/40\",[32,59.008]],[\"comment/40\",[]],[\"name/41\",[33,59.008]],[\"comment/41\",[]],[\"name/42\",[34,59.008]],[\"comment/42\",[]],[\"name/43\",[35,59.008]],[\"comment/43\",[]],[\"name/44\",[36,59.008]],[\"comment/44\",[]],[\"name/45\",[37,59.008]],[\"comment/45\",[]],[\"name/46\",[38,59.008]],[\"comment/46\",[]],[\"name/47\",[39,59.008]],[\"comment/47\",[]],[\"name/48\",[40,59.008]],[\"comment/48\",[]],[\"name/49\",[41,41.662]],[\"comment/49\",[]],[\"name/50\",[42,50.535]],[\"comment/50\",[]],[\"name/51\",[2,28.563]],[\"comment/51\",[]],[\"name/52\",[31,35.029]],[\"comment/52\",[]],[\"name/53\",[43,53.9]],[\"comment/53\",[]],[\"name/54\",[24,48.022]],[\"comment/54\",[]],[\"name/55\",[44,39.549]],[\"comment/55\",[]],[\"name/56\",[45,50.535]],[\"comment/56\",[]],[\"name/57\",[2,28.563]],[\"comment/57\",[]],[\"name/58\",[31,35.029]],[\"comment/58\",[]],[\"name/59\",[46,59.008]],[\"comment/59\",[]],[\"name/60\",[47,59.008]],[\"comment/60\",[]],[\"name/61\",[48,59.008]],[\"comment/61\",[]],[\"name/62\",[49,59.008]],[\"comment/62\",[]],[\"name/63\",[44,39.549]],[\"comment/63\",[]],[\"name/64\",[50,50.535]],[\"comment/64\",[]],[\"name/65\",[2,28.563]],[\"comment/65\",[]],[\"name/66\",[31,35.029]],[\"comment/66\",[]],[\"name/67\",[51,59.008]],[\"comment/67\",[]],[\"name/68\",[52,59.008]],[\"comment/68\",[]],[\"name/69\",[44,39.549]],[\"comment/69\",[]],[\"name/70\",[53,50.535]],[\"comment/70\",[]],[\"name/71\",[2,28.563]],[\"comment/71\",[]],[\"name/72\",[31,35.029]],[\"comment/72\",[]],[\"name/73\",[54,59.008]],[\"comment/73\",[]],[\"name/74\",[55,59.008]],[\"comment/74\",[]],[\"name/75\",[44,39.549]],[\"comment/75\",[]],[\"name/76\",[56,50.535]],[\"comment/76\",[]],[\"name/77\",[2,28.563]],[\"comment/77\",[]],[\"name/78\",[31,35.029]],[\"comment/78\",[]],[\"name/79\",[57,59.008]],[\"comment/79\",[]],[\"name/80\",[58,59.008]],[\"comment/80\",[]],[\"name/81\",[9,46.015]],[\"comment/81\",[]],[\"name/82\",[59,59.008]],[\"comment/82\",[]],[\"name/83\",[44,39.549]],[\"comment/83\",[]],[\"name/84\",[60,50.535]],[\"comment/84\",[]],[\"name/85\",[2,28.563]],[\"comment/85\",[]],[\"name/86\",[31,35.029]],[\"comment/86\",[]],[\"name/87\",[61,59.008]],[\"comment/87\",[]],[\"name/88\",[62,59.008]],[\"comment/88\",[]],[\"name/89\",[13,48.022]],[\"comment/89\",[]],[\"name/90\",[63,59.008]],[\"comment/90\",[]],[\"name/91\",[44,39.549]],[\"comment/91\",[]],[\"name/92\",[64,50.535]],[\"comment/92\",[]],[\"name/93\",[2,28.563]],[\"comment/93\",[]],[\"name/94\",[31,35.029]],[\"comment/94\",[]],[\"name/95\",[65,59.008]],[\"comment/95\",[]],[\"name/96\",[66,59.008]],[\"comment/96\",[]],[\"name/97\",[44,39.549]],[\"comment/97\",[]],[\"name/98\",[67,50.535]],[\"comment/98\",[]],[\"name/99\",[2,28.563]],[\"comment/99\",[]],[\"name/100\",[31,35.029]],[\"comment/100\",[]],[\"name/101\",[68,59.008]],[\"comment/101\",[]],[\"name/102\",[69,59.008]],[\"comment/102\",[]],[\"name/103\",[44,39.549]],[\"comment/103\",[]],[\"name/104\",[70,50.535]],[\"comment/104\",[]],[\"name/105\",[2,28.563]],[\"comment/105\",[]],[\"name/106\",[31,35.029]],[\"comment/106\",[]],[\"name/107\",[43,53.9]],[\"comment/107\",[]],[\"name/108\",[24,48.022]],[\"comment/108\",[]],[\"name/109\",[44,39.549]],[\"comment/109\",[]],[\"name/110\",[71,50.535]],[\"comment/110\",[]],[\"name/111\",[2,28.563]],[\"comment/111\",[]],[\"name/112\",[31,35.029]],[\"comment/112\",[]],[\"name/113\",[72,59.008]],[\"comment/113\",[]],[\"name/114\",[73,59.008]],[\"comment/114\",[]],[\"name/115\",[74,59.008]],[\"comment/115\",[]],[\"name/116\",[75,59.008]],[\"comment/116\",[]],[\"name/117\",[24,48.022]],[\"comment/117\",[]],[\"name/118\",[44,39.549]],[\"comment/118\",[]],[\"name/119\",[76,48.022]],[\"comment/119\",[]],[\"name/120\",[2,28.563]],[\"comment/120\",[]],[\"name/121\",[31,35.029]],[\"comment/121\",[]],[\"name/122\",[77,53.9]],[\"comment/122\",[]],[\"name/123\",[78,50.535]],[\"comment/123\",[]],[\"name/124\",[79,50.535]],[\"comment/124\",[]],[\"name/125\",[80,53.9]],[\"comment/125\",[]],[\"name/126\",[41,41.662]],[\"comment/126\",[]],[\"name/127\",[81,50.535]],[\"comment/127\",[]],[\"name/128\",[2,28.563]],[\"comment/128\",[]],[\"name/129\",[31,35.029]],[\"comment/129\",[]],[\"name/130\",[82,59.008]],[\"comment/130\",[]],[\"name/131\",[78,50.535]],[\"comment/131\",[]],[\"name/132\",[79,50.535]],[\"comment/132\",[]],[\"name/133\",[80,53.9]],[\"comment/133\",[]],[\"name/134\",[77,53.9]],[\"comment/134\",[]],[\"name/135\",[83,59.008]],[\"comment/135\",[]],[\"name/136\",[41,41.662]],[\"comment/136\",[]],[\"name/137\",[25,46.015]],[\"comment/137\",[]],[\"name/138\",[2,28.563]],[\"comment/138\",[]],[\"name/139\",[31,35.029]],[\"comment/139\",[]],[\"name/140\",[84,59.008]],[\"comment/140\",[]],[\"name/141\",[78,50.535]],[\"comment/141\",[]],[\"name/142\",[85,59.008]],[\"comment/142\",[]],[\"name/143\",[79,50.535]],[\"comment/143\",[]],[\"name/144\",[86,53.9]],[\"comment/144\",[]],[\"name/145\",[41,41.662]],[\"comment/145\",[]],[\"name/146\",[87,50.535]],[\"comment/146\",[]],[\"name/147\",[2,28.563]],[\"comment/147\",[]],[\"name/148\",[31,35.029]],[\"comment/148\",[]],[\"name/149\",[88,59.008]],[\"comment/149\",[]],[\"name/150\",[89,59.008]],[\"comment/150\",[]],[\"name/151\",[90,53.9]],[\"comment/151\",[]],[\"name/152\",[91,59.008]],[\"comment/152\",[]],[\"name/153\",[92,59.008]],[\"comment/153\",[]],[\"name/154\",[93,53.9]],[\"comment/154\",[]],[\"name/155\",[94,53.9]],[\"comment/155\",[]],[\"name/156\",[95,59.008]],[\"comment/156\",[]],[\"name/157\",[96,53.9]],[\"comment/157\",[]],[\"name/158\",[97,53.9]],[\"comment/158\",[]],[\"name/159\",[98,53.9]],[\"comment/159\",[]],[\"name/160\",[41,41.662]],[\"comment/160\",[]],[\"name/161\",[99,50.535]],[\"comment/161\",[]],[\"name/162\",[2,28.563]],[\"comment/162\",[]],[\"name/163\",[31,35.029]],[\"comment/163\",[]],[\"name/164\",[93,53.9]],[\"comment/164\",[]],[\"name/165\",[94,53.9]],[\"comment/165\",[]],[\"name/166\",[96,53.9]],[\"comment/166\",[]],[\"name/167\",[97,53.9]],[\"comment/167\",[]],[\"name/168\",[98,53.9]],[\"comment/168\",[]],[\"name/169\",[90,53.9]],[\"comment/169\",[]],[\"name/170\",[41,41.662]],[\"comment/170\",[]],[\"name/171\",[86,53.9]],[\"comment/171\",[]],[\"name/172\",[100,53.9]],[\"comment/172\",[]],[\"name/173\",[101,50.535]],[\"comment/173\",[]],[\"name/174\",[102,59.008]],[\"comment/174\",[]],[\"name/175\",[103,48.022]],[\"comment/175\",[]],[\"name/176\",[104,53.9]],[\"comment/176\",[]],[\"name/177\",[1,48.022]],[\"comment/177\",[]],[\"name/178\",[105,50.535]],[\"comment/178\",[]],[\"name/179\",[103,48.022]],[\"comment/179\",[]],[\"name/180\",[2,28.563]],[\"comment/180\",[]],[\"name/181\",[3,48.022]],[\"comment/181\",[]],[\"name/182\",[4,48.022]],[\"comment/182\",[]],[\"name/183\",[5,48.022]],[\"comment/183\",[]],[\"name/184\",[6,48.022]],[\"comment/184\",[]],[\"name/185\",[7,48.022]],[\"comment/185\",[]],[\"name/186\",[106,53.9]],[\"comment/186\",[]],[\"name/187\",[107,59.008]],[\"comment/187\",[]],[\"name/188\",[9,46.015]],[\"comment/188\",[]],[\"name/189\",[10,48.022]],[\"comment/189\",[]],[\"name/190\",[101,50.535]],[\"comment/190\",[]],[\"name/191\",[2,28.563]],[\"comment/191\",[]],[\"name/192\",[3,48.022]],[\"comment/192\",[]],[\"name/193\",[108,59.008]],[\"comment/193\",[]],[\"name/194\",[109,59.008]],[\"comment/194\",[]],[\"name/195\",[106,53.9]],[\"comment/195\",[]],[\"name/196\",[110,53.9]],[\"comment/196\",[]],[\"name/197\",[111,53.9]],[\"comment/197\",[]],[\"name/198\",[112,59.008]],[\"comment/198\",[]],[\"name/199\",[113,53.9]],[\"comment/199\",[]],[\"name/200\",[114,53.9]],[\"comment/200\",[]],[\"name/201\",[9,46.015]],[\"comment/201\",[]],[\"name/202\",[10,48.022]],[\"comment/202\",[]],[\"name/203\",[115,53.9]],[\"comment/203\",[]],[\"name/204\",[116,44.345]],[\"comment/204\",[]],[\"name/205\",[2,28.563]],[\"comment/205\",[]],[\"name/206\",[117,48.022]],[\"comment/206\",[]],[\"name/207\",[118,53.9]],[\"comment/207\",[]],[\"name/208\",[119,53.9]],[\"comment/208\",[]],[\"name/209\",[120,48.022]],[\"comment/209\",[]],[\"name/210\",[104,53.9]],[\"comment/210\",[]],[\"name/211\",[1,48.022]],[\"comment/211\",[]],[\"name/212\",[121,53.9]],[\"comment/212\",[]],[\"name/213\",[2,28.563]],[\"comment/213\",[]],[\"name/214\",[122,50.535]],[\"comment/214\",[]],[\"name/215\",[123,48.022]],[\"comment/215\",[]],[\"name/216\",[124,53.9]],[\"comment/216\",[]],[\"name/217\",[2,28.563]],[\"comment/217\",[]],[\"name/218\",[12,50.535]],[\"comment/218\",[]],[\"name/219\",[13,48.022]],[\"comment/219\",[]],[\"name/220\",[14,50.535]],[\"comment/220\",[]],[\"name/221\",[15,50.535]],[\"comment/221\",[]],[\"name/222\",[16,50.535]],[\"comment/222\",[]],[\"name/223\",[125,59.008]],[\"comment/223\",[]],[\"name/224\",[19,53.9]],[\"comment/224\",[]],[\"name/225\",[20,53.9]],[\"comment/225\",[]],[\"name/226\",[21,50.535]],[\"comment/226\",[]],[\"name/227\",[41,41.662]],[\"comment/227\",[]],[\"name/228\",[30,50.535]],[\"comment/228\",[]],[\"name/229\",[42,50.535]],[\"comment/229\",[]],[\"name/230\",[76,48.022]],[\"comment/230\",[]],[\"name/231\",[81,50.535]],[\"comment/231\",[]],[\"name/232\",[25,46.015]],[\"comment/232\",[]],[\"name/233\",[99,50.535]],[\"comment/233\",[]],[\"name/234\",[87,50.535]],[\"comment/234\",[]],[\"name/235\",[26,50.535]],[\"comment/235\",[]],[\"name/236\",[120,48.022]],[\"comment/236\",[]],[\"name/237\",[2,28.563]],[\"comment/237\",[]],[\"name/238\",[28,53.9]],[\"comment/238\",[]],[\"name/239\",[29,53.9]],[\"comment/239\",[]],[\"name/240\",[4,48.022]],[\"comment/240\",[]],[\"name/241\",[5,48.022]],[\"comment/241\",[]],[\"name/242\",[6,48.022]],[\"comment/242\",[]],[\"name/243\",[7,48.022]],[\"comment/243\",[]],[\"name/244\",[117,48.022]],[\"comment/244\",[]],[\"name/245\",[2,28.563]],[\"comment/245\",[]],[\"name/246\",[126,59.008]],[\"comment/246\",[]],[\"name/247\",[127,59.008]],[\"comment/247\",[]],[\"name/248\",[128,59.008]],[\"comment/248\",[]],[\"name/249\",[129,59.008]],[\"comment/249\",[]],[\"name/250\",[130,59.008]],[\"comment/250\",[]],[\"name/251\",[131,59.008]],[\"comment/251\",[]],[\"name/252\",[132,59.008]],[\"comment/252\",[]],[\"name/253\",[133,59.008]],[\"comment/253\",[]],[\"name/254\",[134,53.9]],[\"comment/254\",[]],[\"name/255\",[2,28.563]],[\"comment/255\",[]],[\"name/256\",[122,50.535]],[\"comment/256\",[]],[\"name/257\",[123,48.022]],[\"comment/257\",[]],[\"name/258\",[135,53.9]],[\"comment/258\",[]],[\"name/259\",[2,28.563]],[\"comment/259\",[]],[\"name/260\",[136,50.535]],[\"comment/260\",[]],[\"name/261\",[137,59.008]],[\"comment/261\",[]],[\"name/262\",[103,48.022]],[\"comment/262\",[]],[\"name/263\",[136,50.535]],[\"comment/263\",[]],[\"name/264\",[2,28.563]],[\"comment/264\",[]],[\"name/265\",[3,48.022]],[\"comment/265\",[]],[\"name/266\",[138,59.008]],[\"comment/266\",[]],[\"name/267\",[139,59.008]],[\"comment/267\",[]],[\"name/268\",[140,59.008]],[\"comment/268\",[]],[\"name/269\",[141,59.008]],[\"comment/269\",[]],[\"name/270\",[142,59.008]],[\"comment/270\",[]],[\"name/271\",[143,59.008]],[\"comment/271\",[]],[\"name/272\",[110,53.9]],[\"comment/272\",[]],[\"name/273\",[111,53.9]],[\"comment/273\",[]],[\"name/274\",[144,59.008]],[\"comment/274\",[]],[\"name/275\",[145,59.008]],[\"comment/275\",[]],[\"name/276\",[113,53.9]],[\"comment/276\",[]],[\"name/277\",[114,53.9]],[\"comment/277\",[]],[\"name/278\",[9,46.015]],[\"comment/278\",[]],[\"name/279\",[10,48.022]],[\"comment/279\",[]],[\"name/280\",[115,53.9]],[\"comment/280\",[]],[\"name/281\",[146,53.9]],[\"comment/281\",[]],[\"name/282\",[2,28.563]],[\"comment/282\",[]],[\"name/283\",[12,50.535]],[\"comment/283\",[]],[\"name/284\",[13,48.022]],[\"comment/284\",[]],[\"name/285\",[14,50.535]],[\"comment/285\",[]],[\"name/286\",[147,59.008]],[\"comment/286\",[]],[\"name/287\",[16,50.535]],[\"comment/287\",[]],[\"name/288\",[15,50.535]],[\"comment/288\",[]],[\"name/289\",[148,59.008]],[\"comment/289\",[]],[\"name/290\",[149,59.008]],[\"comment/290\",[]],[\"name/291\",[21,50.535]],[\"comment/291\",[]],[\"name/292\",[41,41.662]],[\"comment/292\",[]],[\"name/293\",[45,50.535]],[\"comment/293\",[]],[\"name/294\",[50,50.535]],[\"comment/294\",[]],[\"name/295\",[53,50.535]],[\"comment/295\",[]],[\"name/296\",[56,50.535]],[\"comment/296\",[]],[\"name/297\",[60,50.535]],[\"comment/297\",[]],[\"name/298\",[64,50.535]],[\"comment/298\",[]],[\"name/299\",[67,50.535]],[\"comment/299\",[]],[\"name/300\",[70,50.535]],[\"comment/300\",[]],[\"name/301\",[71,50.535]],[\"comment/301\",[]],[\"name/302\",[76,48.022]],[\"comment/302\",[]],[\"name/303\",[25,46.015]],[\"comment/303\",[]],[\"name/304\",[26,50.535]],[\"comment/304\",[]],[\"name/305\",[150,53.9]],[\"comment/305\",[]],[\"name/306\",[123,48.022]],[\"comment/306\",[]],[\"name/307\",[151,53.9]],[\"comment/307\",[]],[\"name/308\",[2,28.563]],[\"comment/308\",[]],[\"name/309\",[117,48.022]],[\"comment/309\",[]],[\"name/310\",[118,53.9]],[\"comment/310\",[]],[\"name/311\",[119,53.9]],[\"comment/311\",[]],[\"name/312\",[120,48.022]],[\"comment/312\",[]],[\"name/313\",[152,59.008]],[\"comment/313\",[]],[\"name/314\",[153,59.008]],[\"comment/314\",[]],[\"name/315\",[154,59.008]],[\"comment/315\",[]],[\"name/316\",[105,50.535]],[\"comment/316\",[]],[\"name/317\",[155,59.008]],[\"comment/317\",[]],[\"name/318\",[156,59.008]],[\"comment/318\",[]],[\"name/319\",[157,59.008]],[\"comment/319\",[]],[\"name/320\",[158,59.008]],[\"comment/320\",[]],[\"name/321\",[159,50.535]],[\"comment/321\",[]],[\"name/322\",[160,31.076]],[\"comment/322\",[]],[\"name/323\",[161,59.008]],[\"comment/323\",[]],[\"name/324\",[162,59.008]],[\"comment/324\",[]],[\"name/325\",[159,50.535]],[\"comment/325\",[]],[\"name/326\",[163,44.345]],[\"comment/326\",[]],[\"name/327\",[122,50.535]],[\"comment/327\",[]],[\"name/328\",[164,59.008]],[\"comment/328\",[]],[\"name/329\",[165,50.535]],[\"comment/329\",[]],[\"name/330\",[166,53.9]],[\"comment/330\",[]],[\"name/331\",[167,59.008]],[\"comment/331\",[]],[\"name/332\",[168,59.008]],[\"comment/332\",[]],[\"name/333\",[169,59.008]],[\"comment/333\",[]],[\"name/334\",[170,59.008]],[\"comment/334\",[]],[\"name/335\",[123,48.022]],[\"comment/335\",[]],[\"name/336\",[165,50.535]],[\"comment/336\",[]],[\"name/337\",[171,59.008]],[\"comment/337\",[]],[\"name/338\",[172,59.008]],[\"comment/338\",[]],[\"name/339\",[173,59.008]],[\"comment/339\",[]],[\"name/340\",[174,59.008]],[\"comment/340\",[]],[\"name/341\",[175,59.008]],[\"comment/341\",[]],[\"name/342\",[176,59.008]],[\"comment/342\",[]],[\"name/343\",[177,59.008]],[\"comment/343\",[]],[\"name/344\",[178,59.008]],[\"comment/344\",[]],[\"name/345\",[179,59.008]],[\"comment/345\",[]],[\"name/346\",[180,59.008]],[\"comment/346\",[]],[\"name/347\",[181,59.008]],[\"comment/347\",[]],[\"name/348\",[182,59.008]],[\"comment/348\",[]],[\"name/349\",[183,59.008]],[\"comment/349\",[]],[\"name/350\",[184,53.9]],[\"comment/350\",[]],[\"name/351\",[160,31.076]],[\"comment/351\",[]],[\"name/352\",[185,48.022]],[\"comment/352\",[]],[\"name/353\",[160,31.076]],[\"comment/353\",[]],[\"name/354\",[186,48.022]],[\"comment/354\",[]],[\"name/355\",[160,31.076]],[\"comment/355\",[]],[\"name/356\",[187,48.022]],[\"comment/356\",[]],[\"name/357\",[160,31.076]],[\"comment/357\",[]],[\"name/358\",[116,44.345]],[\"comment/358\",[]],[\"name/359\",[160,31.076]],[\"comment/359\",[]],[\"name/360\",[188,48.022]],[\"comment/360\",[]],[\"name/361\",[160,31.076]],[\"comment/361\",[]],[\"name/362\",[189,48.022]],[\"comment/362\",[]],[\"name/363\",[160,31.076]],[\"comment/363\",[]],[\"name/364\",[190,48.022]],[\"comment/364\",[]],[\"name/365\",[160,31.076]],[\"comment/365\",[]],[\"name/366\",[191,48.022]],[\"comment/366\",[]],[\"name/367\",[160,31.076]],[\"comment/367\",[]],[\"name/368\",[192,48.022]],[\"comment/368\",[]],[\"name/369\",[160,31.076]],[\"comment/369\",[]],[\"name/370\",[193,48.022]],[\"comment/370\",[]],[\"name/371\",[160,31.076]],[\"comment/371\",[]],[\"name/372\",[194,48.022]],[\"comment/372\",[]],[\"name/373\",[160,31.076]],[\"comment/373\",[]],[\"name/374\",[195,48.022]],[\"comment/374\",[]],[\"name/375\",[160,31.076]],[\"comment/375\",[]],[\"name/376\",[196,48.022]],[\"comment/376\",[]],[\"name/377\",[160,31.076]],[\"comment/377\",[]],[\"name/378\",[163,44.345]],[\"comment/378\",[]],[\"name/379\",[160,31.076]],[\"comment/379\",[]],[\"name/380\",[197,48.022]],[\"comment/380\",[]],[\"name/381\",[160,31.076]],[\"comment/381\",[]],[\"name/382\",[198,48.022]],[\"comment/382\",[]],[\"name/383\",[160,31.076]],[\"comment/383\",[]],[\"name/384\",[199,53.9]],[\"comment/384\",[]],[\"name/385\",[160,31.076]],[\"comment/385\",[]],[\"name/386\",[185,48.022]],[\"comment/386\",[]],[\"name/387\",[186,48.022]],[\"comment/387\",[]],[\"name/388\",[187,48.022]],[\"comment/388\",[]],[\"name/389\",[116,44.345]],[\"comment/389\",[]],[\"name/390\",[188,48.022]],[\"comment/390\",[]],[\"name/391\",[189,48.022]],[\"comment/391\",[]],[\"name/392\",[190,48.022]],[\"comment/392\",[]],[\"name/393\",[191,48.022]],[\"comment/393\",[]],[\"name/394\",[192,48.022]],[\"comment/394\",[]],[\"name/395\",[193,48.022]],[\"comment/395\",[]],[\"name/396\",[194,48.022]],[\"comment/396\",[]],[\"name/397\",[195,48.022]],[\"comment/397\",[]],[\"name/398\",[196,48.022]],[\"comment/398\",[]],[\"name/399\",[163,44.345]],[\"comment/399\",[]],[\"name/400\",[197,48.022]],[\"comment/400\",[]],[\"name/401\",[198,48.022]],[\"comment/401\",[]],[\"name/402\",[200,53.9]],[\"comment/402\",[]],[\"name/403\",[160,31.076]],[\"comment/403\",[]],[\"name/404\",[185,48.022]],[\"comment/404\",[]],[\"name/405\",[186,48.022]],[\"comment/405\",[]],[\"name/406\",[187,48.022]],[\"comment/406\",[]],[\"name/407\",[116,44.345]],[\"comment/407\",[]],[\"name/408\",[188,48.022]],[\"comment/408\",[]],[\"name/409\",[189,48.022]],[\"comment/409\",[]],[\"name/410\",[190,48.022]],[\"comment/410\",[]],[\"name/411\",[191,48.022]],[\"comment/411\",[]],[\"name/412\",[192,48.022]],[\"comment/412\",[]],[\"name/413\",[193,48.022]],[\"comment/413\",[]],[\"name/414\",[194,48.022]],[\"comment/414\",[]],[\"name/415\",[195,48.022]],[\"comment/415\",[]],[\"name/416\",[196,48.022]],[\"comment/416\",[]],[\"name/417\",[163,44.345]],[\"comment/417\",[]],[\"name/418\",[197,48.022]],[\"comment/418\",[]],[\"name/419\",[198,48.022]],[\"comment/419\",[]],[\"name/420\",[201,53.9]],[\"comment/420\",[]],[\"name/421\",[202,48.022]],[\"comment/421\",[]],[\"name/422\",[185,48.022]],[\"comment/422\",[]],[\"name/423\",[186,48.022]],[\"comment/423\",[]],[\"name/424\",[187,48.022]],[\"comment/424\",[]],[\"name/425\",[116,44.345]],[\"comment/425\",[]],[\"name/426\",[188,48.022]],[\"comment/426\",[]],[\"name/427\",[189,48.022]],[\"comment/427\",[]],[\"name/428\",[190,48.022]],[\"comment/428\",[]],[\"name/429\",[191,48.022]],[\"comment/429\",[]],[\"name/430\",[192,48.022]],[\"comment/430\",[]],[\"name/431\",[193,48.022]],[\"comment/431\",[]],[\"name/432\",[194,48.022]],[\"comment/432\",[]],[\"name/433\",[195,48.022]],[\"comment/433\",[]],[\"name/434\",[196,48.022]],[\"comment/434\",[]],[\"name/435\",[163,44.345]],[\"comment/435\",[]],[\"name/436\",[197,48.022]],[\"comment/436\",[]],[\"name/437\",[198,48.022]],[\"comment/437\",[]],[\"name/438\",[203,46.015]],[\"comment/438\",[]],[\"name/439\",[204,48.022]],[\"comment/439\",[]],[\"name/440\",[205,53.9]],[\"comment/440\",[]],[\"name/441\",[206,59.008]],[\"comment/441\",[]],[\"name/442\",[207,59.008]],[\"comment/442\",[]],[\"name/443\",[208,59.008]],[\"comment/443\",[]],[\"name/444\",[160,31.076]],[\"comment/444\",[]],[\"name/445\",[209,59.008]],[\"comment/445\",[]],[\"name/446\",[210,59.008]],[\"comment/446\",[]],[\"name/447\",[211,59.008]],[\"comment/447\",[]],[\"name/448\",[212,59.008]],[\"comment/448\",[]],[\"name/449\",[213,59.008]],[\"comment/449\",[]],[\"name/450\",[214,50.535]],[\"comment/450\",[]],[\"name/451\",[215,59.008]],[\"comment/451\",[]],[\"name/452\",[216,59.008]],[\"comment/452\",[]],[\"name/453\",[202,48.022]],[\"comment/453\",[]],[\"name/454\",[203,46.015]],[\"comment/454\",[]],[\"name/455\",[204,48.022]],[\"comment/455\",[]],[\"name/456\",[205,53.9]],[\"comment/456\",[]],[\"name/457\",[217,59.008]],[\"comment/457\",[]],[\"name/458\",[202,48.022]],[\"comment/458\",[]],[\"name/459\",[218,59.008]],[\"comment/459\",[]],[\"name/460\",[219,59.008]],[\"comment/460\",[]],[\"name/461\",[220,59.008]],[\"comment/461\",[]],[\"name/462\",[221,59.008]],[\"comment/462\",[]],[\"name/463\",[222,59.008]],[\"comment/463\",[]],[\"name/464\",[223,59.008]],[\"comment/464\",[]],[\"name/465\",[224,59.008]],[\"comment/465\",[]],[\"name/466\",[225,59.008]],[\"comment/466\",[]],[\"name/467\",[226,59.008]],[\"comment/467\",[]],[\"name/468\",[227,59.008]],[\"comment/468\",[]],[\"name/469\",[228,59.008]],[\"comment/469\",[]],[\"name/470\",[229,59.008]],[\"comment/470\",[]],[\"name/471\",[160,31.076]],[\"comment/471\",[]],[\"name/472\",[203,46.015]],[\"comment/472\",[]],[\"name/473\",[230,53.9]],[\"comment/473\",[]],[\"name/474\",[231,53.9]],[\"comment/474\",[]],[\"name/475\",[232,53.9]],[\"comment/475\",[]],[\"name/476\",[233,53.9]],[\"comment/476\",[]],[\"name/477\",[234,53.9]],[\"comment/477\",[]],[\"name/478\",[204,48.022]],[\"comment/478\",[]],[\"name/479\",[235,53.9]],[\"comment/479\",[]],[\"name/480\",[236,53.9]],[\"comment/480\",[]],[\"name/481\",[160,31.076]],[\"comment/481\",[]],[\"name/482\",[203,46.015]],[\"comment/482\",[]],[\"name/483\",[202,48.022]],[\"comment/483\",[]],[\"name/484\",[231,53.9]],[\"comment/484\",[]],[\"name/485\",[232,53.9]],[\"comment/485\",[]],[\"name/486\",[233,53.9]],[\"comment/486\",[]],[\"name/487\",[234,53.9]],[\"comment/487\",[]],[\"name/488\",[204,48.022]],[\"comment/488\",[]],[\"name/489\",[235,53.9]],[\"comment/489\",[]],[\"name/490\",[236,53.9]],[\"comment/490\",[]],[\"name/491\",[160,31.076]],[\"comment/491\",[]],[\"name/492\",[237,59.008]],[\"comment/492\",[]],[\"name/493\",[238,59.008]],[\"comment/493\",[]],[\"name/494\",[214,50.535]],[\"comment/494\",[]],[\"name/495\",[239,59.008]],[\"comment/495\",[]],[\"name/496\",[240,59.008]],[\"comment/496\",[]],[\"name/497\",[214,50.535]],[\"comment/497\",[]],[\"name/498\",[241,59.008]],[\"comment/498\",[]],[\"name/499\",[242,59.008]],[\"comment/499\",[]],[\"name/500\",[243,59.008]],[\"comment/500\",[]],[\"name/501\",[244,59.008]],[\"comment/501\",[]],[\"name/502\",[245,59.008]],[\"comment/502\",[]],[\"name/503\",[1,48.022]],[\"comment/503\",[]],[\"name/504\",[11,53.9]],[\"comment/504\",[]],[\"name/505\",[27,53.9]],[\"comment/505\",[]],[\"name/506\",[30,50.535]],[\"comment/506\",[]],[\"name/507\",[42,50.535]],[\"comment/507\",[]],[\"name/508\",[45,50.535]],[\"comment/508\",[]],[\"name/509\",[50,50.535]],[\"comment/509\",[]],[\"name/510\",[53,50.535]],[\"comment/510\",[]],[\"name/511\",[56,50.535]],[\"comment/511\",[]],[\"name/512\",[60,50.535]],[\"comment/512\",[]],[\"name/513\",[64,50.535]],[\"comment/513\",[]],[\"name/514\",[67,50.535]],[\"comment/514\",[]],[\"name/515\",[70,50.535]],[\"comment/515\",[]],[\"name/516\",[71,50.535]],[\"comment/516\",[]],[\"name/517\",[76,48.022]],[\"comment/517\",[]],[\"name/518\",[81,50.535]],[\"comment/518\",[]],[\"name/519\",[25,46.015]],[\"comment/519\",[]],[\"name/520\",[87,50.535]],[\"comment/520\",[]],[\"name/521\",[99,50.535]],[\"comment/521\",[]],[\"name/522\",[100,53.9]],[\"comment/522\",[]],[\"name/523\",[103,48.022]],[\"comment/523\",[]],[\"name/524\",[101,50.535]],[\"comment/524\",[]],[\"name/525\",[116,44.345]],[\"comment/525\",[]],[\"name/526\",[121,53.9]],[\"comment/526\",[]],[\"name/527\",[124,53.9]],[\"comment/527\",[]],[\"name/528\",[120,48.022]],[\"comment/528\",[]],[\"name/529\",[117,48.022]],[\"comment/529\",[]],[\"name/530\",[134,53.9]],[\"comment/530\",[]],[\"name/531\",[135,53.9]],[\"comment/531\",[]],[\"name/532\",[136,50.535]],[\"comment/532\",[]],[\"name/533\",[146,53.9]],[\"comment/533\",[]],[\"name/534\",[150,53.9]],[\"comment/534\",[]],[\"name/535\",[151,53.9]],[\"comment/535\",[]],[\"name/536\",[105,50.535]],[\"comment/536\",[]],[\"name/537\",[159,50.535]],[\"comment/537\",[]],[\"name/538\",[163,44.345]],[\"comment/538\",[]],[\"name/539\",[166,53.9]],[\"comment/539\",[]],[\"name/540\",[165,50.535]],[\"comment/540\",[]],[\"name/541\",[184,53.9]],[\"comment/541\",[]],[\"name/542\",[199,53.9]],[\"comment/542\",[]],[\"name/543\",[200,53.9]],[\"comment/543\",[]],[\"name/544\",[201,53.9]],[\"comment/544\",[]],[\"name/545\",[230,53.9]],[\"comment/545\",[]],[\"name/546\",[203,46.015]],[\"comment/546\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":160,\"name\":{\"322\":{},\"351\":{},\"353\":{},\"355\":{},\"357\":{},\"359\":{},\"361\":{},\"363\":{},\"365\":{},\"367\":{},\"369\":{},\"371\":{},\"373\":{},\"375\":{},\"377\":{},\"379\":{},\"381\":{},\"383\":{},\"385\":{},\"403\":{},\"444\":{},\"471\":{},\"481\":{},\"491\":{}},\"comment\":{}}],[\"accesstoken\",{\"_index\":234,\"name\":{\"477\":{},\"487\":{}},\"comment\":{}}],[\"accountnumber\",{\"_index\":156,\"name\":{\"318\":{}},\"comment\":{}}],[\"accounttype\",{\"_index\":157,\"name\":{\"319\":{}},\"comment\":{}}],[\"achfilesapi\",{\"_index\":201,\"name\":{\"420\":{},\"544\":{}},\"comment\":{}}],[\"achfilesapiaxiosparamcreator\",{\"_index\":184,\"name\":{\"350\":{},\"541\":{}},\"comment\":{}}],[\"achfilesapifactory\",{\"_index\":200,\"name\":{\"402\":{},\"543\":{}},\"comment\":{}}],[\"achfilesapifp\",{\"_index\":199,\"name\":{\"384\":{},\"542\":{}},\"comment\":{}}],[\"achoperatordata\",{\"_index\":8,\"name\":{\"8\":{},\"20\":{}},\"comment\":{}}],[\"achoperatorroutingnumber\",{\"_index\":22,\"name\":{\"24\":{}},\"comment\":{}}],[\"addbatchtofile\",{\"_index\":185,\"name\":{\"352\":{},\"386\":{},\"404\":{},\"422\":{}},\"comment\":{}}],[\"addenda02\",{\"_index\":30,\"name\":{\"37\":{},\"228\":{},\"506\":{}},\"comment\":{}}],[\"addenda05\",{\"_index\":42,\"name\":{\"50\":{},\"229\":{},\"507\":{}},\"comment\":{}}],[\"addenda10\",{\"_index\":45,\"name\":{\"56\":{},\"293\":{},\"508\":{}},\"comment\":{}}],[\"addenda11\",{\"_index\":50,\"name\":{\"64\":{},\"294\":{},\"509\":{}},\"comment\":{}}],[\"addenda12\",{\"_index\":53,\"name\":{\"70\":{},\"295\":{},\"510\":{}},\"comment\":{}}],[\"addenda13\",{\"_index\":56,\"name\":{\"76\":{},\"296\":{},\"511\":{}},\"comment\":{}}],[\"addenda14\",{\"_index\":60,\"name\":{\"84\":{},\"297\":{},\"512\":{}},\"comment\":{}}],[\"addenda15\",{\"_index\":64,\"name\":{\"92\":{},\"298\":{},\"513\":{}},\"comment\":{}}],[\"addenda16\",{\"_index\":67,\"name\":{\"98\":{},\"299\":{},\"514\":{}},\"comment\":{}}],[\"addenda17\",{\"_index\":70,\"name\":{\"104\":{},\"300\":{},\"515\":{}},\"comment\":{}}],[\"addenda18\",{\"_index\":71,\"name\":{\"110\":{},\"301\":{},\"516\":{}},\"comment\":{}}],[\"addenda98\",{\"_index\":76,\"name\":{\"119\":{},\"230\":{},\"302\":{},\"517\":{}},\"comment\":{}}],[\"addenda98refused\",{\"_index\":81,\"name\":{\"127\":{},\"231\":{},\"518\":{}},\"comment\":{}}],[\"addenda99\",{\"_index\":25,\"name\":{\"27\":{},\"137\":{},\"232\":{},\"303\":{},\"519\":{}},\"comment\":{}}],[\"addenda99contested\",{\"_index\":87,\"name\":{\"146\":{},\"234\":{},\"520\":{}},\"comment\":{}}],[\"addenda99dishonored\",{\"_index\":99,\"name\":{\"161\":{},\"233\":{},\"521\":{}},\"comment\":{}}],[\"addendainformation\",{\"_index\":86,\"name\":{\"144\":{},\"171\":{}},\"comment\":{}}],[\"addendarecordindicator\",{\"_index\":21,\"name\":{\"23\":{},\"226\":{},\"291\":{}},\"comment\":{}}],[\"addendarecords\",{\"_index\":147,\"name\":{\"286\":{}},\"comment\":{}}],[\"advbatchcontrol\",{\"_index\":1,\"name\":{\"1\":{},\"177\":{},\"211\":{},\"503\":{}},\"comment\":{}}],[\"adventrydetail\",{\"_index\":11,\"name\":{\"11\":{},\"504\":{}},\"comment\":{}}],[\"adventrydetails\",{\"_index\":104,\"name\":{\"176\":{},\"210\":{}},\"comment\":{}}],[\"advfilecontrol\",{\"_index\":27,\"name\":{\"29\":{},\"505\":{}},\"comment\":{}}],[\"adviceroutingnumber\",{\"_index\":17,\"name\":{\"18\":{}},\"comment\":{}}],[\"allowinvalidcheckdigit\",{\"_index\":182,\"name\":{\"348\":{}},\"comment\":{}}],[\"allowmissingfilecontrol\",{\"_index\":177,\"name\":{\"343\":{}},\"comment\":{}}],[\"allowmissingfileheader\",{\"_index\":176,\"name\":{\"342\":{}},\"comment\":{}}],[\"allowzerobatches\",{\"_index\":175,\"name\":{\"341\":{}},\"comment\":{}}],[\"amount\",{\"_index\":16,\"name\":{\"17\":{},\"222\":{},\"287\":{}},\"comment\":{}}],[\"api\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"apikey\",{\"_index\":231,\"name\":{\"474\":{},\"484\":{}},\"comment\":{}}],[\"assertparamexists\",{\"_index\":221,\"name\":{\"462\":{}},\"comment\":{}}],[\"authorizationcodeorexpiredate\",{\"_index\":37,\"name\":{\"45\":{}},\"comment\":{}}],[\"axios\",{\"_index\":205,\"name\":{\"440\":{},\"456\":{}},\"comment\":{}}],[\"base\",{\"_index\":206,\"name\":{\"441\":{}},\"comment\":{}}],[\"base_path\",{\"_index\":207,\"name\":{\"442\":{}},\"comment\":{}}],[\"baseapi\",{\"_index\":216,\"name\":{\"452\":{}},\"comment\":{}}],[\"baseoptions\",{\"_index\":235,\"name\":{\"479\":{},\"489\":{}},\"comment\":{}}],[\"basepath\",{\"_index\":204,\"name\":{\"439\":{},\"455\":{},\"478\":{},\"488\":{}},\"comment\":{}}],[\"batch\",{\"_index\":100,\"name\":{\"172\":{},\"522\":{}},\"comment\":{}}],[\"batchcontrol\",{\"_index\":103,\"name\":{\"175\":{},\"179\":{},\"262\":{},\"523\":{}},\"comment\":{}}],[\"batchcount\",{\"_index\":28,\"name\":{\"31\":{},\"238\":{}},\"comment\":{}}],[\"batches\",{\"_index\":118,\"name\":{\"207\":{},\"310\":{}},\"comment\":{}}],[\"batchheader\",{\"_index\":101,\"name\":{\"173\":{},\"190\":{},\"524\":{}},\"comment\":{}}],[\"batchnumber\",{\"_index\":10,\"name\":{\"10\":{},\"189\":{},\"202\":{},\"279\":{}},\"comment\":{}}],[\"blockcount\",{\"_index\":29,\"name\":{\"32\":{},\"239\":{}},\"comment\":{}}],[\"buildfile\",{\"_index\":186,\"name\":{\"354\":{},\"387\":{},\"405\":{},\"423\":{}},\"comment\":{}}],[\"bypasscompanyidentificationmatch\",{\"_index\":178,\"name\":{\"344\":{}},\"comment\":{}}],[\"bypassdestinationvalidation\",{\"_index\":173,\"name\":{\"339\":{}},\"comment\":{}}],[\"bypassoriginvalidation\",{\"_index\":172,\"name\":{\"338\":{}},\"comment\":{}}],[\"category\",{\"_index\":26,\"name\":{\"28\":{},\"235\":{},\"304\":{}},\"comment\":{}}],[\"changecode\",{\"_index\":77,\"name\":{\"122\":{},\"134\":{}},\"comment\":{}}],[\"checkdigit\",{\"_index\":14,\"name\":{\"15\":{},\"220\":{},\"285\":{}},\"comment\":{}}],[\"checkfile\",{\"_index\":187,\"name\":{\"356\":{},\"388\":{},\"406\":{},\"424\":{}},\"comment\":{}}],[\"checking\",{\"_index\":161,\"name\":{\"323\":{}},\"comment\":{}}],[\"collection_formats\",{\"_index\":208,\"name\":{\"443\":{}},\"comment\":{}}],[\"common\",{\"_index\":219,\"name\":{\"460\":{}},\"comment\":{}}],[\"companydescriptivedate\",{\"_index\":112,\"name\":{\"198\":{}},\"comment\":{}}],[\"companydiscretionarydata\",{\"_index\":109,\"name\":{\"194\":{}},\"comment\":{}}],[\"companyentrydescription\",{\"_index\":111,\"name\":{\"197\":{},\"273\":{}},\"comment\":{}}],[\"companyidentification\",{\"_index\":106,\"name\":{\"186\":{},\"195\":{}},\"comment\":{}}],[\"companyname\",{\"_index\":108,\"name\":{\"193\":{}},\"comment\":{}}],[\"configuration\",{\"_index\":203,\"name\":{\"438\":{},\"454\":{},\"472\":{},\"482\":{},\"546\":{}},\"comment\":{}}],[\"configurationparameters\",{\"_index\":230,\"name\":{\"473\":{},\"545\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":202,\"name\":{\"421\":{},\"453\":{},\"458\":{},\"483\":{}},\"comment\":{}}],[\"contestedreturncode\",{\"_index\":88,\"name\":{\"149\":{}},\"comment\":{}}],[\"correcteddata\",{\"_index\":80,\"name\":{\"125\":{},\"133\":{}},\"comment\":{}}],[\"createfile\",{\"_index\":116,\"name\":{\"204\":{},\"358\":{},\"389\":{},\"407\":{},\"425\":{},\"525\":{}},\"comment\":{}}],[\"createfileresponse\",{\"_index\":121,\"name\":{\"212\":{},\"526\":{}},\"comment\":{}}],[\"createrequestfunction\",{\"_index\":229,\"name\":{\"470\":{}},\"comment\":{}}],[\"creditfile\",{\"_index\":168,\"name\":{\"332\":{}},\"comment\":{}}],[\"creditfileid\",{\"_index\":167,\"name\":{\"331\":{}},\"comment\":{}}],[\"csv\",{\"_index\":209,\"name\":{\"445\":{}},\"comment\":{}}],[\"customreturncodes\",{\"_index\":179,\"name\":{\"345\":{}},\"comment\":{}}],[\"customtracenumbers\",{\"_index\":174,\"name\":{\"340\":{}},\"comment\":{}}],[\"dateofdeath\",{\"_index\":85,\"name\":{\"142\":{}},\"comment\":{}}],[\"dateoriginalentryreturned\",{\"_index\":89,\"name\":{\"150\":{}},\"comment\":{}}],[\"debitfile\",{\"_index\":170,\"name\":{\"334\":{}},\"comment\":{}}],[\"debitfileid\",{\"_index\":169,\"name\":{\"333\":{}},\"comment\":{}}],[\"deleteachfile\",{\"_index\":188,\"name\":{\"360\":{},\"390\":{},\"408\":{},\"426\":{}},\"comment\":{}}],[\"deletefilebatch\",{\"_index\":189,\"name\":{\"362\":{},\"391\":{},\"409\":{},\"427\":{}},\"comment\":{}}],[\"description\",{\"_index\":158,\"name\":{\"320\":{}},\"comment\":{}}],[\"dfiaccountnumber\",{\"_index\":15,\"name\":{\"16\":{},\"221\":{},\"288\":{}},\"comment\":{}}],[\"discretionarydata\",{\"_index\":20,\"name\":{\"22\":{},\"225\":{}},\"comment\":{}}],[\"dishonoredreturnreasoncode\",{\"_index\":90,\"name\":{\"151\":{},\"169\":{}},\"comment\":{}}],[\"dishonoredreturnsettlementdate\",{\"_index\":92,\"name\":{\"153\":{}},\"comment\":{}}],[\"dishonoredreturntracenumber\",{\"_index\":91,\"name\":{\"152\":{}},\"comment\":{}}],[\"dummy_base_url\",{\"_index\":220,\"name\":{\"461\":{}},\"comment\":{}}],[\"effectiveentrydate\",{\"_index\":113,\"name\":{\"199\":{},\"276\":{}},\"comment\":{}}],[\"entryaddendacount\",{\"_index\":4,\"name\":{\"4\":{},\"33\":{},\"182\":{},\"240\":{}},\"comment\":{}}],[\"entrydetail\",{\"_index\":124,\"name\":{\"216\":{},\"527\":{}},\"comment\":{}}],[\"entrydetails\",{\"_index\":102,\"name\":{\"174\":{}},\"comment\":{}}],[\"entrydetailsequencenumber\",{\"_index\":44,\"name\":{\"55\":{},\"63\":{},\"69\":{},\"75\":{},\"83\":{},\"91\":{},\"97\":{},\"103\":{},\"109\":{},\"118\":{}},\"comment\":{}}],[\"entryhash\",{\"_index\":5,\"name\":{\"5\":{},\"34\":{},\"183\":{},\"241\":{}},\"comment\":{}}],[\"error\",{\"_index\":123,\"name\":{\"215\":{},\"257\":{},\"306\":{},\"335\":{}},\"comment\":{}}],[\"field\",{\"_index\":218,\"name\":{\"459\":{}},\"comment\":{}}],[\"file\",{\"_index\":122,\"name\":{\"214\":{},\"256\":{},\"327\":{}},\"comment\":{}}],[\"fileadvcontrol\",{\"_index\":154,\"name\":{\"315\":{}},\"comment\":{}}],[\"filecontrol\",{\"_index\":120,\"name\":{\"209\":{},\"236\":{},\"312\":{},\"528\":{}},\"comment\":{}}],[\"filecreationdate\",{\"_index\":131,\"name\":{\"251\":{}},\"comment\":{}}],[\"filecreationtime\",{\"_index\":130,\"name\":{\"250\":{}},\"comment\":{}}],[\"fileheader\",{\"_index\":117,\"name\":{\"206\":{},\"244\":{},\"309\":{},\"529\":{}},\"comment\":{}}],[\"fileidentification\",{\"_index\":18,\"name\":{\"19\":{}},\"comment\":{}}],[\"fileidmodifier\",{\"_index\":132,\"name\":{\"252\":{}},\"comment\":{}}],[\"flattenfile\",{\"_index\":190,\"name\":{\"364\":{},\"392\":{},\"410\":{},\"428\":{}},\"comment\":{}}],[\"flattenfileresponse\",{\"_index\":134,\"name\":{\"254\":{},\"530\":{}},\"comment\":{}}],[\"foreigncorrespondentbankbranchcountrycode\",{\"_index\":75,\"name\":{\"116\":{}},\"comment\":{}}],[\"foreigncorrespondentbankidnumber\",{\"_index\":74,\"name\":{\"115\":{}},\"comment\":{}}],[\"foreigncorrespondentbankidnumberqualifier\",{\"_index\":73,\"name\":{\"114\":{}},\"comment\":{}}],[\"foreigncorrespondentbankname\",{\"_index\":72,\"name\":{\"113\":{}},\"comment\":{}}],[\"foreignexchangeindicator\",{\"_index\":139,\"name\":{\"267\":{}},\"comment\":{}}],[\"foreignexchangereference\",{\"_index\":141,\"name\":{\"269\":{}},\"comment\":{}}],[\"foreignexchangereferenceindicator\",{\"_index\":140,\"name\":{\"268\":{}},\"comment\":{}}],[\"foreignpaymentamount\",{\"_index\":47,\"name\":{\"60\":{}},\"comment\":{}}],[\"foreigntracenumber\",{\"_index\":48,\"name\":{\"61\":{}},\"comment\":{}}],[\"format\",{\"_index\":240,\"name\":{\"496\":{}},\"comment\":{}}],[\"formdatactor\",{\"_index\":236,\"name\":{\"480\":{},\"490\":{}},\"comment\":{}}],[\"getfilebatch\",{\"_index\":191,\"name\":{\"366\":{},\"393\":{},\"411\":{},\"429\":{}},\"comment\":{}}],[\"getfilebatches\",{\"_index\":192,\"name\":{\"368\":{},\"394\":{},\"412\":{},\"430\":{}},\"comment\":{}}],[\"getfilebyid\",{\"_index\":193,\"name\":{\"370\":{},\"395\":{},\"413\":{},\"431\":{}},\"comment\":{}}],[\"getfilecontents\",{\"_index\":194,\"name\":{\"372\":{},\"396\":{},\"414\":{},\"432\":{}},\"comment\":{}}],[\"getfiles\",{\"_index\":195,\"name\":{\"374\":{},\"397\":{},\"415\":{},\"433\":{}},\"comment\":{}}],[\"hostname\",{\"_index\":242,\"name\":{\"499\":{}},\"comment\":{}}],[\"iatbatch\",{\"_index\":135,\"name\":{\"258\":{},\"531\":{}},\"comment\":{}}],[\"iatbatches\",{\"_index\":119,\"name\":{\"208\":{},\"311\":{}},\"comment\":{}}],[\"iatbatchheader\",{\"_index\":136,\"name\":{\"260\":{},\"263\":{},\"532\":{}},\"comment\":{}}],[\"iatentrydetail\",{\"_index\":146,\"name\":{\"281\":{},\"533\":{}},\"comment\":{}}],[\"iatentrydetails\",{\"_index\":137,\"name\":{\"261\":{}},\"comment\":{}}],[\"iatindicator\",{\"_index\":138,\"name\":{\"266\":{}},\"comment\":{}}],[\"id\",{\"_index\":2,\"name\":{\"2\":{},\"12\":{},\"30\":{},\"38\":{},\"51\":{},\"57\":{},\"65\":{},\"71\":{},\"77\":{},\"85\":{},\"93\":{},\"99\":{},\"105\":{},\"111\":{},\"120\":{},\"128\":{},\"138\":{},\"147\":{},\"162\":{},\"180\":{},\"191\":{},\"205\":{},\"213\":{},\"217\":{},\"237\":{},\"245\":{},\"255\":{},\"259\":{},\"264\":{},\"282\":{},\"308\":{}},\"comment\":{}}],[\"identificationnumber\",{\"_index\":125,\"name\":{\"223\":{}},\"comment\":{}}],[\"immediatedestination\",{\"_index\":128,\"name\":{\"248\":{}},\"comment\":{}}],[\"immediatedestinationname\",{\"_index\":129,\"name\":{\"249\":{}},\"comment\":{}}],[\"immediateorigin\",{\"_index\":126,\"name\":{\"246\":{}},\"comment\":{}}],[\"immediateoriginname\",{\"_index\":127,\"name\":{\"247\":{}},\"comment\":{}}],[\"index\",{\"_index\":238,\"name\":{\"493\":{}},\"comment\":{}}],[\"individualname\",{\"_index\":19,\"name\":{\"21\":{},\"224\":{}},\"comment\":{}}],[\"isjsonmime\",{\"_index\":237,\"name\":{\"492\":{}},\"comment\":{}}],[\"isodestinationcountrycode\",{\"_index\":142,\"name\":{\"270\":{}},\"comment\":{}}],[\"isodestinationcurrencycode\",{\"_index\":145,\"name\":{\"275\":{}},\"comment\":{}}],[\"isooriginatingcurrencycode\",{\"_index\":144,\"name\":{\"274\":{}},\"comment\":{}}],[\"julianday\",{\"_index\":23,\"name\":{\"25\":{}},\"comment\":{}}],[\"messageauthentication\",{\"_index\":107,\"name\":{\"187\":{}},\"comment\":{}}],[\"modelerror\",{\"_index\":150,\"name\":{\"305\":{},\"534\":{}},\"comment\":{}}],[\"modelfile\",{\"_index\":151,\"name\":{\"307\":{},\"535\":{}},\"comment\":{}}],[\"name\",{\"_index\":49,\"name\":{\"62\":{}},\"comment\":{}}],[\"notificationofchange\",{\"_index\":152,\"name\":{\"313\":{}},\"comment\":{}}],[\"odfibranchcountrycode\",{\"_index\":59,\"name\":{\"82\":{}},\"comment\":{}}],[\"odfiidentification\",{\"_index\":9,\"name\":{\"9\":{},\"81\":{},\"188\":{},\"201\":{},\"278\":{}},\"comment\":{}}],[\"odfiidnumberqualifier\",{\"_index\":58,\"name\":{\"80\":{}},\"comment\":{}}],[\"odfiname\",{\"_index\":57,\"name\":{\"79\":{}},\"comment\":{}}],[\"ofacscreeningindicator\",{\"_index\":148,\"name\":{\"289\":{}},\"comment\":{}}],[\"offset\",{\"_index\":105,\"name\":{\"178\":{},\"316\":{},\"536\":{}},\"comment\":{}}],[\"offsetaccounttypeenum\",{\"_index\":159,\"name\":{\"321\":{},\"325\":{},\"537\":{}},\"comment\":{}}],[\"options\",{\"_index\":215,\"name\":{\"451\":{}},\"comment\":{}}],[\"opts\",{\"_index\":164,\"name\":{\"328\":{}},\"comment\":{}}],[\"originaldfi\",{\"_index\":79,\"name\":{\"124\":{},\"132\":{},\"143\":{}},\"comment\":{}}],[\"originalentrytracenumber\",{\"_index\":93,\"name\":{\"154\":{},\"164\":{}},\"comment\":{}}],[\"originalreceivingdfiidentification\",{\"_index\":94,\"name\":{\"155\":{},\"165\":{}},\"comment\":{}}],[\"originalsettlementdate\",{\"_index\":95,\"name\":{\"156\":{}},\"comment\":{}}],[\"originaltrace\",{\"_index\":78,\"name\":{\"123\":{},\"131\":{},\"141\":{}},\"comment\":{}}],[\"originatorcitystateprovince\",{\"_index\":54,\"name\":{\"73\":{}},\"comment\":{}}],[\"originatorcountrypostalcode\",{\"_index\":55,\"name\":{\"74\":{}},\"comment\":{}}],[\"originatoridentification\",{\"_index\":143,\"name\":{\"271\":{}},\"comment\":{}}],[\"originatorname\",{\"_index\":51,\"name\":{\"67\":{}},\"comment\":{}}],[\"originatorstatuscode\",{\"_index\":114,\"name\":{\"200\":{},\"277\":{}},\"comment\":{}}],[\"originatorstreetaddress\",{\"_index\":52,\"name\":{\"68\":{}},\"comment\":{}}],[\"parse\",{\"_index\":239,\"name\":{\"495\":{}},\"comment\":{}}],[\"password\",{\"_index\":233,\"name\":{\"476\":{},\"486\":{}},\"comment\":{}}],[\"pathname\",{\"_index\":243,\"name\":{\"500\":{}},\"comment\":{}}],[\"paymentrelatedinformation\",{\"_index\":43,\"name\":{\"53\":{},\"107\":{}},\"comment\":{}}],[\"ping\",{\"_index\":196,\"name\":{\"376\":{},\"398\":{},\"416\":{},\"434\":{}},\"comment\":{}}],[\"pipes\",{\"_index\":212,\"name\":{\"448\":{}},\"comment\":{}}],[\"protocol\",{\"_index\":241,\"name\":{\"498\":{}},\"comment\":{}}],[\"query\",{\"_index\":244,\"name\":{\"501\":{}},\"comment\":{}}],[\"rdfibranchcountrycode\",{\"_index\":63,\"name\":{\"90\":{}},\"comment\":{}}],[\"rdfiidentification\",{\"_index\":13,\"name\":{\"14\":{},\"89\":{},\"219\":{},\"284\":{}},\"comment\":{}}],[\"rdfiidnumberqualifier\",{\"_index\":62,\"name\":{\"88\":{}},\"comment\":{}}],[\"rdfiname\",{\"_index\":61,\"name\":{\"87\":{}},\"comment\":{}}],[\"receivercitystateprovince\",{\"_index\":68,\"name\":{\"101\":{}},\"comment\":{}}],[\"receivercountrypostalcode\",{\"_index\":69,\"name\":{\"102\":{}},\"comment\":{}}],[\"receiveridnumber\",{\"_index\":65,\"name\":{\"95\":{}},\"comment\":{}}],[\"receiverstreetaddress\",{\"_index\":66,\"name\":{\"96\":{}},\"comment\":{}}],[\"referencecode\",{\"_index\":133,\"name\":{\"253\":{}},\"comment\":{}}],[\"referenceinformationone\",{\"_index\":32,\"name\":{\"40\":{}},\"comment\":{}}],[\"referenceinformationtwo\",{\"_index\":33,\"name\":{\"41\":{}},\"comment\":{}}],[\"refusedchangecode\",{\"_index\":82,\"name\":{\"130\":{}},\"comment\":{}}],[\"requestargs\",{\"_index\":213,\"name\":{\"449\":{}},\"comment\":{}}],[\"requireabaorigin\",{\"_index\":171,\"name\":{\"337\":{}},\"comment\":{}}],[\"requirederror\",{\"_index\":217,\"name\":{\"457\":{}},\"comment\":{}}],[\"returncode\",{\"_index\":84,\"name\":{\"140\":{}},\"comment\":{}}],[\"returnentries\",{\"_index\":153,\"name\":{\"314\":{}},\"comment\":{}}],[\"returnreasoncode\",{\"_index\":98,\"name\":{\"159\":{},\"168\":{}},\"comment\":{}}],[\"returnsettlementdate\",{\"_index\":97,\"name\":{\"158\":{},\"167\":{}},\"comment\":{}}],[\"returntracenumber\",{\"_index\":96,\"name\":{\"157\":{},\"166\":{}},\"comment\":{}}],[\"routingnumber\",{\"_index\":155,\"name\":{\"317\":{}},\"comment\":{}}],[\"savings\",{\"_index\":162,\"name\":{\"324\":{}},\"comment\":{}}],[\"search\",{\"_index\":245,\"name\":{\"502\":{}},\"comment\":{}}],[\"secondaryofacscreeningindicator\",{\"_index\":149,\"name\":{\"290\":{}},\"comment\":{}}],[\"segmentedfiles\",{\"_index\":166,\"name\":{\"330\":{},\"539\":{}},\"comment\":{}}],[\"segmentfile\",{\"_index\":163,\"name\":{\"326\":{},\"378\":{},\"399\":{},\"417\":{},\"435\":{},\"538\":{}},\"comment\":{}}],[\"segmentfileid\",{\"_index\":197,\"name\":{\"380\":{},\"400\":{},\"418\":{},\"436\":{}},\"comment\":{}}],[\"sequencenumber\",{\"_index\":24,\"name\":{\"26\":{},\"54\":{},\"108\":{},\"117\":{}},\"comment\":{}}],[\"serializedataifneeded\",{\"_index\":227,\"name\":{\"468\":{}},\"comment\":{}}],[\"serviceclasscode\",{\"_index\":3,\"name\":{\"3\":{},\"181\":{},\"192\":{},\"265\":{}},\"comment\":{}}],[\"setapikeytoobject\",{\"_index\":222,\"name\":{\"463\":{}},\"comment\":{}}],[\"setbasicauthtoobject\",{\"_index\":223,\"name\":{\"464\":{}},\"comment\":{}}],[\"setbearerauthtoobject\",{\"_index\":224,\"name\":{\"465\":{}},\"comment\":{}}],[\"setoauthtoobject\",{\"_index\":225,\"name\":{\"466\":{}},\"comment\":{}}],[\"setsearchparams\",{\"_index\":226,\"name\":{\"467\":{}},\"comment\":{}}],[\"settlementdate\",{\"_index\":115,\"name\":{\"203\":{},\"280\":{}},\"comment\":{}}],[\"ssv\",{\"_index\":210,\"name\":{\"446\":{}},\"comment\":{}}],[\"standardentryclasscode\",{\"_index\":110,\"name\":{\"196\":{},\"272\":{}},\"comment\":{}}],[\"terminalcity\",{\"_index\":39,\"name\":{\"47\":{}},\"comment\":{}}],[\"terminalidentificationcode\",{\"_index\":34,\"name\":{\"42\":{}},\"comment\":{}}],[\"terminallocation\",{\"_index\":38,\"name\":{\"46\":{}},\"comment\":{}}],[\"terminalstate\",{\"_index\":40,\"name\":{\"48\":{}},\"comment\":{}}],[\"topathstring\",{\"_index\":228,\"name\":{\"469\":{}},\"comment\":{}}],[\"totalcredit\",{\"_index\":7,\"name\":{\"7\":{},\"36\":{},\"185\":{},\"243\":{}},\"comment\":{}}],[\"totaldebit\",{\"_index\":6,\"name\":{\"6\":{},\"35\":{},\"184\":{},\"242\":{}},\"comment\":{}}],[\"tracenumber\",{\"_index\":41,\"name\":{\"49\":{},\"126\":{},\"136\":{},\"145\":{},\"160\":{},\"170\":{},\"227\":{},\"292\":{}},\"comment\":{}}],[\"tracesequencenumber\",{\"_index\":83,\"name\":{\"135\":{}},\"comment\":{}}],[\"transactioncode\",{\"_index\":12,\"name\":{\"13\":{},\"218\":{},\"283\":{}},\"comment\":{}}],[\"transactiondate\",{\"_index\":36,\"name\":{\"44\":{}},\"comment\":{}}],[\"transactionserialnumber\",{\"_index\":35,\"name\":{\"43\":{}},\"comment\":{}}],[\"transactiontypecode\",{\"_index\":46,\"name\":{\"59\":{}},\"comment\":{}}],[\"tsv\",{\"_index\":211,\"name\":{\"447\":{}},\"comment\":{}}],[\"typecode\",{\"_index\":31,\"name\":{\"39\":{},\"52\":{},\"58\":{},\"66\":{},\"72\":{},\"78\":{},\"86\":{},\"94\":{},\"100\":{},\"106\":{},\"112\":{},\"121\":{},\"129\":{},\"139\":{},\"148\":{},\"163\":{}},\"comment\":{}}],[\"unequaladdendacounts\",{\"_index\":183,\"name\":{\"349\":{}},\"comment\":{}}],[\"unequalserviceclasscode\",{\"_index\":180,\"name\":{\"346\":{}},\"comment\":{}}],[\"unorderedbatchnumbers\",{\"_index\":181,\"name\":{\"347\":{}},\"comment\":{}}],[\"url\",{\"_index\":214,\"name\":{\"450\":{},\"494\":{},\"497\":{}},\"comment\":{}}],[\"username\",{\"_index\":232,\"name\":{\"475\":{},\"485\":{}},\"comment\":{}}],[\"validatefile\",{\"_index\":198,\"name\":{\"382\":{},\"401\":{},\"419\":{},\"437\":{}},\"comment\":{}}],[\"validateopts\",{\"_index\":165,\"name\":{\"329\":{},\"336\":{},\"540\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,H4sIAAAAAAAAE919bZPcthHmX7mSvirK4IVv/iZLckV3ceSTlFTdbblcoxmuduLdmTVnZm0llf9+BEBwgGY3CJCcVJ0+uLzaBbobaHSj+0ET+Pez5vD78dl3N/9+9utuv332HX/xbL9+qJ9992z9uHv24tm5uW9/fjhsz/f18c/t717enR7u2z9s7tfHY912ffbsPy/63lne93/15h/fr0+bu9eH/ak53Pe0dvtT3dyuNx050Awh/+LZ47qp96dOpgs3tuKyZ7fbpnB4rpuTTGAfiumxbp52m/q1ovP6sK2TREA6zxao7dB8fbXd1vvt+vXh3HZPkQjrvYxIf1kf79JF6XrNFuF0OK3v39Sfd2nT4XVbRojXTb2dIkXfb7YY683d+8e6WZ8OzZv1aZ0kyrDvbHHev/nh3bt2wZ12t7vN+rQ77JMkQrvPFuqzavO388PnukmSxu83RQzgQN8qK3hTn9a7kP90Wl3HfUIGEd7TlZwyiGa9P643SmkjvnPAf9h1rjAfUtbhQB6091yRNnf15tc3uy9BfzEQxes1V4R2WK82G7UTjFrDQBCk71xx1g8jW9pAiL7HbNZbtVd/OJxPu/2X9MnAu88V6nZ3X09ftGjv2fMUvb0M5yhtd4kQpv3N7mm3Pa/v/6Z+keLgYM+5omx3x01Tq0let00TZwbrPH9B6zDvQ705NNt37XA3auLT1jRBYcE1NN3gaBpzxfvn+X633r9Zf02Rx+00V4Bj/du53m/q9FkZ9FxoFVXVhIWjO83eJNen+suhSdKF02cCexCi/dB60fEU12l1nRANMogI0VzJQ4HwWB45YO31mi3C/WHza7oIbq+5IqQk1QNJknPqWIFGUmpckJiMOkKAqIR6IEF8Ph0rwmg6jcsQl03jQnjmb9S64qQEtsE1jN6jPWrvvajUfH59rINpmM/OaT6DaVPf1o3akN7tbw/Ngw5C3+9jZaB7LyzSp98PM0Qyveeopm4edvv1vR+spygrRGCOYJc0/GPd7NpgORyRAKnI3suI1AbK0RM06DVDhPX5dHdodv/qJ/l98/aPx11TJwg0RmOB1fTXw0jKiK8hp9sCQrzenejQDReg67IA84+nhBUC+sxboqOx+2B5xsXsCGtsv8rG+GZX3K+ypP0qm7tfZRP2K5Lp4/rrQ9v8Q33froKt4+MjpQj1nyFWZELoy5KSC44JUF8ypY9TZAn1TxMLWe5sNSIFW11vuXe0I5d7K+q85W7ZpSz3ANPLtvgpkT/ac4YoraXUuy/7n4wBvQoDwb4sRNf5wnyKduRAlE9p/pwWZB+CNX3W+1Ecc4zZVCO3Eswyck8szMjZmBTsikbOkoyczTVyNsHISaZtmPmljWxOhyYIkvusB50WEeDjqanrU9uhqY/HZElg7xkiTV7qbImlzkaW+hjcwK4IN7AkuIHNhRvYBLiBZnpZKyqJ0KH8T83hadeqJ1KOMIVlRFP7U/P1p8NRIVXxUxSmMEO0ycbAlzCGkVyGiTEpxBWNQSQZg5hrDGKCMZBMVelMjMcXl0qbaF8fZPrujVH//z6v73e3u/F15EiA9Z0rTtwBOiJLwtl5jCDftzFzd27SfE1YDlTfGeJMNnmxhMmLEZOXY1LIK5q8TDJ5Odfk5QSTJ5l+iDR5ealqijb5INNkk3ckmGbyYXGSTN6VJd3kg4Ikm7wjyzSTJ8WZbPJyCZOXIyY/hliyKyKWLAmxZHMRSzYBsaSZNvWm3j3VjbWiSOZItwWESMrvgCTp2d3iaCVbAq1kY2hlPiZFfsWlnict9XzuUs8nLHWSqV0pybld7q+0aZnduFipeR0Ua1JWR4o12QjyJYwgHzGCYkyK4opGUCQZQTHXCIoJRkAynXpCZaWYdUJFi5V0QmVlST+hogWYvNyLJZZ7MbLcyzEpyisu9zJpuZdzl3s5YbmTTLsDldeHpg0LHg97FZ9/v97/GpPllN6ZDEXiCsIlZ0Mjkk7LkCaLvZC01xEyOaMakXZalkWKneYHy8l+kBRgsh8sl/CDZdgPVmN+sLqiH6yS/GA11w9WE/wgzXRzt95/SWHrdZjBuDt1uNdH2pG8YZ8F2L/54V0ic9NjzpQrV7Fpg6Tg1zxg1kGfOcssuvigX2lpVQfVqLF+qG/Px3rcrrp21zRdl0W0BVv55xqyxzzNnkdEaMyfX8dbtycL1n2+UGkm7wk0wfIjhYlxAKgo0X5gRJA0d+CJMsErjAkzccGk7gpjFqTUnBRmQGNCCSwk2GSB5gmCuVL68znb4IrOs0rymtVcd1lN8JMk06Y+nZuYTyEsW6/DDMZJTrCa6v1I9tv1qX5/+6Zen+hvwHzmfo8FRh7hcatprpZkvTYN4lEtKwHacc5aj/cf1TTHUY15DPVlWn08jYdfl5bX9CE+k2hnchnFXK8CBEhzL6NibGyDD/EOB0iEk1hCOG3anY29Vfm54ZC8NJ6HCC0i6O54d9gfGjsHH+r1MepDtqGkIUrXEDW+1ntU1sTq7wnCfqxPp/ta4fgRn5yNyjugtoTIB3eZzZjcAJ0lxfygD+F2+y+p1SOkwEGKS4o+bzGQVJYQsZlrWhiB5QSbN3MEjeXEm+49kf6L7NXTFZkcHmHCoHHSm96bjcp0aXrNSAlwiQ6VnIHMjZWgCGnB0rggk507FGyed48XdIZ7p0Se69/HhU/3nlDWie4zVrRE/4lLN8WBxgqY4EFx4VJd6LhgM0JkKOLcGDnC4cxYe8kef1ycCfAAlGoqUIAK5+5H+r5PShz9x8l7jr5u6S/1ektr4cLgud+aHpoRePwUmazjdHiC5hOZfo64TRoO9NJ8ItP19ult2mCHPaazjrlA22f9/SKjPtzeHmvy+2qHY98wntHAKmLGd72705KvBl/yXvCZl4IveiP43OvAF7kLfOpF4MvcAj75CvCF7v+efvl3jACbw8Pjev81Lr4dikJ1nyfUQ308rr/Ur86nO0U3VSiq+zyh4j8LnH0j+ULXkU+/izziIvLvIwMM0+RaPtqhHuWiO4GX8NAu63QHHRakM6tQwepABr/PEuzfxF5PTMmCEVhCsAQzRKRKNcSRNXNatzths9Xh3YSVQ3VfYp66kLNVwu5xykwh/RdZV5biU/D2O3JVDbrPEqq+va03ipgZbYpAaNdZwrgXl6xP57S1RHSeJVDirueKM2XTCwsTu+e5UiRteWPbQwx0hWwO0WAVLoS77bZhX0tE3UJL8b+0uMKmC4iP7bmOtFTJfvu3cBQBWXo95rDWK6Mms3fI99J8DtN3rz59n8bX6zF3qkfSamyuY3CDceaRkAkUIAU3iRIiBlxAhIhGUFAhcAP+oL8pOUYYsm15VYP2mMQbdj+KwKpLZd71WYJ93TT0AxYUf9tpogCuup3VS0nhNLmCgiH1Mc26AtMIf8wbTQPOKQ80RYgRf2nHQJLEazsihBl/l2kgROSjTBHMY19kGoiQ9BxThCDht5gG7CMeYopguvMUmTgDROd5AkW9MDQUJf55oQghot8WGsiR9rBQzKowaHHkq0LDVUJ1n+vExo4pMQcWdTwZPyf0KxHUNOgei7Amr88hWWcLsaY/6aRY6x7LsB75QI2W4NJxEUHIzztICcJPI6WwHq9/ooXw+i4jzmjZOi2N23XeBj7yZtRw+455MApn7AaIEU9FXfedqNRHohZ5IWrq81CLvA019WGoJV+Fmvkk1BLvQU18DGqRl6CmPgO1zBtQkx+AGn/96YdRPOvS4krGnHAm5khLsXp4aGel/wQkmu+g24JChKLqEUFGI+sEYd60+46C2wOJJymN33dpcSZN0LD/HLE0cqhAEvXYwy5eHKTfUmKEQPuQGKOofZwY7978eNgGb/bBhPB6zRGhf4QsBNlACWCnRAE8x3i/Pp3qfQzwiTS9hqskuIz6TGQgE7BPkv0o+JkgQBD9JCUYhz/DIrhqt6cXlBD271dQsEd6TKu9nCPnNuG93Wc56DOLfczxyYB/9OHJmAAxdbY+9+hSW4Q1toLiZv5qkRXCIHZNLVN0hAmQVHcUJ07bahSiw0QB/eaK0V299vYPc/vIJJECNBYW78Plhc/5cqLEriXwEnIuseo+vnfiz4ib+tAlGCAyV8BLbU3ckRMmX4DGbCeSVIWGupL0QrQ40RJr0TDZppSjRa+77m6Ddtl8eX1u1IKesvBoKgubxnQRaSpzRYwvocNES6yiS7XX8UK6sK1G1tLFiRVfTocJlVhRFydSRFEdJktsXV1sEBRTWoeHQNHVdaQoINyMqNnwW10n3Eyt3ACSzyvewPin1G/ECRNfwoHJk1jFESfSeCEHJkpkLUecCN6BdyjXCx+VjyZ8sws6UBHGazriWMcWtWBCJNW1xInz/odXrz9umrret1t8TJg/EIqkMFe0Y6tuFbt9nS/jOKlFF/ckGSfUg0S7xrGSEMItRlWFJM0P/T51YEp0p6UEIN/ODQnAFhSALI0JCRCujkkTgHxFMiSAWFAA8k27kAByQQHIEqGQAOEqoTQByHePQgLkCwpAvjkTEqBYUACyVCokQLhaKkkAulYrIMBIuVaaAGShVEiAcK1UZCg4UhKEBoIxVUEkezcR+bENse/fhg5wLi0mJyDBAyJAP+JcyJE5MKjQ10t9gyvkVD7tsXTqIurkT5cAw8gvl0YZj3y4BLjGfLc0ynL8syXANfKrpahJHjl2QmY55thplPXfDpfE8v2tuS8/Ugai6wxhzG1NymvsonUA+8xUw6s3/0jXhNcpTQDXb7wP3j1j/jrZYzSHs8Jtw5G/w+M57ECPq5Ob2uFi8luXMewwk/Gnr4/kikbYds2nMt2Og/8u020k0D9gKjhYNq8u4r/dnx965k/rZrf+fO/xBm3/xFJWVZ5l4rJmf/nl5M5vPLfnfc+xUcORETP/WqFT7YKdLstLh0SiUC+70RCyfVyr+xCPM0S7UJgtGV9VBcti14/qHBAzZeW4vu5j/UXB2aEoyWky2euFipMg/fGiJFdo6kjm8UTuXAOGXeNZDJ/W9zt9e3kKY9ApVQBEkfVWtRmToGs1WZ0bXb38gy4ZTGD1HPQbHa8dzagY04RYQIStqiJPnwi/22JCTBJhAQGCmR3GfDy7Ixm7i/4fEUbntpketdW/nXdN/er7V+HS9AGz50hPetDeeKiE7Otj290Q69oHgpyhQGT/JcRyjv2ny0YRmSfg5nw8HR6cq4bjV8xztO88cdb394ff/2/dHEZS3aEwSM8FRPlxdzy2kc34JyWEQFj/ZcUayQfH5YrJDeOX+mvsgq8fQ+XH1HoPUlpi0V/ee0le837XecKc960vVA85xNWgDkWiCcwV7NC0K7befn+pM0mYKar7Asv/3V6HiK9H6wSI1Y/1X0SJ7seDSVOF9k4WKb8I9Or1X3SI8Opx9+qP3eH407pZP+jPaZyQ5Pa816UkRq5Ql8VS8ESWz4MtIpL0YP/gJNFHInpBfzp4oeUVxvVywOoKwxwm4P9t9YFhdr/9U/gYe+544dxSe9p5d7+9up5dLt+mivsRWu2Gj+hna/cyo6ESs6sr1uXybSq2H6FVbLjyYLZiLzNKgx/wcsarjNtl842q9nIFX6fbcE3FfN2OXh64re/rU93RuurgIadvU8XeKK2Ww2Ubs7Xsz2xQ0aqF/+Xq9SbB5fUtK7sfZx9nXTnQgtNLHYVcPme+6iz4fL5NTTtj7LV85YDLnVZCw1/q03/HoAGjb1PH7iB7JV85+PImNkLLDq527SkYweG+FU3Xx17XVw7GwOSOaPurc853zTn4OnIw+C3ouR1jr+Qrx2LutIY1rO/4czHNK86Aw+ub1rQdp9U2v3IkBqc3rPH/iqq/eR1flHvlAKyfUEKrj27t2TUG/DhWmfb/szbV4HpNXjnK0hNJfmY4rEu7xnh9Pt+mTp0x9qq9clB1HC+Yc5pcOaaCnL55LV/iKn7luMqf2pHSyKsbM2D0berZHWR/yHTlgMqb2LFT+B8ex8f/w+P1z9k7Hs/9X6WdpLcd/JG55duynHxWHpJt4mk4FBUrOHckTjjwDQqbfKSbKGfC+WVQzuQTylQ5E47jwoImH7glSpp4thQUdtLp0SR5e4xmEYldateQOQnkD8o7AcZPlDUNrg4KOwWQniFtTOoeLW98ij5R4ijoMErcBHBwmqzxIFiMvKkw1zSZFxL2WlLGwRJBCVOAh0TpktLtoJATEurpss62qEmpYaK8aelPUNwpCc64tEQYv96c3PsoaIlNw/9CQO8weo78PjG073ohQ14qyI+Sd2q4T4q/YOAfN4D0FGCq7CnJQJzs6WnBZNlTEoRI4dNThanSpyYNcQOYlj7MG0NKrJsyivTAd+o40pKLuDFMSTOmyp+YcMQNYFLqscQIogLP9DEkBKJzRxGXmKQNISVFmSl/QrKSNIbktGXmOBYfwPUlj0xq4qROSm+mSpyW6MQJPiXlWUD+Ba12Who0dQyJCVHcECalRgkjYLzEsqRe/o4hlD4lK8rY5TKYTTsTp+ashIli8dzvcGF3Om7/tDv+abe/q5udebqUmo7EvCcozrSkJj5nCTJPTkji842wDlKTiYRcIcw4ORFIi/ODzCcF8akxeoQEyeFfSnwd5D8heE6KjYPMpwS+iXFtNP/4kCMlJo1inxBwpsaTMfxTg8XoWDCG+WyuXhwX5JgSpKXEYEGmEwKstPgplvv8NYbGPkH2UwIb8pvRw/529+Xc+NfyjMUVXpdBZPHYHE71po0s/se0UAPcNnusf1qfIl2f0/q6Yq1VYUxk4NM1XVwg7k1SL8zDYXtu2/5Z/RIJNtGbKr9/9fHtLz+9+vSXnsrlIkRNp28QDl+1ICiH1+//+te3rz+9e/+3X354/+HHV58+UqyGLZN4Rt6CGWI1dgMm0Ze0sePTNAFemp5JQiB5ildjOVmW4+KynCbLclpclsfdo7PFpklj+86Ux73G7kP927k+nl41ztWkzlU6mqbTJslA/Mt7GvT6LJTBc9M4MExXbPoaTpXTxzO9dEhn7GTo37fNXv30buCyjXczf0yaxtjcfMCATMwHo7IyT9q7Ub6RG3eqJOQmPRQiaodO5Y/vxkPm41txDGdnVX0wdzlu/YcSPAG8JtdbYUM28evMHwX1lfquvt9G87atJ3B1B/3w4KxsG9iYX8eGNm/+/uOP/+cXHb/8/cNfERffkfPbhRXVCYYWTKj2zUnXTL/9Y3dETyE6loOm07mq+58fd/+r/vrp8P7zP9ulTHMdNJ3FtbWP3ebV+XQXxXjQeh7vum3YxDMfNJ/F/X004/eL8fzYDmFzp1dMYF2BhnM4tkZyv/tX/WZ9Wr+7/Vtdb+ttiC/SfDr300FtFB9PDX6m1DF1W03nZfDSLoz4oeNBM0Wbp3KPK3ka5fgc/9NIDhMki88G7qKxGOTiqZ2/Bh22G/y+dnvpJVyfiOs3fQZExzG9uCOgAgztMOdJ8LwnEiEIRYmM41vb0z/OE9EhcwUh1dW2vx8a9IWkBCEdMlcQcr1pxTl+Ovxao9dUp+jbo3QFUQdh9zQ50ZB8USHf00lfopzvR7LBWaLeHpoHtXW9PuF31yfICkgtI6ybEID9Yr6U4xtGDFlv3HjO5HUdJBQBNtP8eGwWNcY4Kp0KEIncWqLFmb6bRO8h0bLM2TaiN4toaebsDym7Qryq5m0EyajLqEBzPH6Kn08SaIZrT3Lo0ULN9eFxnnuSODOcNeWivUPJ3fF/Hg/7H3dTnIHXd86kXaas/Wf9xyC70L8NZxUozm37t/8K9s5dZ9QcseRMkdB/C+9NqhtKV+lijYEHirD5YwplN4v6O47sK8J/RwdOUvXdcnM4HTb4oxsu7edOQ5KJak0xujscT1RG4zFyGk5i9Ng6wihGTsNJjNpsGn/N1+NiW01icdSwzyiPvlksE8kqKVbOV2Fv/qHLe+ALLEPTfD5sijM1Nh5k+dZ5tTjM0W85maGt4xkfot9yIkPzBsaKB3k5jeaxyWLY0Bc+RbJhqwg2utE8NiyGDX0pSiybGN2w2brRV9aOsqGvVYtlI2PYyNlsYlZa4ALXWDZ5DJt8Npsihg19m1YsmzKGDf3QfSSbKoZNtQCbD/VtmyVuo7hd2s5jWsVwo+/DimajSz2Pp7jRea1nMn6zO94d9ocmkrPXfBprvwwZYRauOo4iH7HjLhJRaCLgaTuK18gLdmOsXg/L9xFOr8eL9uMZfaiPj20mEcnQaT2NcWRstkRgFhmVLRGSKRrjK8RrNZHR5YOBGMXhzaexfvfq06hVO23mMRmfzEHLyQwjl+Sg5TSGPx629b1fB4Qw81rNYDTmStxG09h0D9sHePQt5jCgXjcn+Q07TGOPvXOOMP0Y8aVBJCv4EjfN7dJyGkP0FWSEHWg3MRq5FKcProsMhiXhfrOFcW6dDHPXDeezA7fjjPDsW89mHMlxekgxUo6BxRVklwVEiGY8xu7nF91P3/372VMrnury3TP+UrxUOYGuYGx73jyzmN/hQdnms5+7v/2jVipULUyTP6+evbhZvciql6tV+fPPL25sD/0H/QvdjLX/Yi9k+XLFudeMec14+y/+gpcvs1x4zbjXTLT/Ehg14TVrk/gbiTWTXrM2Cb/JsGaZ16xNom9yrFnuNWuT4JsCa1Z4zdrs8qZ8kbXT7jUqvUatSm6qFzJ/uWKZ16zyJ1fNNVuh0wvUoPXAhnyZrwdGKoL5mlB4zA3jL7LVy0z4MjJfGQpSuWGo1pivD4WK3DCJ0vRVooCNG5ahLX2tKGzihuVoS18xCl64YQW2pJmvHfVaxw0r0Za+gvgK1zb3tcO1diqkHbASrZ0V0s5XjnqD4IYzbNDcVw5XGuAcGwr3laNuw7/hAm3pK4crDXDU/rivHHUN+w3PsIXOfeVwpQGOqpH7ylFXft/wApkjXzViRa104StHXS59wxElCl85QisHUaIAPkxQ3kn4uhGS8k/CV43IKA8lfM2InPJRwleMULMvVth0C18xoiSn0deLUNMv2AuRtczBBPmakWr+Bbompa8aqTQg0DUpfeVIpQMh0Za+eqTeYzK0JdhllBZEjrb0FSSVGgTqWqSvIan0IFDXIn0VSa2iCm3pq0gqRUh0r5a+jqRShGy3a/Yyz8HO6esoU4qQqPvPfB1ljFogma+ijJMLJPNVlGkLEkNLy3wFZZJ0RBmIBJQWpHwhqpeZBDR9BWVKCxLdeTJfQVlBDtzXT1bSA/f1k2n9oCsu8/WTa/2gKy739ZMrLUh0xeW+gnKlBYmuuNxXUC7I6cx9FeXax6GOJvdVlGfUdOYgXMvJ6cx9DeVKDxlDB+SrKFd6yFCXlPsqyit66L6KCqWHTGBDL3wVFaQJFb6GCtqECl9DhVJDhvrDwtdQoTWE+sPC11BBG1Hhq6hQesjQ3bwAQTVpRIWvoYI2osLXUKHUkKGmUfgaKrWGUNMofQ2VSg9owF76GiqVGjLUhkpfQyVtQ6WvoVKpIUdtqPQ1VJI2VPoKKmkbKn0FlUoNOWpDJUh8lBpy1IZKX0Oljq/RjKH0NVQpNeRoAFD5GqoYOZ2Vr6JK6SFHs5DKV1ElqOmsfA1VkpzOytdQpUM51NoqX0WVTkvRvaDyVVQV9NB9FVVaRQU6dJCgVuTQYYq6Isdu/ua2VZrI8cRqBRLVlVYTaknmb25b2pbM39y2SiEFak3mb25b0p7Mn9ymtEWZv7ltCyK+MX9xW5ZkhGP+5raldybzN6etRg8KNIFkA2SB3J0YBBcYvT8xiC9oFKFA3QWDCIPGEQrUDTCIMWgkoUB3PgZRBo0lFKg1MogzaDSBUAVEGjSeQKgCYg0aUSjQ7I4BtIFxMqdlAHFgGlkgVMEhJqRUUyApNQO4A9PoQlGi6wYgD0zjC0WFtwVK0whDiQAfDGAPTCMMeArDAPrANMZQ4qsc4A+Mk3kuAwAE43SmywAIwTTWUOKrHOAQTOMNxOQCLIJpzIGYXAGRPEFNLgAkmMYd0IUAEAmmgYcSt0gASjARUBnAJZigESMGkAlGQxMMYBMsAE4wgE4wjUGUuAMB+ASTAZUBhIJpHKLEnQ3AKJhGIgj1Sgi/KtWUOaI0gFIwjUUQigA4BdNoRImGCgwgFUySQTwDUAWTdBjPAFjBNCRR4tECgCuYBiVKPFoAgAXTuESF2QNALJjGJSo0+GUAs2Aam6hwSwe4BdPoRIUFABlEzJVaKom1BArT6ESFLy+AXDANUFTYkgHQBdMARYV5BABdMA1QVAiMygB0wQx2gS9DAF4wDVFUuCEA+ILl9NkGwC+YRimIZQgQDJaTygIIBstJZeXweCOnFAAgDKaBClQBAMJgGqhAFQAgDKaBCtQAAITBioCqAIjBNFaB+iGAYjCNVbTJAdYUKEqDFW1ugJ/vAE1pvKJNDlAbAGAG05BFmx2ggRfAM5hGLdr0AJMYnkfpAymcKtCYBi7aTAIfHFCaxi5IeYHeSjpQBMgG0wAGThVgG0wjGHgEDMANpiEM9GyDAXSDGXgDbwp0plEM9HyDAYCDlUZj2HIECAfTOEabeuEng/AQUVsZGp8AlIMZmAM/vQU4B6tWgXUOoA5W0RkZwDqYRjRw7QKwg1XG1IhjT6C0ypgavuECzINVGakLAHowDW20KSjWFKhNYxsMPfMGsAfT4AZjuGMAyAfTAEebgmJ04emv1hpD3AIH0AdfkQgiB8gHX3Fy3XCAfHCNbjB1Uj6UAJwEa3CjTWtfSPlSSCgDOAymkQ8OkA++MipDzZID6IOvjNLQI3NwIrwySsNOzQH0wTW80abAuAhAaV1RBaY0AH1wRla3cAB9cA1vMI6sRg6QD85IWJED4IOb2gqOnsNxgHxwU17BUWvnAPrgpsKCo7MAdMbI8J4D4IObGgtCXKA0RqPAHJZZaHQDrxzhsNbCFFugmyof1FtoreFlB7DmgpuKGDTC5rDsQgMc6NqFZRem7gKt+QAqM3UXeNUHLLzQ8AYeuHFYeqHxDbwYgMPiC41v4OfCHGAfXOMbOLLFAfbBNb6BQzUcYB/cFGLgVSUA++Aa4cDzBw7QD64xDjzl5QD/4BrjIOpVAP7BRR7wTgAA4YI2NoB/cIN/YK4UwB9cQxxY6QoH4AfXAAde2gOwD67xDTTE4wD64BrewBcCQD64QT7wprC0SQY2HoB9cElvaAD64NLoCz164QD74BrgYBwNHjlAP7g07hENsTiAP7g0mxoaYnGAf3CNcTCBFoFwAIBwDXMwgeIaHGAgXOMcDC/X4QAE4RroYHjFDgcoCM9M4SC2BQEYhGe09gAOwrM8sGUCIIRnRWDLBFgI14gHE1isBcAQnpHHZxygITw3msNdCYBDeG40h682gIfw3MSR+OAAIsJzERIDaE4DH/jwACbCNfJBiADLCrXm8OIoDnARrtEPhtdHcQCNcA2AMLxEigN0hGsMhEncOgBAwgsTmODWARASrnEQJnHrACAJNyAJlglxAJJwA5JgmRAHEAk3EIlE0W0OIBJuIBKJRzwAIuEGIsHSJg4gEm4gEjRtAhAJL8h0mwOAhBd0us0BPsJLk7hhpgzwEV4apSHJKwf4CC/pKneAj/CSLq/mACDhJV1gzQFCwku6xJoDiIQbiAQvIuMAJOElXWfNAUbCNRBCROAAJOEGJMHr0zhASbhBSfASNQ5QEm5QEjykBDAJ11gIES4DnIRrKASvEOQAJuEVXf7GAUrCNRSC14txAJPwii6w4gAn4RoMwcuHOABKuCkQwZcPwEm4BkPwYhIOgBKh0RC86EIApERoOASvTRAAKhEaDsFTDAGgEqHxEDxtEAArERoOwcN7AaASofEQliGOWgCoRBioBA83BIBKhIFKMsSrCwCViBVdpA2gEmGgEjxoFgAqEQYqwdAaAaAS0X2AgpXHA6hEdFAJ6qkFAEuE+Q4FL80UAC4RBi7J0A1WALhEGLgEr5EUAC4RBi7BoXoBABNhvknBayoFgEyEgUwyNNsQADMRBjPBixsFAE2EAU3w+kYBUBPRoSZopiwAbCI62GT1QrCXqyIHjYEGDW6ClxAKgJsIg5vgVYQCQCeCZyGZgQY1QsJygcGfAsAngpu8AN2fBcBPhMZIWI4vJACgCA2SsBxfSPATFo2SsByJPQT8iEWDJCzHVwb8kkUY/eErY/A5i9EfuukK+EmLxklYgUbaAn7WIgKApYCfthgUhZg4+HmLhkpYga85+IWLMB+G4WsOfuWiAROG16IJgKYIDZkwvBhNADxFaNCE4dVoAiAqQsMmrMC9BsBUhAZOWIGvDYCqCIOqFPjaAKiK0NAJK/C1AXAVYXCVEl8bAFcRBlcpcQ0CXEUYXAUvsxIAVxEGV8FrlwTAVYTBVUokVREAVREGVSGcIkBVhEFVSvzrL4CqCIOqUJSB/gyqUhKfi8EPy7IQZaA/g6yUeOgAkBVhkBWKMtCfQVbwoykBsBWRVSHKQH8GXSlL/Js4oME8pEGArgiDrpQVThloMA9pEKArIjdnB3h8BPAVkYc0CBAWYRCWCj3REgBhEXlIgwBhEQZhqThOGWgwD2kQICzCICwVvkkAhEUUIQ0ChEUYhKXCP9UEGIsoQhoEKIswKEuFWzdAWUQR0iBAWYRBWSrcugHOIoqQBgHSIkwxChEfAaxFFCENArBFGLClwv0GgFtEGdIgAFxEaTSIWzeAXEQZ0iDAXITBXCosnQGQiyhD+gOYizCYC+H3AeYiDOZCuHIAuggDuhDeGaAuwqAuhMMFqIuoQj4UoC5CIyuUWwSwi6h4wNMB3EWY+hTCeQHgRZj6FMIfAeRFmPoUwsUA6EWYChXCawDsRZgaFcIRAPBFmCoVwrYB+iJMlQphrgB+kauABUqAv8gVo41KAgBGrsyNBQj4IQH+IlcB+5MAgJGmWAW3EwkQGGkQGNxOJMBg5CoQxUiAwciuXAW1EwlQGGkKVnA7kQCHkQaHwe1EAhxGGhwGtxMJkBhpkBjcTiTAYqTBYnA7kQCLkQaLwe1EAixGGiwGtxMJsBhpsBjcTiTAYiQL7IESYDGyux8EtRMJsBhpsBjCTgAWIw0WQ9gJwGKk+XJnhYB5EiAxUoMtfIWrBCAxkgfyCAmQGGmQGMJOABIjDRJD2AlAYqRBYgg7AUiMNEgMYScAiZEGiSHsBCAx0iAxhJ0AJEYaJIawE4DESIPEEHYCsBhpsBjCTgAWI0UgCpUAi5EGiyHsBGAx0mAxhJ0ALEYaLIawE4DFSIPFEHYCsBhpsBjCTgAWI01NizqzHqL0EmAx0pS1rIipAxqUxgKRIz8Jbx2RxgKJmz+A/qTZAfHLP+DdIxps4XiNrRxcPyIDGya8gcTUt+AFuRJeQiJNJRl+ZQi8h8R83cNQJEbCq0g02MLxSlsJbyPRYAtn+P0uAImRGm7h+NGmBFiMNJeSMPyWF4DFSA23cIarG2AxMhMB7wywGGkuKCFWM8BipKlxIVYzwGKkhlvw1QyQGGnuKcEvvpIAiZFZGRoe0J+pcsEvypIAiZG50R++QAESIzXYwjm+QAESI813PxxfoACJkRps4fiNWBIgMdLUueCXYkmAxEhzgQnH7yACSIzUYAvHi0klQGKkBls4XpAmARIjNdjC8YI0CZAYqcEWjhekSYDESA22cLwgTQIkRoaQGAmQGFnwgJ0AJEZqsIULLOUAOIzUUAsXWNQFUBhZmOvPONYU6E7DLFwglS4SIDDSXG+ClbhJgL/IogyYP8BfpIZYOFaKJgH6Is2nQAI5Q5IAe5Eh7EUC7EWWIZ0B7EWWIa8JsBdZ0loD2Issaa0B5EWWtNYA7iJLWmsAdZFlSGsAdZElrTWAuciK1hpAXGQV0hpAXKQGVThxVRlAXKS5/4S4rQwgLlKDKtT+DBAXWRm94a4EIC6yMvcN4psBQFxkVYTEANqrzPUa+M4BEBdprkTBS/0kQFwyDapwvNQvA4hLpkEVjhflZQBxyQzighflZQBzyQzmgl6QBhCXrPs8CLl0DcAtmfk2CPkkNQNYS2YuRUHLfjIAtWTmUhTixjlwoZoGU4hL2gDQkmksBS/BygDOkjH6yq4MwCyZRlLwEqwMoCyZBlLwEqwMgCyZxlHwEqwMYCyZhlHwEqwMQCyZuReFkAHozdyLgpZgZQBgyTSGgpdgZQBfyTSEgn/lkQF4JdMICl6ulQF0JTPXsOLzAOCVjNNflGcAXck4+aFyBrCVzGAreLF1BrCVzGAr+NeeGcBWshC2kgFsJTPYCvYZWgaQlayrcUF2uQzgKpnBVfCKrQzgKhkPVJhlAFfJDK6CbbUZQFUyg6pgu2cGMJXMYCp4MXsGMJXMYCpYgW8GEJXMICpYqV8G8JTM4ClY9V4G0JRMBGrLMoCmZAZNwWueMoCmZCJwppcBNCUzlS1YsVEGsJTM1LXgtTgZQFMyU9eClVBkAEvJTFULduqWASQl65AUTBUAR8mkycIxVQAUJTMoCpZbZABDyQyGgse/WYeh6DvZn+rmVG/fmbvZb276F1P//eyX7sJ2FbxpqurudlU/992///PimaoZ6X4Q9ofM/lDYH6ruh9w2zm3j3DbObePcNi5s48I2LmzjwjYubOPSNi5t47JrrE5tzA/tPJofLGVpe6kItP3hP5cb59W/1GSZd4RP5h3hy2SouLufDGnFUYE3SUa9oLE/P3xWD6w4s3p5PrSd1XZ7CfYf6CQr3N4V2fvuVj1JsFZPEjiDaFfbZRDtFqQHkZlpCpNZq9cjHtUrAxv7eoQjVelMjqpA6ujSc9zTvbVvNLhSOutOndd11EQEtUdPrNZkL2KV0hLiNKHDY92o0W3Xp7VLqrwQKg0ZM3thKs3hfNrtvwwXAecXepyc/e32s3qk53S41Q+juPOdufNtLbNNGDsDsOuek0O9vHB5IStce+9WuPrU1kzbKh+hlbm0pDNCuyDUp7gdLdJsLm9VOrSc0WbdGNU3DR0t0oQuD1JeaGXOGHNpadmlsSIN6vLqpENLXGgVdoxV54VUZB6mJTxajlco+jHmlhZpSZf3Iy+0XL9d9mMsLK2RNcE8PeaOZVfc0rJrgpE2eXkJ0qHl+C5LQn2T0dEK2IF97vFCq3DGyOx6Vx9tdMSyEWKlR8xxi4ytLDFmiY2s/MonlrvEutGpL8s7qtafsREbqMrGPtHo+CFXUm5tVPSSjtiCwgMcL+TYlaXFesMX1q3Y7TSjtxtLfXN5dtGR2VG7uqStI29tjnaklurWeVLxQtZ17szGGerr+Y7siMns9ubpb/2GjSOsqz0bP7BihFhTb9o9oyWx28C9kTsa48I6wt7CowgfPecvnfnkJb02n/TusbGv8zkUnCHaAVqtM7uUVrRpP9XqKbdt95SbQ9czI0uHNmuXjj/EleN1WO8OAx71SW2RyFC5O1f97kM7h6fdpiZ3beYuZNLS7u8Pv7fhtXr1a3NXb37d7r7sTv7u7eyNqg48QOhhdzy2shCjU8XzDiVSY4DSXffqn0vIDUrpAEkR+lc7QXpl1b7OCjcmoUO/BxXW+mmGq2trIHaroQNsP7R1tgNylTzufq39SFO48XBho6aSXLLHY5s16Si4/mN3PHkTwF1LVwd8BI3z6e7Q7P6lPc/msK1bv/bH4651buuTF+QJR7eSXLEqLPeDZ0cNqoTADCmj3MTn9bH2++duf0qNqtsvj+vTnd/XFZlcRaovTEzcRSCzUM/Do5o4f8zCHbPNENXhBU1mKLub3wlLw6a26qiro0rZ62fzdqfrxdwYpbD7PhmTk+56JVw6mXXZNrTIe8qUA+goA8PjTlIj+v0zODxg8syhwFc2RSfdtCaBOB83K2U291fXy3XDosxR00PctBcadtRKO1s2/uIFuTzuD5tfh7Pl5pKWhiBpnHf322Ha5nrZzAatpQUTVnax0Yr8+tj6oPa3j+v9110bIZx2tyrkaC3iYbD8Cle/ZI5vSG7bqG2314SezHuVIC5S35ZdqNHj1tRa//ZlRxJydz9yubWDqr9AYCB3Ax+rAgsRkYHG5m69/1IrV+uF6e5mbrcbJmgi6FbuximZ3btsKlhSXlsTG64OdzO3ea4oreNZ2eyetAdNtt3j/d2VueuWWlibw30bYShd/WLCYrCplK5jp4k8PPjKVoU1zp5IOYZuQbeLcNPsWv/+NNgM1S2Jl5muyFXTEdq1hGo1mnUbXwIoR10P6ZAiJ9OQ6kLUTjCwlL2A1ybYvAjMz9BufdHcWMjCOawi15EhqHt4ZEpXLloc7x1PV93C3QvtArQOS9qtTNVTGBctqfDC4/HoPFLq7t4u3Gfdf0aGPC3J46k5b2CetXJWiOQW57UgtaoS64QOzIdJXtulc2720GGU7qRKygG26Vqbs7VEBgiiuytxu4kLUhj9avzAR7hxEu9hDzs2YXc5aTdjaTllnJzPnlPTv3LucPTyV9aHGqTCNbWm/u3cTuXteb8ZLC53I5UF6RLagHh3Gow/d/c0QUVSl867rd/ddbGCCm43xyd/ZbkS0+vyfDwdHi5rB2RHbvgwQuPUrDe1iWsAERdml9TUKd95uN3WIMJ1MWNGBue6s96+1/fa95kBAUTH9aAZKUf9GdGgC9wJcrvt+0IFutNIGs+2vm/dTHcu4O+x7vrJLSZnQ025sk6CXN+GtKI7jPfdaRE2KheVdUUra5ycymmpfSZzpSbxsjbeDJw6uWCZDVRs0E/mNMGNlDua7PN10s1cQDyzolo/cTwMnGzlekl70shyyttCosf6dLqvVRMYQFRu/JCRCwfQcyzRI+bu+2S2uj0/PHz9RWfK6i1tzwe6W15O+aH69lbFZE+1CUIGIZGbFloYnRfUytVEOlhxkN24yW+3bm0eZjd5TjocCg7k0t067FkGufppNNDVXUG5DLe72n72mOakI5LN7e3RtD2Hthm2PVi2BmwDPGYBcWYtmpFooBbqbn30HIV7nNVNtgWaLU9OIi9104DDVy7cabZZSH8Wb/MGISjT1C+t+2G7G+9nlPUNvKt3rMnsyVOfypCaV4TW2ycM+8jcLY881aHwUc9FrfqzGCvQJZyh9KcJq5CmdYEDA3TRQ55RCnNJnHYgUndjX07upARo6+LR3KqZ20MLYceb8ZACA9mIl0UESTwcti0JIJ5wVwPpJW/v16dTvR+sJXcnEPakVtgjSGmBHUmr7kIYDWzdgg5uc5tMkDpod4Xdl72O7xU1NW2f1/tfPzfrfQeuNV8HIIO77ZLHiBTp3XbowNwQkNH2MELxt/P6fqAwF+Fh5GksRRomoS7Mw8hz4o5a/YcBadATNHWd6kVTOelEfFJNfdv+124CPl7jmiwZVlCkcPGka8M5uRwNzcf1V/Xr4TGIe6pHAiUdESIskY7BkkGFgXc8b+8OQFaBVfqgQsBB4i1c7L60dllRY/hSn/Dw2Y2q1LUvncXbBN6eKErSnbmUQfrlhn8it+myrfuQdiOQpPlb2l9BQlK5sGjRJxQWyWVWejLZ7Ahr8GF/AlK7m1/RJxQWCLQ7rCQT4Y44oOoe1BW9Z7WIgY0gJJle3R2OJ2ju3C34kRWlot36NFS8e3zDLZaRkTNmacDDCNdL2EROkJUzlgqyr7oLmtskkdswMSNnuyVJhcLSg67t2Tg5wz4lf5zuuSAnzbylQDhT98wmp4zdX+XuRm5EZ31xSPd/qzU7tG412WpPW4Bp6wxsraa1bpu+MHsGwqy5MwunMwv5M8tMPeNnfrDJNrPuh9mgnVuC3Joi7w+Z+1IX2QfN/Q/94ZqNYst+xJSH9yMpJAf36m1IKH7X/nOrFoBzJuOTcTVIlg9gZAZAsYvFcRLT7EkZYMin4C5sEgYGFIZyuGtaUju8ae1tPW6eQgLdyhCedts25hkwdsdvVwx5vrI7/vN42D+AGJ57B/UV6RyOB0cTRLzIXC/KSXAU0Do3KjpBiHn1XVSs2BLrAD9V9UITc8NlMgn/5/l+t24zJVBm4fp3oudDfTyuv9SqPEKZEXY44pXfUIukTUXq+2GS7NZ9CusTMhJ/1FQGOUnmRigWYs/IvBquNumsNrI+ZH+4+JDDrQlAfSHcUIYMrA/b210wNckcYUpKGEWFThAdCp27tDsbs6eW3BZR8oJyVIZHIC9x0c+SMglFBc63WytPnvYfbtcbBXLW+3b1EwG+63DJqpLD7e2x9k+H3VocZitIRI+ECcpdGlLOJwAq2PcXgVeNYD+F6A97BGUdWPWMiw1LEsZoe/pxiFsZLMgs3J4ltOrxskP3BIFb9MvWVTDyiNk7mqDQWTePtYk9yylTtySbuk3wntpFEF7z3om/DVZyygVY4gFg2l0jZJmWpaOH7E2kC9LY+lJmy3kYCSNal39oNrvT1+OpleqxObTD98m78Bt5ru3QMr7msU0Q1vcDj+OMlNxALrQCwJR0NxSyNvdCauAYHD9O4gmX7mp2zsfBjugWf3Bbec6LGHqtuzmtt9um3fM8uRzXTgIJj+sGlOy5+IgkiwVUYc7vh8YP7IV70m8LbSVZVKyq5oaZn0MjW1EOugM+mvpexaRE9bVHqkfZqRl9hLUulVtfVfQIgj3Us45Xktv+4+6xBs7RTWvJYLs1ndNhA0qPXaxJkiUrv51rUOXknVGsqNXdjG3wuTOXJBjTBJ2dd8LUOdK+kK7/tIEsl23GdvbcmVzyDLJBdna3qImMBI1Dr8MOzi0oYPRkW1Ih/+aeTbMVFVJZUhi4mzsekrRjS4D0IrljBSSa12OaA7cmvGid8vkOJtpb8mHvFzC7pkMuQITO6feDR8f1UbSG9LcyeK2fW3DPSIivK1pZN1+AC3D5k0my6r1r6vXnNZIlux8YCTI460hsB9kLZ14tON0frVtyI5aAHnSZR7u6dwBXc79yE+SxQPBQ37Uxi6wwcoMbPcp380ALFzJyHw+f5LsFd1kPJ5FWQ34a4gY3gvy067hWASaIo918jsQejvW68WFT7n0WSfqbo4KWt+vma0yi48Ih5J5xrL+of9fbIbTsuh5hscGMrBbuKA2rvNwlZ7+VEn0CZcFCaZE8KfrEh1pUDiuI4Ls1Yf3xhY3nJLPRA5mt0dUGXgGEzfpsQmIhakavlnaXaHfNf6lq2PXudl+3rsEP31zcTJIG1dJR3zVt7nXtuG+b7kx38vRJfP+9J5neqCxVf1VzOhw+/7Pe+OdKbjmAzKmdpKXxeX1sV+P5dIeTcf0vmcYpMq2N1A1Nxy1yCQ3pQJNwU2XSS7QkjLnqglfwkZB7WEb6LNr5MTdb57YShZO4yBHUMrofR0gSr213QeUztjrNRtcN876ysEdSvKDc0KluHlQCq4Ixb/151aAjnf1IdbCUXf2OyXF/GIa7HppMTY0loCNKL3dxZ5YyxdNBpVBt6AZSF8493pTDPB1U3KmrWz0QwEmsOx9pa8ftQQsnIRVNU9dbekGkk4l2JC3Y0X9STk8ycT7tJUQdNesXWS+y7FEVe5jTf1zff/FMwuyaNe2RSzejIYHblsj+uN5gi8z7DqE/UbJoJ1lb7lAcfOfnfXA33t/sCsOheR/BRcihcEU4OveYkiz7OkGX4qqVtmGEnVtAJfpqpe7/3ZzaQgB7/G2jAPt1RNXvp3a12EooxvrDyv4s0a46y43JPn6kpuy8r1Xy6lZO+kGPu6YEmR90ZEJ7MXO/ERCkBzrvD61nbp2A8/0bkMidV1IjsCjVxbNk1tdxSPsDSacd0wAU8pI/W1EpyS+ium/Fhh88uLmDsGew0p4qSAtCSDKpspSH+LUbsduFIUQfpqE76s8vNEZ0v2tT3e9ufv7Pf/4f6YyEMEnPAQA="; \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css index 18b4f8f..072daed 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -11,6 +11,7 @@ --light-color-text-aside: #6e6e6e; --light-color-link: #1f70c2; + --light-color-ts-keyword: #056bd6; --light-color-ts-project: #b111c9; --light-color-ts-module: var(--light-color-ts-project); --light-color-ts-namespace: var(--light-color-ts-project); @@ -28,11 +29,10 @@ --light-color-ts-constructor-signature: var(--light-color-ts-constructor); --light-color-ts-parameter: var(--light-color-ts-variable); /* type literal not included as links will never be generated to it */ - --light-color-ts-type-parameter: var(--light-color-ts-type-alias); + --light-color-ts-type-parameter: #a55c0e; --light-color-ts-accessor: var(--light-color-ts-property); --light-color-ts-get-signature: var(--light-color-ts-accessor); --light-color-ts-set-signature: var(--light-color-ts-accessor); - /* object literal not included as it is not used and will be removed in 0.25 */ --light-color-ts-type-alias: #d51270; /* reference not included as links will be colored with the kind that it points to */ @@ -51,6 +51,7 @@ --dark-color-text-aside: #dddddd; --dark-color-link: #00aff4; + --dark-color-ts-keyword: #3399ff; --dark-color-ts-project: #e358ff; --dark-color-ts-module: var(--dark-color-ts-project); --dark-color-ts-namespace: var(--dark-color-ts-project); @@ -68,11 +69,10 @@ --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); --dark-color-ts-parameter: var(--dark-color-ts-variable); /* type literal not included as links will never be generated to it */ - --dark-color-ts-type-parameter: var(--dark-color-ts-type-alias); + --dark-color-ts-type-parameter: #e07d13; --dark-color-ts-accessor: var(--dark-color-ts-property); --dark-color-ts-get-signature: var(--dark-color-ts-accessor); --dark-color-ts-set-signature: var(--dark-color-ts-accessor); - /* object literal not included as it is not used and will be removed in 0.25 */ --dark-color-ts-type-alias: #ff6492; /* reference not included as links will be colored with the kind that it points to */ @@ -93,6 +93,7 @@ --color-text-aside: var(--light-color-text-aside); --color-link: var(--light-color-link); + --color-ts-keyword: var(--light-color-ts-keyword); --color-ts-module: var(--light-color-ts-module); --color-ts-namespace: var(--light-color-ts-namespace); --color-ts-enum: var(--light-color-ts-enum); @@ -134,6 +135,7 @@ --color-text-aside: var(--dark-color-text-aside); --color-link: var(--dark-color-link); + --color-ts-keyword: var(--dark-color-ts-keyword); --color-ts-module: var(--dark-color-ts-module); --color-ts-namespace: var(--dark-color-ts-namespace); --color-ts-enum: var(--dark-color-ts-enum); @@ -182,6 +184,7 @@ body { --color-text-aside: var(--light-color-text-aside); --color-link: var(--light-color-link); + --color-ts-keyword: var(--light-color-ts-keyword); --color-ts-module: var(--light-color-ts-module); --color-ts-namespace: var(--light-color-ts-namespace); --color-ts-enum: var(--light-color-ts-enum); @@ -221,6 +224,7 @@ body { --color-text-aside: var(--dark-color-text-aside); --color-link: var(--dark-color-link); + --color-ts-keyword: var(--dark-color-ts-keyword); --color-ts-module: var(--dark-color-ts-module); --color-ts-namespace: var(--dark-color-ts-namespace); --color-ts-enum: var(--dark-color-ts-enum); @@ -262,12 +266,12 @@ h6 { line-height: 1.2; } -h1 > a, -h2 > a, -h3 > a, -h4 > a, -h5 > a, -h6 > a { +h1 > a:not(.link), +h2 > a:not(.link), +h3 > a:not(.link), +h4 > a:not(.link), +h5 > a:not(.link), +h6 > a:not(.link) { text-decoration: none; color: var(--color-text); } @@ -401,7 +405,8 @@ dd { } body { background: var(--color-background); - font-family: "Segoe UI", sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", + Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 16px; color: var(--color-text); } @@ -468,13 +473,12 @@ blockquote { padding: 0 0 0 20px; margin: 0; } -.tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, +.tsd-typography h4, .tsd-typography h5, .tsd-typography h6 { font-size: 1em; - margin: 0; } .tsd-typography h5, .tsd-typography h6 { @@ -485,6 +489,19 @@ blockquote { .tsd-typography ol { margin: 1em 0; } +.tsd-typography table { + border-collapse: collapse; + border: none; +} +.tsd-typography td, +.tsd-typography th { + padding: 6px 13px; + border: 1px solid var(--color-accent); +} +.tsd-typography thead, +.tsd-typography tr:nth-child(even) { + background-color: var(--color-background-secondary); +} .tsd-breadcrumb { margin: 0; @@ -633,6 +650,28 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { font-weight: bold; } +.tsd-full-hierarchy:not(:last-child) { + margin-bottom: 1em; + padding-bottom: 1em; + border-bottom: 1px solid var(--color-accent); +} +.tsd-full-hierarchy, +.tsd-full-hierarchy ul { + list-style: none; + margin: 0; + padding: 0; +} +.tsd-full-hierarchy ul { + padding-left: 1.5rem; +} +.tsd-full-hierarchy a { + padding: 0.25rem 0 !important; + font-size: 1rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} + .tsd-panel-group.tsd-index-group { margin-bottom: 0; } @@ -698,12 +737,15 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { } .tsd-navigation > a, .tsd-navigation .tsd-accordion-summary { - width: calc(100% - 0.5rem); + width: calc(100% - 0.25rem); + display: flex; + align-items: center; } .tsd-navigation a, .tsd-navigation summary > span, .tsd-page-navigation a { - display: inline-flex; + display: flex; + width: calc(100% - 0.25rem); align-items: center; padding: 0.25rem; color: var(--color-text); @@ -743,11 +785,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { margin-left: -1.5rem; } -.tsd-nested-navigation > li > a, -.tsd-nested-navigation > li > span { - width: calc(100% - 1.75rem - 0.5rem); -} - .tsd-page-navigation ul { padding-left: 1.75rem; } @@ -900,8 +937,9 @@ a.tsd-index-link { box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } #tsd-search .results li { - padding: 0 10px; background-color: var(--color-background); + line-height: initial; + padding: 4px; } #tsd-search .results li:nth-child(even) { background-color: var(--color-background-secondary); @@ -909,12 +947,15 @@ a.tsd-index-link { #tsd-search .results li.state { display: none; } -#tsd-search .results li.current, -#tsd-search .results li:hover { +#tsd-search .results li.current:not(.no-results), +#tsd-search .results li:hover:not(.no-results) { background-color: var(--color-accent); } #tsd-search .results a { - display: block; + display: flex; + align-items: center; + padding: 0.25rem; + box-sizing: border-box; } #tsd-search .results a:before { top: 10px; @@ -970,6 +1011,11 @@ a.tsd-index-link { overflow-x: auto; } +.tsd-signature-keyword { + color: var(--color-ts-keyword); + font-weight: normal; +} + .tsd-signature-symbol { color: var(--color-text-aside); font-weight: normal; @@ -1070,7 +1116,9 @@ ul.tsd-type-parameter-list h5 { overflow: hidden; opacity: 0.8; height: 40px; - transition: opacity 0.1s, background-color 0.2s; + transition: + opacity 0.1s, + background-color 0.2s; vertical-align: bottom; cursor: pointer; } @@ -1122,7 +1170,7 @@ img { } .deprecated { - text-decoration: line-through; + text-decoration: line-through !important; } .warning { diff --git a/docs/classes/api.ACHFilesApi.html b/docs/classes/api.ACHFilesApi.html index a77bd93..26186ac 100644 --- a/docs/classes/api.ACHFilesApi.html +++ b/docs/classes/api.ACHFilesApi.html @@ -1,839 +1,136 @@ -ACHFilesApi | ach-node-sdk
-
- -
-
-
-
- -

Class ACHFilesApi

-
-

ACHFilesApi - object-oriented interface

-
-
-

Export

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
- -
-
-

Properties

-
- -
axios: AxiosInstance = globalAxios
-
- -
basePath: string = BASE_PATH
-
- -
configuration: undefined | Configuration
-
-

Methods

-
- -
    - -
  • -

    Append a Batch record to the specified File.

    -
    -
    -

    Parameters

    -
      -
    • -
      fileID: string
      -

      File ID

      -
      -
    • -
    • -
      batch: Batch
      -
    • -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<void, any>>

    -
    -

    Summary

    Append Batch to File

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns JSON formatted file.

    -
    -
    -

    Parameters

    -
      -
    • -
      fileID: string
      -

      File ID

      -
      -
    • -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<any, any>>

    -
    -

    Summary

    Build File

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

    -
    -
    -

    Parameters

    -
      -
    • -
      fileID: string
      -

      File ID

      -
      -
    • -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<Error, any>>

    -
    -

    Summary

    Validate File

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Create a new File object from either the plaintext or JSON representation.

    -
    -
    -

    Parameters

    -
      -
    • -
      fileID: string
      -

      File ID

      -
      -
    • -
    • -
      body: string
      -

      Content of the ACH file (in json or raw text)

      -
      -
    • -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional skipAll: boolean
      -

      Optional parameter to disable all validation checks for a File

      -
      -
    • -
    • -
      Optional requireABAOrigin: boolean
      -

      Optional parameter to configure ImmediateOrigin validation

      -
      -
    • -
    • -
      Optional bypassOrigin: boolean
      -

      Optional parameter to configure ImmediateOrigin validation

      -
      -
    • -
    • -
      Optional bypassDestination: boolean
      -

      Optional parameter to configure ImmediateDestination validation

      -
      -
    • -
    • -
      Optional customTraceNumbers: boolean
      -

      Optional parameter to configure ImmediateDestination validation

      -
      -
    • -
    • -
      Optional allowZeroBatches: boolean
      -

      Optional parameter to configure ImmediateDestination validation

      -
      -
    • -
    • -
      Optional allowMissingFileHeader: boolean
      -

      Optional parameter to configure ImmediateDestination validation

      -
      -
    • -
    • -
      Optional allowMissingFileControl: boolean
      -

      Optional parameter to configure ImmediateDestination validation

      -
      -
    • -
    • -
      Optional bypassCompanyIdentificationMatch: boolean
      -

      Optional parameter to configure ImmediateDestination validation

      -
      -
    • -
    • -
      Optional customReturnCodes: boolean
      -

      Optional parameter to configure ImmediateDestination validation

      -
      -
    • -
    • -
      Optional unequalServiceClassCode: boolean
      -

      Optional parameter to configure ImmediateDestination validation

      -
      -
    • -
    • -
      Optional unorderedBatchNumbers: boolean
      -

      Allow a file to be read with unordered batch numbers.

      -
      -
    • -
    • -
      Optional allowInvalidCheckDigit: boolean
      -

      Allow the CheckDigit field in EntryDetail to differ from the expected calculation

      -
      -
    • -
    • -
      Optional unequalAddendaCounts: boolean
      -

      Optional parameter to configure UnequalAddendaCounts validation

      -
      -
    • -
    • -
      Optional preserveSpaces: boolean
      -

      Optional parameter to save all padding spaces

      -
      -
    • -
    • -
      Optional allowInvalidAmounts: boolean
      -

      Optional parameter to save all padding spaces

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<CreateFileResponse, any>>

    -
    -

    Summary

    Create File

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Permanently deletes a File and associated Batches. It cannot be undone.

    -
    -
    -

    Parameters

    -
      -
    • -
      fileID: string
      -

      File ID

      -
      -
    • -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<void, any>>

    -
    -

    Summary

    Delete File

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Delete a Batch from a File.

    -
    -
    -

    Parameters

    -
      -
    • -
      fileID: string
      -

      File ID

      -
      -
    • -
    • -
      batchID: string
      -

      Batch ID

      -
      -
    • -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<void, any>>

    -
    -

    Summary

    Delete Batch

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Consolidate Batches and Entries into the minimum number of Batches needed.

    -
    -
    -

    Parameters

    -
      -
    • -
      fileID: string
      -

      File ID

      -
      -
    • -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<FlattenFileResponse, any>>

    -
    -

    Summary

    Flatten Batches

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Get a specific Batch on a File.

    -
    -
    -

    Parameters

    -
      -
    • -
      fileID: string
      -

      File ID

      -
      -
    • -
    • -
      batchID: string
      -

      Batch ID

      -
      -
    • -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<Batch, any>>

    -
    -

    Summary

    Get Batch

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Get the Batches on a File.

    -
    -
    -

    Parameters

    -
      -
    • -
      fileID: string
      -

      File ID

      -
      -
    • -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<Batch[], any>>

    -
    -

    Summary

    Get Batches

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Get the details of an existing File using the unique File identifier that was returned upon creation.

    -
    -
    -

    Parameters

    -
      -
    • -
      fileID: string
      -

      File ID

      -
      -
    • -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<any, any>>

    -
    -

    Summary

    Retrieve File

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns plaintext file.

    -
    -
    -

    Parameters

    -
      -
    • -
      fileID: string
      -

      File ID

      -
      -
    • -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<string, any>>

    -
    -

    Summary

    Get File Contents

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    List all ACH Files created with the ACH service. These Files are not persisted through multiple runs of the service.

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<any[], any>>

    -
    -

    Summary

    List Files

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Check if the ACH service is running.

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<void, any>>

    -
    -

    Summary

    Ping ACH service

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Split one File into two. One with only debits and one with only credits.

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional body: string
      -

      ACH file (in Nacha or JSON formatting) along with optional segment configuration

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<SegmentedFiles, any>>

    -
    -

    Summary

    Segment File

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Split one FileID into two. One with only debits and one with only credits.

    -
    -
    -

    Parameters

    -
      -
    • -
      fileID: string
      -

      File ID

      -
      -
    • -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional body: any
      -

      Optional configuration for segmenting files

      -
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<SegmentedFiles, any>>

    -
    -

    Summary

    Segment FileID

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
- -
    - -
  • -

    Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

    -
    -
    -

    Parameters

    -
      -
    • -
      fileID: string
      -

      File ID

      -
      -
    • -
    • -
      Optional xRequestID: string
      -

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      -
      -
    • -
    • -
      Optional validateOpts: ValidateOpts
      -
    • -
    • -
      Optional options: AxiosRequestConfig<any>
      -

      Override http request option.

      -
      -
    -

    Returns Promise<AxiosResponse<Error, any>>

    -
    -

    Summary

    Validate File (Custom)

    - -

    Throws

    -

    Memberof

    ACHFilesApi

    -
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ACHFilesApi | ach-node-sdk

ACHFilesApi - object-oriented interface

+

Export

ACHFilesApi

+

Hierarchy (view full)

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • Append a Batch record to the specified File.

    +

    Parameters

    • fileID: string

      File ID

      +
    • batch: Batch
    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<void>>

    Summary

    Append Batch to File

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns JSON formatted file.

    +

    Parameters

    • fileID: string

      File ID

      +
    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<any>>

    Summary

    Build File

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

    +

    Parameters

    • fileID: string

      File ID

      +
    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<Error>>

    Summary

    Validate File

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Create a new File object from either the plaintext or JSON representation.

    +

    Parameters

    • fileID: string

      File ID

      +
    • body: string

      Content of the ACH file (in json or raw text)

      +
    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional skipAll: boolean

      Optional parameter to disable all validation checks for a File

      +
    • Optional requireABAOrigin: boolean

      Optional parameter to configure ImmediateOrigin validation

      +
    • Optional bypassOrigin: boolean

      Optional parameter to configure ImmediateOrigin validation

      +
    • Optional bypassDestination: boolean

      Optional parameter to configure ImmediateDestination validation

      +
    • Optional customTraceNumbers: boolean

      Optional parameter to configure ImmediateDestination validation

      +
    • Optional allowZeroBatches: boolean

      Optional parameter to configure ImmediateDestination validation

      +
    • Optional allowMissingFileHeader: boolean

      Optional parameter to configure ImmediateDestination validation

      +
    • Optional allowMissingFileControl: boolean

      Optional parameter to configure ImmediateDestination validation

      +
    • Optional bypassCompanyIdentificationMatch: boolean

      Optional parameter to configure ImmediateDestination validation

      +
    • Optional customReturnCodes: boolean

      Optional parameter to configure ImmediateDestination validation

      +
    • Optional unequalServiceClassCode: boolean

      Optional parameter to configure ImmediateDestination validation

      +
    • Optional unorderedBatchNumbers: boolean

      Allow a file to be read with unordered batch numbers.

      +
    • Optional allowInvalidCheckDigit: boolean

      Allow the CheckDigit field in EntryDetail to differ from the expected calculation

      +
    • Optional unequalAddendaCounts: boolean

      Optional parameter to configure UnequalAddendaCounts validation

      +
    • Optional preserveSpaces: boolean

      Optional parameter to save all padding spaces

      +
    • Optional allowInvalidAmounts: boolean

      Optional parameter to save all padding spaces

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<CreateFileResponse>>

    Summary

    Create File

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Permanently deletes a File and associated Batches. It cannot be undone.

    +

    Parameters

    • fileID: string

      File ID

      +
    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<void>>

    Summary

    Delete File

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Delete a Batch from a File.

    +

    Parameters

    • fileID: string

      File ID

      +
    • batchID: string

      Batch ID

      +
    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<void>>

    Summary

    Delete Batch

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Consolidate Batches and Entries into the minimum number of Batches needed.

    +

    Parameters

    • fileID: string

      File ID

      +
    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<FlattenFileResponse>>

    Summary

    Flatten Batches

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Get a specific Batch on a File.

    +

    Parameters

    • fileID: string

      File ID

      +
    • batchID: string

      Batch ID

      +
    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<Batch>>

    Summary

    Get Batch

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Get the Batches on a File.

    +

    Parameters

    • fileID: string

      File ID

      +
    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<Batch[]>>

    Summary

    Get Batches

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Get the details of an existing File using the unique File identifier that was returned upon creation.

    +

    Parameters

    • fileID: string

      File ID

      +
    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<any>>

    Summary

    Retrieve File

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns plaintext file.

    +

    Parameters

    • fileID: string

      File ID

      +
    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<string>>

    Summary

    Get File Contents

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • List all ACH Files created with the ACH service. These Files are not persisted through multiple runs of the service.

    +

    Parameters

    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<any[]>>

    Summary

    List Files

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Check if the ACH service is running.

    +

    Parameters

    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<void>>

    Summary

    Ping ACH service

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Split one File into two. One with only debits and one with only credits.

    +

    Parameters

    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional body: string

      ACH file (in Nacha or JSON formatting) along with optional segment configuration

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<SegmentedFiles>>

    Summary

    Segment File

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Split one FileID into two. One with only debits and one with only credits.

    +

    Parameters

    • fileID: string

      File ID

      +
    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional body: any

      Optional configuration for segmenting files

      +
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<SegmentedFiles>>

    Summary

    Segment FileID

    +

    Throws

    Memberof

    ACHFilesApi

    +
  • Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

    +

    Parameters

    • fileID: string

      File ID

      +
    • Optional xRequestID: string

      Optional Request ID allows application developer to trace requests through the system&#39;s logs

      +
    • Optional validateOpts: ValidateOpts
    • Optional options: AxiosRequestConfig

      Override http request option.

      +

    Returns Promise<AxiosResponse<Error>>

    Summary

    Validate File (Custom)

    +

    Throws

    Memberof

    ACHFilesApi

    +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/base.BaseAPI.html b/docs/classes/base.BaseAPI.html index b21aeef..3638f08 100644 --- a/docs/classes/base.BaseAPI.html +++ b/docs/classes/base.BaseAPI.html @@ -1,123 +1,6 @@ -BaseAPI | ach-node-sdk
-
- -
-
-
-
- -

Class BaseAPI

-
-
-

Export

-
-

Hierarchy

-
-
-
-
- -
-
-

Constructors

-
-
-

Properties

-
-
-

Constructors

-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      Optional configuration: Configuration
    • -
    • -
      basePath: string = BASE_PATH
    • -
    • -
      axios: AxiosInstance = globalAxios
    -

    Returns BaseAPI

-
-

Properties

-
- -
axios: AxiosInstance = globalAxios
-
- -
basePath: string = BASE_PATH
-
- -
configuration: undefined | Configuration
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +BaseAPI | ach-node-sdk

Export

BaseAPI

+

Hierarchy (view full)

Constructors

Properties

Constructors

  • Parameters

    • Optional configuration: Configuration
    • basePath: string = BASE_PATH
    • axios: AxiosInstance = globalAxios

    Returns BaseAPI

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/base.RequiredError.html b/docs/classes/base.RequiredError.html index 6755ba6..6a0b8be 100644 --- a/docs/classes/base.RequiredError.html +++ b/docs/classes/base.RequiredError.html @@ -1,132 +1,7 @@ -RequiredError | ach-node-sdk
-
- -
-
-
-
- -

Class RequiredError

-
-
-

Export

-
-

Hierarchy

-
    -
  • Error -
      -
    • RequiredError
-
-
-
- -
-
-

Constructors

-
-
-

Properties

-
-
-

Constructors

-
- -
    - -
  • -
    -

    Parameters

    -
      -
    • -
      field: string
    • -
    • -
      Optional msg: string
    -

    Returns RequiredError

-
-

Properties

-
- -
field: string
-
- -
message: string
-
- -
name: string
-
- -
stack?: string
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +RequiredError | ach-node-sdk

Export

RequiredError

+

Hierarchy

  • Error
    • RequiredError

Constructors

Properties

Constructors

Properties

field: string
message: string
name: string
stack?: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/configuration.Configuration.html b/docs/classes/configuration.Configuration.html index a7e612a..1dc1a4e 100644 --- a/docs/classes/configuration.Configuration.html +++ b/docs/classes/configuration.Configuration.html @@ -1,276 +1,36 @@ -Configuration | ach-node-sdk
-
- -
-
-
-
- -

Class Configuration

-
-

Hierarchy

-
    -
  • Configuration
-
-
-
- -
-
-

Constructors

-
-
-

Properties

-
-
-

Methods

-
-
-

Constructors

-
- -
-
-

Properties

-
- -
accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>)
-

parameter for oauth2 security

-
-
-

Type declaration

-
    -
  • -
      -
    • (name?, scopes?): string
    • -
    • -
      -

      Parameters

      -
        -
      • -
        Optional name: string
      • -
      • -
        Optional scopes: string[]
      -

      Returns string

-
-

Type declaration

-
    -
  • -
      -
    • (name?, scopes?): Promise<string>
    • -
    • -
      -

      Parameters

      -
        -
      • -
        Optional name: string
      • -
      • -
        Optional scopes: string[]
      -

      Returns Promise<string>

-
-

Param

security name

- -

Param

oauth2 scope

- +Configuration | ach-node-sdk

Constructors

Properties

accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>)

parameter for oauth2 security

+

Type declaration

    • (name?, scopes?): string
    • Parameters

      • Optional name: string
      • Optional scopes: string[]

      Returns string

Type declaration

    • (name?, scopes?): Promise<string>
    • Parameters

      • Optional name: string
      • Optional scopes: string[]

      Returns Promise<string>

Param: name

security name

+

Param: scopes

oauth2 scope

Memberof

Configuration

-
-
- -
apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>)
-

parameter for apiKey security

-
-
-

Type declaration

-
    -
  • -
      -
    • (name): string
    • -
    • -
      -

      Parameters

      -
        -
      • -
        name: string
      -

      Returns string

-
-

Type declaration

-
    -
  • -
      -
    • (name): Promise<string>
    • -
    • -
      -

      Parameters

      -
        -
      • -
        name: string
      -

      Returns Promise<string>

-
-

Param

security name

- +
apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>)

parameter for apiKey security

+

Type declaration

    • (name): string
    • Parameters

      • name: string

      Returns string

Type declaration

    • (name): Promise<string>
    • Parameters

      • name: string

      Returns Promise<string>

Param: name

security name

Memberof

Configuration

-
-
- -
baseOptions?: any
-

base options for axios calls

-
-
-

Memberof

Configuration

-
-
- -
basePath?: string
-

override base path

-
-
-

Memberof

Configuration

-
-
- -
formDataCtor?: (new () => any)
-
-

Type declaration

-
    -
  • -
      -
    • new (): any
    • -
    • -

      The FormData constructor that will be used to create multipart form data +

baseOptions?: any

base options for axios calls

+

Memberof

Configuration

+
basePath?: string

override base path

+

Memberof

Configuration

+
formDataCtor?: (new () => any)

The FormData constructor that will be used to create multipart form data requests. You can inject this here so that execution environments that do not support the FormData class can still run the generated client.

-
-

Returns any

-
-
- -
password?: string
-

parameter for basic security

-
-
-

Memberof

Configuration

-
-
- -
username?: string
-

parameter for basic security

-
-
-

Memberof

Configuration

-
-
-

Methods

-
- -
    - -
  • -

    Check if the given MIME is a JSON MIME. +

    Type declaration

      • new (): any
      • Returns any

password?: string

parameter for basic security

+

Memberof

Configuration

+
username?: string

parameter for basic security

+

Memberof

Configuration

+

Methods

  • Check if the given MIME is a JSON MIME. JSON MIME examples: application/json application/json; charset=UTF8 APPLICATION/JSON application/vnd.company+json

    -
    -
    -

    Parameters

    -
      -
    • -
      mime: string
      -

      MIME (Multipurpose Internet Mail Extensions)

      -
      -
    -

    Returns boolean

    True if the given MIME is JSON, false otherwise.

    - -
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +

Parameters

  • mime: string

    MIME (Multipurpose Internet Mail Extensions)

    +

Returns boolean

True if the given MIME is JSON, false otherwise.

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/api.ACHFilesApiAxiosParamCreator.html b/docs/functions/api.ACHFilesApiAxiosParamCreator.html index 392365a..efcca41 100644 --- a/docs/functions/api.ACHFilesApiAxiosParamCreator.html +++ b/docs/functions/api.ACHFilesApiAxiosParamCreator.html @@ -1,711 +1,99 @@ -ACHFilesApiAxiosParamCreator | ach-node-sdk
-
- -
-
-
-
- -

Function ACHFilesApiAxiosParamCreator

-
-
    - -
  • -

    ACHFilesApi - axios parameter creator

    -
    -
    -

    Parameters

    -
    -

    Returns {
        addBatchToFile: ((fileID, batch, xRequestID?, options?) => Promise<RequestArgs>);
        buildFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        checkFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        createFile: ((fileID, body, xRequestID?, skipAll?, requireABAOrigin?, bypassOrigin?, bypassDestination?, customTraceNumbers?, allowZeroBatches?, allowMissingFileHeader?, allowMissingFileControl?, bypassCompanyIdentificationMatch?, customReturnCodes?, unequalServiceClassCode?, unorderedBatchNumbers?, allowInvalidCheckDigit?, unequalAddendaCounts?, preserveSpaces?, allowInvalidAmounts?, options?) => Promise<RequestArgs>);
        deleteACHFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        deleteFileBatch: ((fileID, batchID, xRequestID?, options?) => Promise<RequestArgs>);
        flattenFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        getFileBatch: ((fileID, batchID, xRequestID?, options?) => Promise<RequestArgs>);
        getFileBatches: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        getFileByID: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        getFileContents: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        getFiles: ((xRequestID?, options?) => Promise<RequestArgs>);
        ping: ((options?) => Promise<RequestArgs>);
        segmentFile: ((xRequestID?, body?, options?) => Promise<RequestArgs>);
        segmentFileID: ((fileID, xRequestID?, body?, options?) => Promise<RequestArgs>);
        validateFile: ((fileID, xRequestID?, validateOpts?, options?) => Promise<RequestArgs>);
    }

    -
      -
    • -
      addBatchToFile: ((fileID, batch, xRequestID?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (fileID, batch, xRequestID?, options?): Promise<RequestArgs>
        • -
        • -

          Append a Batch record to the specified File.

          -
          -
          -

          Parameters

          -
            -
          • -
            fileID: string
            -

            File ID

            -
            -
          • -
          • -
            batch: Batch
            -
          • -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Append Batch to File

          - -

          Throws

    • -
    • -
      buildFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • -
        • -

          Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns JSON formatted file.

          -
          -
          -

          Parameters

          -
            -
          • -
            fileID: string
            -

            File ID

            -
            -
          • -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Build File

          - -

          Throws

    • -
    • -
      checkFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • -
        • -

          Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

          -
          -
          -

          Parameters

          -
            -
          • -
            fileID: string
            -

            File ID

            -
            -
          • -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Validate File

          - -

          Throws

    • -
    • -
      createFile: ((fileID, body, xRequestID?, skipAll?, requireABAOrigin?, bypassOrigin?, bypassDestination?, customTraceNumbers?, allowZeroBatches?, allowMissingFileHeader?, allowMissingFileControl?, bypassCompanyIdentificationMatch?, customReturnCodes?, unequalServiceClassCode?, unorderedBatchNumbers?, allowInvalidCheckDigit?, unequalAddendaCounts?, preserveSpaces?, allowInvalidAmounts?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (fileID, body, xRequestID?, skipAll?, requireABAOrigin?, bypassOrigin?, bypassDestination?, customTraceNumbers?, allowZeroBatches?, allowMissingFileHeader?, allowMissingFileControl?, bypassCompanyIdentificationMatch?, customReturnCodes?, unequalServiceClassCode?, unorderedBatchNumbers?, allowInvalidCheckDigit?, unequalAddendaCounts?, preserveSpaces?, allowInvalidAmounts?, options?): Promise<RequestArgs>
        • -
        • -

          Create a new File object from either the plaintext or JSON representation.

          -
          -
          -

          Parameters

          -
            -
          • -
            fileID: string
            -

            File ID

            -
            -
          • -
          • -
            body: string
            -

            Content of the ACH file (in json or raw text)

            -
            -
          • -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional skipAll: boolean
            -

            Optional parameter to disable all validation checks for a File

            -
            -
          • -
          • -
            Optional requireABAOrigin: boolean
            -

            Optional parameter to configure ImmediateOrigin validation

            -
            -
          • -
          • -
            Optional bypassOrigin: boolean
            -

            Optional parameter to configure ImmediateOrigin validation

            -
            -
          • -
          • -
            Optional bypassDestination: boolean
            -

            Optional parameter to configure ImmediateDestination validation

            -
            -
          • -
          • -
            Optional customTraceNumbers: boolean
            -

            Optional parameter to configure ImmediateDestination validation

            -
            -
          • -
          • -
            Optional allowZeroBatches: boolean
            -

            Optional parameter to configure ImmediateDestination validation

            -
            -
          • -
          • -
            Optional allowMissingFileHeader: boolean
            -

            Optional parameter to configure ImmediateDestination validation

            -
            -
          • -
          • -
            Optional allowMissingFileControl: boolean
            -

            Optional parameter to configure ImmediateDestination validation

            -
            -
          • -
          • -
            Optional bypassCompanyIdentificationMatch: boolean
            -

            Optional parameter to configure ImmediateDestination validation

            -
            -
          • -
          • -
            Optional customReturnCodes: boolean
            -

            Optional parameter to configure ImmediateDestination validation

            -
            -
          • -
          • -
            Optional unequalServiceClassCode: boolean
            -

            Optional parameter to configure ImmediateDestination validation

            -
            -
          • -
          • -
            Optional unorderedBatchNumbers: boolean
            -

            Allow a file to be read with unordered batch numbers.

            -
            -
          • -
          • -
            Optional allowInvalidCheckDigit: boolean
            -

            Allow the CheckDigit field in EntryDetail to differ from the expected calculation

            -
            -
          • -
          • -
            Optional unequalAddendaCounts: boolean
            -

            Optional parameter to configure UnequalAddendaCounts validation

            -
            -
          • -
          • -
            Optional preserveSpaces: boolean
            -

            Optional parameter to save all padding spaces

            -
            -
          • -
          • -
            Optional allowInvalidAmounts: boolean
            -

            Optional parameter to save all padding spaces

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Create File

          - -

          Throws

    • -
    • -
      deleteACHFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • -
        • -

          Permanently deletes a File and associated Batches. It cannot be undone.

          -
          -
          -

          Parameters

          -
            -
          • -
            fileID: string
            -

            File ID

            -
            -
          • -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Delete File

          - -

          Throws

    • -
    • -
      deleteFileBatch: ((fileID, batchID, xRequestID?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (fileID, batchID, xRequestID?, options?): Promise<RequestArgs>
        • -
        • -

          Delete a Batch from a File.

          -
          -
          -

          Parameters

          -
            -
          • -
            fileID: string
            -

            File ID

            -
            -
          • -
          • -
            batchID: string
            -

            Batch ID

            -
            -
          • -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Delete Batch

          - -

          Throws

    • -
    • -
      flattenFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • -
        • -

          Consolidate Batches and Entries into the minimum number of Batches needed.

          -
          -
          -

          Parameters

          -
            -
          • -
            fileID: string
            -

            File ID

            -
            -
          • -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Flatten Batches

          - -

          Throws

    • -
    • -
      getFileBatch: ((fileID, batchID, xRequestID?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (fileID, batchID, xRequestID?, options?): Promise<RequestArgs>
        • -
        • -

          Get a specific Batch on a File.

          -
          -
          -

          Parameters

          -
            -
          • -
            fileID: string
            -

            File ID

            -
            -
          • -
          • -
            batchID: string
            -

            Batch ID

            -
            -
          • -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Get Batch

          - -

          Throws

    • -
    • -
      getFileBatches: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • -
        • -

          Get the Batches on a File.

          -
          -
          -

          Parameters

          -
            -
          • -
            fileID: string
            -

            File ID

            -
            -
          • -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Get Batches

          - -

          Throws

    • -
    • -
      getFileByID: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • -
        • -

          Get the details of an existing File using the unique File identifier that was returned upon creation.

          -
          -
          -

          Parameters

          -
            -
          • -
            fileID: string
            -

            File ID

            -
            -
          • -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Retrieve File

          - -

          Throws

    • -
    • -
      getFileContents: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • -
        • -

          Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns plaintext file.

          -
          -
          -

          Parameters

          -
            -
          • -
            fileID: string
            -

            File ID

            -
            -
          • -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Get File Contents

          - -

          Throws

    • -
    • -
      getFiles: ((xRequestID?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (xRequestID?, options?): Promise<RequestArgs>
        • -
        • -

          List all ACH Files created with the ACH service. These Files are not persisted through multiple runs of the service.

          -
          -
          -

          Parameters

          -
            -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          List Files

          - -

          Throws

    • -
    • -
      ping: ((options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (options?): Promise<RequestArgs>
        • -
        • -

          Check if the ACH service is running.

          -
          -
          -

          Parameters

          -
            -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Ping ACH service

          - -

          Throws

    • -
    • -
      segmentFile: ((xRequestID?, body?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (xRequestID?, body?, options?): Promise<RequestArgs>
        • -
        • -

          Split one File into two. One with only debits and one with only credits.

          -
          -
          -

          Parameters

          -
            -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional body: string
            -

            ACH file (in Nacha or JSON formatting) along with optional segment configuration

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Segment File

          - -

          Throws

    • -
    • -
      segmentFileID: ((fileID, xRequestID?, body?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (fileID, xRequestID?, body?, options?): Promise<RequestArgs>
        • -
        • -

          Split one FileID into two. One with only debits and one with only credits.

          -
          -
          -

          Parameters

          -
            -
          • -
            fileID: string
            -

            File ID

            -
            -
          • -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional body: any
            -

            Optional configuration for segmenting files

            -
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Segment FileID

          - -

          Throws

    • -
    • -
      validateFile: ((fileID, xRequestID?, validateOpts?, options?) => Promise<RequestArgs>)
      -
        -
      • -
          -
        • (fileID, xRequestID?, validateOpts?, options?): Promise<RequestArgs>
        • -
        • -

          Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

          -
          -
          -

          Parameters

          -
            -
          • -
            fileID: string
            -

            File ID

            -
            -
          • -
          • -
            Optional xRequestID: string
            -

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            -
            -
          • -
          • -
            Optional validateOpts: ValidateOpts
            -
          • -
          • -
            Optional options: AxiosRequestConfig<any> = {}
            -

            Override http request option.

            -
            -
          -

          Returns Promise<RequestArgs>

          -
          -

          Summary

          Validate File (Custom)

          - -

          Throws

    -
    -

    Export

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ACHFilesApiAxiosParamCreator | ach-node-sdk

Function ACHFilesApiAxiosParamCreator

  • ACHFilesApi - axios parameter creator

    +

    Parameters

    Returns {
        addBatchToFile: ((fileID, batch, xRequestID?, options?) => Promise<RequestArgs>);
        buildFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        checkFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        createFile: ((fileID, body, xRequestID?, skipAll?, requireABAOrigin?, bypassOrigin?, bypassDestination?, customTraceNumbers?, allowZeroBatches?, allowMissingFileHeader?, allowMissingFileControl?, bypassCompanyIdentificationMatch?, customReturnCodes?, unequalServiceClassCode?, unorderedBatchNumbers?, allowInvalidCheckDigit?, unequalAddendaCounts?, preserveSpaces?, allowInvalidAmounts?, options?) => Promise<RequestArgs>);
        deleteACHFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        deleteFileBatch: ((fileID, batchID, xRequestID?, options?) => Promise<RequestArgs>);
        flattenFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        getFileBatch: ((fileID, batchID, xRequestID?, options?) => Promise<RequestArgs>);
        getFileBatches: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        getFileByID: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        getFileContents: ((fileID, xRequestID?, options?) => Promise<RequestArgs>);
        getFiles: ((xRequestID?, options?) => Promise<RequestArgs>);
        ping: ((options?) => Promise<RequestArgs>);
        segmentFile: ((xRequestID?, body?, options?) => Promise<RequestArgs>);
        segmentFileID: ((fileID, xRequestID?, body?, options?) => Promise<RequestArgs>);
        validateFile: ((fileID, xRequestID?, validateOpts?, options?) => Promise<RequestArgs>);
    }

    • addBatchToFile: ((fileID, batch, xRequestID?, options?) => Promise<RequestArgs>)

      Append a Batch record to the specified File.

      +

      Summary

      Append Batch to File

      +

      Throws

        • (fileID, batch, xRequestID?, options?): Promise<RequestArgs>
        • Parameters

          • fileID: string

            File ID

            +
          • batch: Batch
          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • buildFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)

      Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns JSON formatted file.

      +

      Summary

      Build File

      +

      Throws

        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • Parameters

          • fileID: string

            File ID

            +
          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • checkFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)

      Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

      +

      Summary

      Validate File

      +

      Throws

        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • Parameters

          • fileID: string

            File ID

            +
          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • createFile: ((fileID, body, xRequestID?, skipAll?, requireABAOrigin?, bypassOrigin?, bypassDestination?, customTraceNumbers?, allowZeroBatches?, allowMissingFileHeader?, allowMissingFileControl?, bypassCompanyIdentificationMatch?, customReturnCodes?, unequalServiceClassCode?, unorderedBatchNumbers?, allowInvalidCheckDigit?, unequalAddendaCounts?, preserveSpaces?, allowInvalidAmounts?, options?) => Promise<RequestArgs>)

      Create a new File object from either the plaintext or JSON representation.

      +

      Summary

      Create File

      +

      Throws

        • (fileID, body, xRequestID?, skipAll?, requireABAOrigin?, bypassOrigin?, bypassDestination?, customTraceNumbers?, allowZeroBatches?, allowMissingFileHeader?, allowMissingFileControl?, bypassCompanyIdentificationMatch?, customReturnCodes?, unequalServiceClassCode?, unorderedBatchNumbers?, allowInvalidCheckDigit?, unequalAddendaCounts?, preserveSpaces?, allowInvalidAmounts?, options?): Promise<RequestArgs>
        • Parameters

          • fileID: string

            File ID

            +
          • body: string

            Content of the ACH file (in json or raw text)

            +
          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional skipAll: boolean

            Optional parameter to disable all validation checks for a File

            +
          • Optional requireABAOrigin: boolean

            Optional parameter to configure ImmediateOrigin validation

            +
          • Optional bypassOrigin: boolean

            Optional parameter to configure ImmediateOrigin validation

            +
          • Optional bypassDestination: boolean

            Optional parameter to configure ImmediateDestination validation

            +
          • Optional customTraceNumbers: boolean

            Optional parameter to configure ImmediateDestination validation

            +
          • Optional allowZeroBatches: boolean

            Optional parameter to configure ImmediateDestination validation

            +
          • Optional allowMissingFileHeader: boolean

            Optional parameter to configure ImmediateDestination validation

            +
          • Optional allowMissingFileControl: boolean

            Optional parameter to configure ImmediateDestination validation

            +
          • Optional bypassCompanyIdentificationMatch: boolean

            Optional parameter to configure ImmediateDestination validation

            +
          • Optional customReturnCodes: boolean

            Optional parameter to configure ImmediateDestination validation

            +
          • Optional unequalServiceClassCode: boolean

            Optional parameter to configure ImmediateDestination validation

            +
          • Optional unorderedBatchNumbers: boolean

            Allow a file to be read with unordered batch numbers.

            +
          • Optional allowInvalidCheckDigit: boolean

            Allow the CheckDigit field in EntryDetail to differ from the expected calculation

            +
          • Optional unequalAddendaCounts: boolean

            Optional parameter to configure UnequalAddendaCounts validation

            +
          • Optional preserveSpaces: boolean

            Optional parameter to save all padding spaces

            +
          • Optional allowInvalidAmounts: boolean

            Optional parameter to save all padding spaces

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • deleteACHFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)

      Permanently deletes a File and associated Batches. It cannot be undone.

      +

      Summary

      Delete File

      +

      Throws

        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • Parameters

          • fileID: string

            File ID

            +
          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • deleteFileBatch: ((fileID, batchID, xRequestID?, options?) => Promise<RequestArgs>)

      Delete a Batch from a File.

      +

      Summary

      Delete Batch

      +

      Throws

        • (fileID, batchID, xRequestID?, options?): Promise<RequestArgs>
        • Parameters

          • fileID: string

            File ID

            +
          • batchID: string

            Batch ID

            +
          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • flattenFile: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)

      Consolidate Batches and Entries into the minimum number of Batches needed.

      +

      Summary

      Flatten Batches

      +

      Throws

        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • Parameters

          • fileID: string

            File ID

            +
          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • getFileBatch: ((fileID, batchID, xRequestID?, options?) => Promise<RequestArgs>)

      Get a specific Batch on a File.

      +

      Summary

      Get Batch

      +

      Throws

        • (fileID, batchID, xRequestID?, options?): Promise<RequestArgs>
        • Parameters

          • fileID: string

            File ID

            +
          • batchID: string

            Batch ID

            +
          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • getFileBatches: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)

      Get the Batches on a File.

      +

      Summary

      Get Batches

      +

      Throws

        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • Parameters

          • fileID: string

            File ID

            +
          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • getFileByID: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)

      Get the details of an existing File using the unique File identifier that was returned upon creation.

      +

      Summary

      Retrieve File

      +

      Throws

        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • Parameters

          • fileID: string

            File ID

            +
          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • getFileContents: ((fileID, xRequestID?, options?) => Promise<RequestArgs>)

      Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns plaintext file.

      +

      Summary

      Get File Contents

      +

      Throws

        • (fileID, xRequestID?, options?): Promise<RequestArgs>
        • Parameters

          • fileID: string

            File ID

            +
          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • getFiles: ((xRequestID?, options?) => Promise<RequestArgs>)

      List all ACH Files created with the ACH service. These Files are not persisted through multiple runs of the service.

      +

      Summary

      List Files

      +

      Throws

        • (xRequestID?, options?): Promise<RequestArgs>
        • Parameters

          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • ping: ((options?) => Promise<RequestArgs>)

      Check if the ACH service is running.

      +

      Summary

      Ping ACH service

      +

      Throws

        • (options?): Promise<RequestArgs>
        • Parameters

          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • segmentFile: ((xRequestID?, body?, options?) => Promise<RequestArgs>)

      Split one File into two. One with only debits and one with only credits.

      +

      Summary

      Segment File

      +

      Throws

        • (xRequestID?, body?, options?): Promise<RequestArgs>
        • Parameters

          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional body: string

            ACH file (in Nacha or JSON formatting) along with optional segment configuration

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • segmentFileID: ((fileID, xRequestID?, body?, options?) => Promise<RequestArgs>)

      Split one FileID into two. One with only debits and one with only credits.

      +

      Summary

      Segment FileID

      +

      Throws

        • (fileID, xRequestID?, body?, options?): Promise<RequestArgs>
        • Parameters

          • fileID: string

            File ID

            +
          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional body: any

            Optional configuration for segmenting files

            +
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    • validateFile: ((fileID, xRequestID?, validateOpts?, options?) => Promise<RequestArgs>)

      Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

      +

      Summary

      Validate File (Custom)

      +

      Throws

        • (fileID, xRequestID?, validateOpts?, options?): Promise<RequestArgs>
        • Parameters

          • fileID: string

            File ID

            +
          • Optional xRequestID: string

            Optional Request ID allows application developer to trace requests through the system&#39;s logs

            +
          • Optional validateOpts: ValidateOpts
          • Optional options: AxiosRequestConfig = {}

            Override http request option.

            +

          Returns Promise<RequestArgs>

    Export

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/api.ACHFilesApiFactory.html b/docs/functions/api.ACHFilesApiFactory.html index 8bb4f8c..0f00089 100644 --- a/docs/functions/api.ACHFilesApiFactory.html +++ b/docs/functions/api.ACHFilesApiFactory.html @@ -1,715 +1,99 @@ -ACHFilesApiFactory | ach-node-sdk
-
- -
-
-
-
- -

Function ACHFilesApiFactory

-
-
    - -
  • -

    ACHFilesApi - factory interface

    -
    -
    -

    Parameters

    -
      -
    • -
      Optional configuration: Configuration
    • -
    • -
      Optional basePath: string
    • -
    • -
      Optional axios: AxiosInstance
    -

    Returns {
        addBatchToFile(fileID, batch, xRequestID?, options?) => AxiosPromise<void>;
        buildFile(fileID, xRequestID?, options?) => AxiosPromise<any>;
        checkFile(fileID, xRequestID?, options?) => AxiosPromise<Error>;
        createFile(fileID, body, xRequestID?, skipAll?, requireABAOrigin?, bypassOrigin?, bypassDestination?, customTraceNumbers?, allowZeroBatches?, allowMissingFileHeader?, allowMissingFileControl?, bypassCompanyIdentificationMatch?, customReturnCodes?, unequalServiceClassCode?, unorderedBatchNumbers?, allowInvalidCheckDigit?, unequalAddendaCounts?, preserveSpaces?, allowInvalidAmounts?, options?) => AxiosPromise<CreateFileResponse>;
        deleteACHFile(fileID, xRequestID?, options?) => AxiosPromise<void>;
        deleteFileBatch(fileID, batchID, xRequestID?, options?) => AxiosPromise<void>;
        flattenFile(fileID, xRequestID?, options?) => AxiosPromise<FlattenFileResponse>;
        getFileBatch(fileID, batchID, xRequestID?, options?) => AxiosPromise<Batch>;
        getFileBatches(fileID, xRequestID?, options?) => AxiosPromise<Batch[]>;
        getFileByID(fileID, xRequestID?, options?) => AxiosPromise<any>;
        getFileContents(fileID, xRequestID?, options?) => AxiosPromise<string>;
        getFiles(xRequestID?, options?) => AxiosPromise<any[]>;
        ping(options?) => AxiosPromise<void>;
        segmentFile(xRequestID?, body?, options?) => AxiosPromise<SegmentedFiles>;
        segmentFileID(fileID, xRequestID?, body?, options?) => AxiosPromise<SegmentedFiles>;
        validateFile(fileID, xRequestID?, validateOpts?, options?) => AxiosPromise<Error>;
    }

    -
      -
    • -
      addBatchToFile:function
      -
        - -
      • -

        Append a Batch record to the specified File.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          batch: Batch
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<void>

        -
        -

        Summary

        Append Batch to File

        - -

        Throws

    • -
    • -
      buildFile:function
      -
        - -
      • -

        Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns JSON formatted file.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<any>

        -
        -

        Summary

        Build File

        - -

        Throws

    • -
    • -
      checkFile:function
      -
        - -
      • -

        Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<Error>

        -
        -

        Summary

        Validate File

        - -

        Throws

    • -
    • -
      createFile:function
      -
        - -
      • -

        Create a new File object from either the plaintext or JSON representation.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          body: string
          -

          Content of the ACH file (in json or raw text)

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional skipAll: boolean
          -

          Optional parameter to disable all validation checks for a File

          -
          -
        • -
        • -
          Optional requireABAOrigin: boolean
          -

          Optional parameter to configure ImmediateOrigin validation

          -
          -
        • -
        • -
          Optional bypassOrigin: boolean
          -

          Optional parameter to configure ImmediateOrigin validation

          -
          -
        • -
        • -
          Optional bypassDestination: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional customTraceNumbers: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional allowZeroBatches: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional allowMissingFileHeader: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional allowMissingFileControl: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional bypassCompanyIdentificationMatch: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional customReturnCodes: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional unequalServiceClassCode: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional unorderedBatchNumbers: boolean
          -

          Allow a file to be read with unordered batch numbers.

          -
          -
        • -
        • -
          Optional allowInvalidCheckDigit: boolean
          -

          Allow the CheckDigit field in EntryDetail to differ from the expected calculation

          -
          -
        • -
        • -
          Optional unequalAddendaCounts: boolean
          -

          Optional parameter to configure UnequalAddendaCounts validation

          -
          -
        • -
        • -
          Optional preserveSpaces: boolean
          -

          Optional parameter to save all padding spaces

          -
          -
        • -
        • -
          Optional allowInvalidAmounts: boolean
          -

          Optional parameter to save all padding spaces

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<CreateFileResponse>

        -
        -

        Summary

        Create File

        - -

        Throws

    • -
    • -
      deleteACHFile:function
      -
        - -
      • -

        Permanently deletes a File and associated Batches. It cannot be undone.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<void>

        -
        -

        Summary

        Delete File

        - -

        Throws

    • -
    • -
      deleteFileBatch:function
      -
        - -
      • -

        Delete a Batch from a File.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          batchID: string
          -

          Batch ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<void>

        -
        -

        Summary

        Delete Batch

        - -

        Throws

    • -
    • -
      flattenFile:function
      -
        - -
      • -

        Consolidate Batches and Entries into the minimum number of Batches needed.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<FlattenFileResponse>

        -
        -

        Summary

        Flatten Batches

        - -

        Throws

    • -
    • -
      getFileBatch:function
      -
        - -
      • -

        Get a specific Batch on a File.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          batchID: string
          -

          Batch ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<Batch>

        -
        -

        Summary

        Get Batch

        - -

        Throws

    • -
    • -
      getFileBatches:function
      -
        - -
      • -

        Get the Batches on a File.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<Batch[]>

        -
        -

        Summary

        Get Batches

        - -

        Throws

    • -
    • -
      getFileByID:function
      -
        - -
      • -

        Get the details of an existing File using the unique File identifier that was returned upon creation.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<any>

        -
        -

        Summary

        Retrieve File

        - -

        Throws

    • -
    • -
      getFileContents:function
      -
        - -
      • -

        Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns plaintext file.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<string>

        -
        -

        Summary

        Get File Contents

        - -

        Throws

    • -
    • -
      getFiles:function
      -
        - -
      • -

        List all ACH Files created with the ACH service. These Files are not persisted through multiple runs of the service.

        -
        -
        -

        Parameters

        -
          -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<any[]>

        -
        -

        Summary

        List Files

        - -

        Throws

    • -
    • -
      ping:function
      -
        - -
      • -

        Check if the ACH service is running.

        -
        -
        -

        Parameters

        -
          -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<void>

        -
        -

        Summary

        Ping ACH service

        - -

        Throws

    • -
    • -
      segmentFile:function
      -
        - -
      • -

        Split one File into two. One with only debits and one with only credits.

        -
        -
        -

        Parameters

        -
          -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional body: string
          -

          ACH file (in Nacha or JSON formatting) along with optional segment configuration

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<SegmentedFiles>

        -
        -

        Summary

        Segment File

        - -

        Throws

    • -
    • -
      segmentFileID:function
      -
        - -
      • -

        Split one FileID into two. One with only debits and one with only credits.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional body: any
          -

          Optional configuration for segmenting files

          -
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<SegmentedFiles>

        -
        -

        Summary

        Segment FileID

        - -

        Throws

    • -
    • -
      validateFile:function
      -
        - -
      • -

        Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional validateOpts: ValidateOpts
          -
        • -
        • -
          Optional options: any
          -

          Override http request option.

          -
          -
        -

        Returns AxiosPromise<Error>

        -
        -

        Summary

        Validate File (Custom)

        - -

        Throws

    -
    -

    Export

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ACHFilesApiFactory | ach-node-sdk

Function ACHFilesApiFactory

  • ACHFilesApi - factory interface

    +

    Parameters

    • Optional configuration: Configuration
    • Optional basePath: string
    • Optional axios: AxiosInstance

    Returns {
        addBatchToFile(fileID, batch, xRequestID?, options?): AxiosPromise<void>;
        buildFile(fileID, xRequestID?, options?): AxiosPromise<any>;
        checkFile(fileID, xRequestID?, options?): AxiosPromise<Error>;
        createFile(fileID, body, xRequestID?, skipAll?, requireABAOrigin?, bypassOrigin?, bypassDestination?, customTraceNumbers?, allowZeroBatches?, allowMissingFileHeader?, allowMissingFileControl?, bypassCompanyIdentificationMatch?, customReturnCodes?, unequalServiceClassCode?, unorderedBatchNumbers?, allowInvalidCheckDigit?, unequalAddendaCounts?, preserveSpaces?, allowInvalidAmounts?, options?): AxiosPromise<CreateFileResponse>;
        deleteACHFile(fileID, xRequestID?, options?): AxiosPromise<void>;
        deleteFileBatch(fileID, batchID, xRequestID?, options?): AxiosPromise<void>;
        flattenFile(fileID, xRequestID?, options?): AxiosPromise<FlattenFileResponse>;
        getFileBatch(fileID, batchID, xRequestID?, options?): AxiosPromise<Batch>;
        getFileBatches(fileID, xRequestID?, options?): AxiosPromise<Batch[]>;
        getFileByID(fileID, xRequestID?, options?): AxiosPromise<any>;
        getFileContents(fileID, xRequestID?, options?): AxiosPromise<string>;
        getFiles(xRequestID?, options?): AxiosPromise<any[]>;
        ping(options?): AxiosPromise<void>;
        segmentFile(xRequestID?, body?, options?): AxiosPromise<SegmentedFiles>;
        segmentFileID(fileID, xRequestID?, body?, options?): AxiosPromise<SegmentedFiles>;
        validateFile(fileID, xRequestID?, validateOpts?, options?): AxiosPromise<Error>;
    }

    • addBatchToFile:function
      • Append a Batch record to the specified File.

        +

        Parameters

        • fileID: string

          File ID

          +
        • batch: Batch
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<void>

        Summary

        Append Batch to File

        +

        Throws

    • buildFile:function
      • Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns JSON formatted file.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<any>

        Summary

        Build File

        +

        Throws

    • checkFile:function
      • Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<Error>

        Summary

        Validate File

        +

        Throws

    • createFile:function
      • Create a new File object from either the plaintext or JSON representation.

        +

        Parameters

        • fileID: string

          File ID

          +
        • body: string

          Content of the ACH file (in json or raw text)

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional skipAll: boolean

          Optional parameter to disable all validation checks for a File

          +
        • Optional requireABAOrigin: boolean

          Optional parameter to configure ImmediateOrigin validation

          +
        • Optional bypassOrigin: boolean

          Optional parameter to configure ImmediateOrigin validation

          +
        • Optional bypassDestination: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional customTraceNumbers: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional allowZeroBatches: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional allowMissingFileHeader: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional allowMissingFileControl: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional bypassCompanyIdentificationMatch: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional customReturnCodes: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional unequalServiceClassCode: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional unorderedBatchNumbers: boolean

          Allow a file to be read with unordered batch numbers.

          +
        • Optional allowInvalidCheckDigit: boolean

          Allow the CheckDigit field in EntryDetail to differ from the expected calculation

          +
        • Optional unequalAddendaCounts: boolean

          Optional parameter to configure UnequalAddendaCounts validation

          +
        • Optional preserveSpaces: boolean

          Optional parameter to save all padding spaces

          +
        • Optional allowInvalidAmounts: boolean

          Optional parameter to save all padding spaces

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<CreateFileResponse>

        Summary

        Create File

        +

        Throws

    • deleteACHFile:function
      • Permanently deletes a File and associated Batches. It cannot be undone.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<void>

        Summary

        Delete File

        +

        Throws

    • deleteFileBatch:function
      • Delete a Batch from a File.

        +

        Parameters

        • fileID: string

          File ID

          +
        • batchID: string

          Batch ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<void>

        Summary

        Delete Batch

        +

        Throws

    • flattenFile:function
      • Consolidate Batches and Entries into the minimum number of Batches needed.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<FlattenFileResponse>

        Summary

        Flatten Batches

        +

        Throws

    • getFileBatch:function
      • Get a specific Batch on a File.

        +

        Parameters

        • fileID: string

          File ID

          +
        • batchID: string

          Batch ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<Batch>

        Summary

        Get Batch

        +

        Throws

    • getFileBatches:function
      • Get the Batches on a File.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<Batch[]>

        Summary

        Get Batches

        +

        Throws

    • getFileByID:function
      • Get the details of an existing File using the unique File identifier that was returned upon creation.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<any>

        Summary

        Retrieve File

        +

        Throws

    • getFileContents:function
      • Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns plaintext file.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<string>

        Summary

        Get File Contents

        +

        Throws

    • getFiles:function
      • List all ACH Files created with the ACH service. These Files are not persisted through multiple runs of the service.

        +

        Parameters

        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<any[]>

        Summary

        List Files

        +

        Throws

    • ping:function
      • Check if the ACH service is running.

        +

        Parameters

        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<void>

        Summary

        Ping ACH service

        +

        Throws

    • segmentFile:function
      • Split one File into two. One with only debits and one with only credits.

        +

        Parameters

        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional body: string

          ACH file (in Nacha or JSON formatting) along with optional segment configuration

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<SegmentedFiles>

        Summary

        Segment File

        +

        Throws

    • segmentFileID:function
      • Split one FileID into two. One with only debits and one with only credits.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional body: any

          Optional configuration for segmenting files

          +
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<SegmentedFiles>

        Summary

        Segment FileID

        +

        Throws

    • validateFile:function
      • Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional validateOpts: ValidateOpts
        • Optional options: any

          Override http request option.

          +

        Returns AxiosPromise<Error>

        Summary

        Validate File (Custom)

        +

        Throws

    Export

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/api.ACHFilesApiFp.html b/docs/functions/api.ACHFilesApiFp.html index 50c65a5..abf0714 100644 --- a/docs/functions/api.ACHFilesApiFp.html +++ b/docs/functions/api.ACHFilesApiFp.html @@ -1,711 +1,99 @@ -ACHFilesApiFp | ach-node-sdk
-
- -
-
-
-
- -

Function ACHFilesApiFp

-
-
    - -
  • -

    ACHFilesApi - functional programming interface

    -
    -
    -

    Parameters

    -
    -

    Returns {
        addBatchToFile(fileID, batch, xRequestID?, options?) => Promise<((axios?, basePath?) => AxiosPromise<void>)>;
        buildFile(fileID, xRequestID?, options?) => Promise<((axios?, basePath?) => AxiosPromise<any>)>;
        checkFile(fileID, xRequestID?, options?) => Promise<((axios?, basePath?) => AxiosPromise<Error>)>;
        createFile(fileID, body, xRequestID?, skipAll?, requireABAOrigin?, bypassOrigin?, bypassDestination?, customTraceNumbers?, allowZeroBatches?, allowMissingFileHeader?, allowMissingFileControl?, bypassCompanyIdentificationMatch?, customReturnCodes?, unequalServiceClassCode?, unorderedBatchNumbers?, allowInvalidCheckDigit?, unequalAddendaCounts?, preserveSpaces?, allowInvalidAmounts?, options?) => Promise<((axios?, basePath?) => AxiosPromise<CreateFileResponse>)>;
        deleteACHFile(fileID, xRequestID?, options?) => Promise<((axios?, basePath?) => AxiosPromise<void>)>;
        deleteFileBatch(fileID, batchID, xRequestID?, options?) => Promise<((axios?, basePath?) => AxiosPromise<void>)>;
        flattenFile(fileID, xRequestID?, options?) => Promise<((axios?, basePath?) => AxiosPromise<FlattenFileResponse>)>;
        getFileBatch(fileID, batchID, xRequestID?, options?) => Promise<((axios?, basePath?) => AxiosPromise<Batch>)>;
        getFileBatches(fileID, xRequestID?, options?) => Promise<((axios?, basePath?) => AxiosPromise<Batch[]>)>;
        getFileByID(fileID, xRequestID?, options?) => Promise<((axios?, basePath?) => AxiosPromise<any>)>;
        getFileContents(fileID, xRequestID?, options?) => Promise<((axios?, basePath?) => AxiosPromise<string>)>;
        getFiles(xRequestID?, options?) => Promise<((axios?, basePath?) => AxiosPromise<any[]>)>;
        ping(options?) => Promise<((axios?, basePath?) => AxiosPromise<void>)>;
        segmentFile(xRequestID?, body?, options?) => Promise<((axios?, basePath?) => AxiosPromise<SegmentedFiles>)>;
        segmentFileID(fileID, xRequestID?, body?, options?) => Promise<((axios?, basePath?) => AxiosPromise<SegmentedFiles>)>;
        validateFile(fileID, xRequestID?, validateOpts?, options?) => Promise<((axios?, basePath?) => AxiosPromise<Error>)>;
    }

    -
      -
    • -
      addBatchToFile:function
      -
        - -
      • -

        Append a Batch record to the specified File.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          batch: Batch
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<void>)>

        -
        -

        Summary

        Append Batch to File

        - -

        Throws

    • -
    • -
      buildFile:function
      -
        - -
      • -

        Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns JSON formatted file.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<any>)>

        -
        -

        Summary

        Build File

        - -

        Throws

    • -
    • -
      checkFile:function
      -
        - -
      • -

        Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<Error>)>

        -
        -

        Summary

        Validate File

        - -

        Throws

    • -
    • -
      createFile:function
      -
        - -
      • -

        Create a new File object from either the plaintext or JSON representation.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          body: string
          -

          Content of the ACH file (in json or raw text)

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional skipAll: boolean
          -

          Optional parameter to disable all validation checks for a File

          -
          -
        • -
        • -
          Optional requireABAOrigin: boolean
          -

          Optional parameter to configure ImmediateOrigin validation

          -
          -
        • -
        • -
          Optional bypassOrigin: boolean
          -

          Optional parameter to configure ImmediateOrigin validation

          -
          -
        • -
        • -
          Optional bypassDestination: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional customTraceNumbers: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional allowZeroBatches: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional allowMissingFileHeader: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional allowMissingFileControl: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional bypassCompanyIdentificationMatch: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional customReturnCodes: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional unequalServiceClassCode: boolean
          -

          Optional parameter to configure ImmediateDestination validation

          -
          -
        • -
        • -
          Optional unorderedBatchNumbers: boolean
          -

          Allow a file to be read with unordered batch numbers.

          -
          -
        • -
        • -
          Optional allowInvalidCheckDigit: boolean
          -

          Allow the CheckDigit field in EntryDetail to differ from the expected calculation

          -
          -
        • -
        • -
          Optional unequalAddendaCounts: boolean
          -

          Optional parameter to configure UnequalAddendaCounts validation

          -
          -
        • -
        • -
          Optional preserveSpaces: boolean
          -

          Optional parameter to save all padding spaces

          -
          -
        • -
        • -
          Optional allowInvalidAmounts: boolean
          -

          Optional parameter to save all padding spaces

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<CreateFileResponse>)>

        -
        -

        Summary

        Create File

        - -

        Throws

    • -
    • -
      deleteACHFile:function
      -
        - -
      • -

        Permanently deletes a File and associated Batches. It cannot be undone.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<void>)>

        -
        -

        Summary

        Delete File

        - -

        Throws

    • -
    • -
      deleteFileBatch:function
      -
        - -
      • -

        Delete a Batch from a File.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          batchID: string
          -

          Batch ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<void>)>

        -
        -

        Summary

        Delete Batch

        - -

        Throws

    • -
    • -
      flattenFile:function
      -
        - -
      • -

        Consolidate Batches and Entries into the minimum number of Batches needed.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<FlattenFileResponse>)>

        -
        -

        Summary

        Flatten Batches

        - -

        Throws

    • -
    • -
      getFileBatch:function
      -
        - -
      • -

        Get a specific Batch on a File.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          batchID: string
          -

          Batch ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<Batch>)>

        -
        -

        Summary

        Get Batch

        - -

        Throws

    • -
    • -
      getFileBatches:function
      -
        - -
      • -

        Get the Batches on a File.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<Batch[]>)>

        -
        -

        Summary

        Get Batches

        - -

        Throws

    • -
    • -
      getFileByID:function
      -
        - -
      • -

        Get the details of an existing File using the unique File identifier that was returned upon creation.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<any>)>

        -
        -

        Summary

        Retrieve File

        - -

        Throws

    • -
    • -
      getFileContents:function
      -
        - -
      • -

        Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns plaintext file.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<string>)>

        -
        -

        Summary

        Get File Contents

        - -

        Throws

    • -
    • -
      getFiles:function
      -
        - -
      • -

        List all ACH Files created with the ACH service. These Files are not persisted through multiple runs of the service.

        -
        -
        -

        Parameters

        -
          -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<any[]>)>

        -
        -

        Summary

        List Files

        - -

        Throws

    • -
    • -
      ping:function
      -
        - -
      • -

        Check if the ACH service is running.

        -
        -
        -

        Parameters

        -
          -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<void>)>

        -
        -

        Summary

        Ping ACH service

        - -

        Throws

    • -
    • -
      segmentFile:function
      -
        - -
      • -

        Split one File into two. One with only debits and one with only credits.

        -
        -
        -

        Parameters

        -
          -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional body: string
          -

          ACH file (in Nacha or JSON formatting) along with optional segment configuration

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<SegmentedFiles>)>

        -
        -

        Summary

        Segment File

        - -

        Throws

    • -
    • -
      segmentFileID:function
      -
        - -
      • -

        Split one FileID into two. One with only debits and one with only credits.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional body: any
          -

          Optional configuration for segmenting files

          -
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<SegmentedFiles>)>

        -
        -

        Summary

        Segment FileID

        - -

        Throws

    • -
    • -
      validateFile:function
      -
        - -
      • -

        Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

        -
        -
        -

        Parameters

        -
          -
        • -
          fileID: string
          -

          File ID

          -
          -
        • -
        • -
          Optional xRequestID: string
          -

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          -
          -
        • -
        • -
          Optional validateOpts: ValidateOpts
          -
        • -
        • -
          Optional options: AxiosRequestConfig<any>
          -

          Override http request option.

          -
          -
        -

        Returns Promise<((axios?, basePath?) => AxiosPromise<Error>)>

        -
        -

        Summary

        Validate File (Custom)

        - -

        Throws

    -
    -

    Export

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ACHFilesApiFp | ach-node-sdk

Function ACHFilesApiFp

  • ACHFilesApi - functional programming interface

    +

    Parameters

    Returns {
        addBatchToFile(fileID, batch, xRequestID?, options?): Promise<((axios?, basePath?) => AxiosPromise<void>)>;
        buildFile(fileID, xRequestID?, options?): Promise<((axios?, basePath?) => AxiosPromise<any>)>;
        checkFile(fileID, xRequestID?, options?): Promise<((axios?, basePath?) => AxiosPromise<Error>)>;
        createFile(fileID, body, xRequestID?, skipAll?, requireABAOrigin?, bypassOrigin?, bypassDestination?, customTraceNumbers?, allowZeroBatches?, allowMissingFileHeader?, allowMissingFileControl?, bypassCompanyIdentificationMatch?, customReturnCodes?, unequalServiceClassCode?, unorderedBatchNumbers?, allowInvalidCheckDigit?, unequalAddendaCounts?, preserveSpaces?, allowInvalidAmounts?, options?): Promise<((axios?, basePath?) => AxiosPromise<CreateFileResponse>)>;
        deleteACHFile(fileID, xRequestID?, options?): Promise<((axios?, basePath?) => AxiosPromise<void>)>;
        deleteFileBatch(fileID, batchID, xRequestID?, options?): Promise<((axios?, basePath?) => AxiosPromise<void>)>;
        flattenFile(fileID, xRequestID?, options?): Promise<((axios?, basePath?) => AxiosPromise<FlattenFileResponse>)>;
        getFileBatch(fileID, batchID, xRequestID?, options?): Promise<((axios?, basePath?) => AxiosPromise<Batch>)>;
        getFileBatches(fileID, xRequestID?, options?): Promise<((axios?, basePath?) => AxiosPromise<Batch[]>)>;
        getFileByID(fileID, xRequestID?, options?): Promise<((axios?, basePath?) => AxiosPromise<any>)>;
        getFileContents(fileID, xRequestID?, options?): Promise<((axios?, basePath?) => AxiosPromise<string>)>;
        getFiles(xRequestID?, options?): Promise<((axios?, basePath?) => AxiosPromise<any[]>)>;
        ping(options?): Promise<((axios?, basePath?) => AxiosPromise<void>)>;
        segmentFile(xRequestID?, body?, options?): Promise<((axios?, basePath?) => AxiosPromise<SegmentedFiles>)>;
        segmentFileID(fileID, xRequestID?, body?, options?): Promise<((axios?, basePath?) => AxiosPromise<SegmentedFiles>)>;
        validateFile(fileID, xRequestID?, validateOpts?, options?): Promise<((axios?, basePath?) => AxiosPromise<Error>)>;
    }

    • addBatchToFile:function
      • Append a Batch record to the specified File.

        +

        Parameters

        • fileID: string

          File ID

          +
        • batch: Batch
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<void>)>

        Summary

        Append Batch to File

        +

        Throws

    • buildFile:function
      • Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns JSON formatted file.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<any>)>

        Summary

        Build File

        +

        Throws

    • checkFile:function
      • Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<Error>)>

        Summary

        Validate File

        +

        Throws

    • createFile:function
      • Create a new File object from either the plaintext or JSON representation.

        +

        Parameters

        • fileID: string

          File ID

          +
        • body: string

          Content of the ACH file (in json or raw text)

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional skipAll: boolean

          Optional parameter to disable all validation checks for a File

          +
        • Optional requireABAOrigin: boolean

          Optional parameter to configure ImmediateOrigin validation

          +
        • Optional bypassOrigin: boolean

          Optional parameter to configure ImmediateOrigin validation

          +
        • Optional bypassDestination: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional customTraceNumbers: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional allowZeroBatches: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional allowMissingFileHeader: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional allowMissingFileControl: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional bypassCompanyIdentificationMatch: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional customReturnCodes: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional unequalServiceClassCode: boolean

          Optional parameter to configure ImmediateDestination validation

          +
        • Optional unorderedBatchNumbers: boolean

          Allow a file to be read with unordered batch numbers.

          +
        • Optional allowInvalidCheckDigit: boolean

          Allow the CheckDigit field in EntryDetail to differ from the expected calculation

          +
        • Optional unequalAddendaCounts: boolean

          Optional parameter to configure UnequalAddendaCounts validation

          +
        • Optional preserveSpaces: boolean

          Optional parameter to save all padding spaces

          +
        • Optional allowInvalidAmounts: boolean

          Optional parameter to save all padding spaces

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<CreateFileResponse>)>

        Summary

        Create File

        +

        Throws

    • deleteACHFile:function
      • Permanently deletes a File and associated Batches. It cannot be undone.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<void>)>

        Summary

        Delete File

        +

        Throws

    • deleteFileBatch:function
      • Delete a Batch from a File.

        +

        Parameters

        • fileID: string

          File ID

          +
        • batchID: string

          Batch ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<void>)>

        Summary

        Delete Batch

        +

        Throws

    • flattenFile:function
      • Consolidate Batches and Entries into the minimum number of Batches needed.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<FlattenFileResponse>)>

        Summary

        Flatten Batches

        +

        Throws

    • getFileBatch:function
      • Get a specific Batch on a File.

        +

        Parameters

        • fileID: string

          File ID

          +
        • batchID: string

          Batch ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<Batch>)>

        Summary

        Get Batch

        +

        Throws

    • getFileBatches:function
      • Get the Batches on a File.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<Batch[]>)>

        Summary

        Get Batches

        +

        Throws

    • getFileByID:function
      • Get the details of an existing File using the unique File identifier that was returned upon creation.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<any>)>

        Summary

        Retrieve File

        +

        Throws

    • getFileContents:function
      • Assembles the existing File (batches and controls) records, computes sequence numbers and totals. Returns plaintext file.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<string>)>

        Summary

        Get File Contents

        +

        Throws

    • getFiles:function
      • List all ACH Files created with the ACH service. These Files are not persisted through multiple runs of the service.

        +

        Parameters

        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<any[]>)>

        Summary

        List Files

        +

        Throws

    • ping:function
      • Check if the ACH service is running.

        +

        Parameters

        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<void>)>

        Summary

        Ping ACH service

        +

        Throws

    • segmentFile:function
      • Split one File into two. One with only debits and one with only credits.

        +

        Parameters

        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional body: string

          ACH file (in Nacha or JSON formatting) along with optional segment configuration

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<SegmentedFiles>)>

        Summary

        Segment File

        +

        Throws

    • segmentFileID:function
      • Split one FileID into two. One with only debits and one with only credits.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional body: any

          Optional configuration for segmenting files

          +
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<SegmentedFiles>)>

        Summary

        Segment FileID

        +

        Throws

    • validateFile:function
      • Validates the existing File. You need only supply the unique File identifier that was returned upon creation.

        +

        Parameters

        • fileID: string

          File ID

          +
        • Optional xRequestID: string

          Optional Request ID allows application developer to trace requests through the system&#39;s logs

          +
        • Optional validateOpts: ValidateOpts
        • Optional options: AxiosRequestConfig

          Override http request option.

          +

        Returns Promise<((axios?, basePath?) => AxiosPromise<Error>)>

        Summary

        Validate File (Custom)

        +

        Throws

    Export

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/common.assertParamExists.html b/docs/functions/common.assertParamExists.html index 4cb3b67..a3f2210 100644 --- a/docs/functions/common.assertParamExists.html +++ b/docs/functions/common.assertParamExists.html @@ -1,77 +1 @@ -assertParamExists | ach-node-sdk
-
- -
-
-
-
- -

Function assertParamExists

-
-
    - -
  • -
    -

    Parameters

    -
      -
    • -
      functionName: string
    • -
    • -
      paramName: string
    • -
    • -
      paramValue: unknown
    -

    Returns void

    -
    -

    Throws

    -

    Export

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +assertParamExists | ach-node-sdk

Function assertParamExists

  • Parameters

    • functionName: string
    • paramName: string
    • paramValue: unknown

    Returns void

    Throws

    Export

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/common.createRequestFunction.html b/docs/functions/common.createRequestFunction.html index 8a10e83..1d0b5d8 100644 --- a/docs/functions/common.createRequestFunction.html +++ b/docs/functions/common.createRequestFunction.html @@ -1,98 +1 @@ -createRequestFunction | ach-node-sdk
-
- -
-
-
-
- -

Function createRequestFunction

-
-
    - -
  • -
    -

    Parameters

    -
    -

    Returns (<T, R>(axios?, basePath?) => Promise<R>)

    -
      -
    • -
        -
      • <T, R>(axios?, basePath?): Promise<R>
      • -
      • -
        -

        Type Parameters

        -
          -
        • -

          T = unknown

        • -
        • -

          R = AxiosResponse<T, any>

        -
        -

        Parameters

        -
          -
        • -
          axios: AxiosInstance = globalAxios
        • -
        • -
          basePath: string = BASE_PATH
        -

        Returns Promise<R>

    -
    -

    Export

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +createRequestFunction | ach-node-sdk

Function createRequestFunction

  • Parameters

    Returns (<T, R>(axios?, basePath?) => Promise<R>)

      • <T, R>(axios?, basePath?): Promise<R>
      • Type Parameters

        • T = unknown
        • R = AxiosResponse<T>

        Parameters

        • axios: AxiosInstance = globalAxios
        • basePath: string = BASE_PATH

        Returns Promise<R>

    Export

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/common.serializeDataIfNeeded.html b/docs/functions/common.serializeDataIfNeeded.html index ed6db3e..a847953 100644 --- a/docs/functions/common.serializeDataIfNeeded.html +++ b/docs/functions/common.serializeDataIfNeeded.html @@ -1,76 +1 @@ -serializeDataIfNeeded | ach-node-sdk
-
- -
-
-
-
- -

Function serializeDataIfNeeded

-
-
    - -
  • -
    -

    Parameters

    -
      -
    • -
      value: any
    • -
    • -
      requestOptions: any
    • -
    • -
      Optional configuration: Configuration
    -

    Returns any

    -
    -

    Export

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +serializeDataIfNeeded | ach-node-sdk

Function serializeDataIfNeeded

  • Parameters

    • value: any
    • requestOptions: any
    • Optional configuration: Configuration

    Returns any

    Export

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/common.setApiKeyToObject.html b/docs/functions/common.setApiKeyToObject.html index 8859031..897d607 100644 --- a/docs/functions/common.setApiKeyToObject.html +++ b/docs/functions/common.setApiKeyToObject.html @@ -1,76 +1 @@ -setApiKeyToObject | ach-node-sdk
-
- -
-
-
-
- -

Function setApiKeyToObject

-
-
    - -
  • -
    -

    Parameters

    -
      -
    • -
      object: any
    • -
    • -
      keyParamName: string
    • -
    • -
      Optional configuration: Configuration
    -

    Returns Promise<void>

    -
    -

    Export

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +setApiKeyToObject | ach-node-sdk

Function setApiKeyToObject

  • Parameters

    • object: any
    • keyParamName: string
    • Optional configuration: Configuration

    Returns Promise<void>

    Export

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/common.setBasicAuthToObject.html b/docs/functions/common.setBasicAuthToObject.html index 91ec119..6983f0e 100644 --- a/docs/functions/common.setBasicAuthToObject.html +++ b/docs/functions/common.setBasicAuthToObject.html @@ -1,74 +1 @@ -setBasicAuthToObject | ach-node-sdk
-
- -
-
-
-
- -

Function setBasicAuthToObject

-
-
    - -
  • -
    -

    Parameters

    -
    -

    Returns void

    -
    -

    Export

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +setBasicAuthToObject | ach-node-sdk

Function setBasicAuthToObject

  • Parameters

    Returns void

    Export

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/common.setBearerAuthToObject.html b/docs/functions/common.setBearerAuthToObject.html index 86409cb..011cb76 100644 --- a/docs/functions/common.setBearerAuthToObject.html +++ b/docs/functions/common.setBearerAuthToObject.html @@ -1,74 +1 @@ -setBearerAuthToObject | ach-node-sdk
-
- -
-
-
-
- -

Function setBearerAuthToObject

-
-
    - -
  • -
    -

    Parameters

    -
    -

    Returns Promise<void>

    -
    -

    Export

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +setBearerAuthToObject | ach-node-sdk

Function setBearerAuthToObject

  • Parameters

    Returns Promise<void>

    Export

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/common.setOAuthToObject.html b/docs/functions/common.setOAuthToObject.html index f199a7d..7932c11 100644 --- a/docs/functions/common.setOAuthToObject.html +++ b/docs/functions/common.setOAuthToObject.html @@ -1,78 +1 @@ -setOAuthToObject | ach-node-sdk
-
- -
-
-
-
- -

Function setOAuthToObject

-
-
    - -
  • -
    -

    Parameters

    -
      -
    • -
      object: any
    • -
    • -
      name: string
    • -
    • -
      scopes: string[]
    • -
    • -
      Optional configuration: Configuration
    -

    Returns Promise<void>

    -
    -

    Export

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +setOAuthToObject | ach-node-sdk

Function setOAuthToObject

  • Parameters

    • object: any
    • name: string
    • scopes: string[]
    • Optional configuration: Configuration

    Returns Promise<void>

    Export

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/common.setSearchParams.html b/docs/functions/common.setSearchParams.html index 1d2230d..0973b8e 100644 --- a/docs/functions/common.setSearchParams.html +++ b/docs/functions/common.setSearchParams.html @@ -1,74 +1 @@ -setSearchParams | ach-node-sdk
-
- -
-
-
-
- -

Function setSearchParams

-
-
    - -
  • -
    -

    Parameters

    -
      -
    • -
      url: URL
    • -
    • -
      Rest ...objects: any[]
    -

    Returns void

    -
    -

    Export

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +setSearchParams | ach-node-sdk

Function setSearchParams

  • Parameters

    • url: URL
    • Rest ...objects: any[]

    Returns void

    Export

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/common.toPathString.html b/docs/functions/common.toPathString.html index 1f8702f..d73f1ea 100644 --- a/docs/functions/common.toPathString.html +++ b/docs/functions/common.toPathString.html @@ -1,72 +1 @@ -toPathString | ach-node-sdk
-
- -
-
-
-
- -

Function toPathString

-
-
    - -
  • -
    -

    Parameters

    -
      -
    • -
      url: URL
    -

    Returns string

    -
    -

    Export

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +toPathString | ach-node-sdk

Function toPathString

  • Parameters

    • url: URL

    Returns string

    Export

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/url.format.html b/docs/functions/url.format.html index adb0453..a3f1ed4 100644 --- a/docs/functions/url.format.html +++ b/docs/functions/url.format.html @@ -1,63 +1 @@ -format | ach-node-sdk
-
- -
-
-
-
- -

Function format

-
-
    - -
  • -
    -

    Parameters

    -
      -
    • -
      urlObj: object
    -

    Returns string

-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +format | ach-node-sdk

Function format

  • Parameters

    • urlObj: object

    Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/functions/url.parse.html b/docs/functions/url.parse.html index 867a535..d50090b 100644 --- a/docs/functions/url.parse.html +++ b/docs/functions/url.parse.html @@ -1,67 +1 @@ -parse | ach-node-sdk
-
- -
-
-
-
- -

Function parse

-
-
    - -
  • -
    -

    Parameters

    -
      -
    • -
      urlStr: string
    • -
    • -
      Optional parseQueryString: boolean
    • -
    • -
      Optional slashesDenoteHost: boolean
    -

    Returns Url

-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +parse | ach-node-sdk

Function parse

  • Parameters

    • urlStr: string
    • Optional parseQueryString: boolean
    • Optional slashesDenoteHost: boolean

    Returns Url

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/hierarchy.html b/docs/hierarchy.html new file mode 100644 index 0000000..1443963 --- /dev/null +++ b/docs/hierarchy.html @@ -0,0 +1 @@ +ach-node-sdk

ach-node-sdk

Class Hierarchy

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index b3bb04f..9323475 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,18 +1,4 @@ -ach-node-sdk
-
- -
-
-
-
-

ach-node-sdk

-

ACH Node SDK

Generated Typescript SDK for the moov-io/ach service.

+ach-node-sdk

ach-node-sdk

ACH Node SDK

Generated Typescript SDK for the moov-io/ach service.

Installation

Install in your Node.js or Typescript project using npm:

npm install ach-node-sdk
 
@@ -38,45 +24,4 @@

ach-node-sdk

Generating Docs

Run the following for generating the documentation.

make docs
 
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.ADVBatchControl.html b/docs/interfaces/api.ADVBatchControl.html index bfe6c3c..31a41c0 100644 --- a/docs/interfaces/api.ADVBatchControl.html +++ b/docs/interfaces/api.ADVBatchControl.html @@ -1,223 +1,29 @@ -ADVBatchControl | ach-node-sdk
-
- -
-
-
-
- -

Interface ADVBatchControl

-
-
-

Export

ADVBatchControl

-
-
-

Hierarchy

-
    -
  • ADVBatchControl
-
-
-
- -
-
-

Properties

-
- -
ODFIIdentification: string
-

The routing number is used to identify the DFI originating entries within a given branch.

-
-
-

Memberof

ADVBatchControl

-
-
- -
achOperatorData: string
-

Alphanumeric code used to identify an ACH Operator

-
-
-

Memberof

ADVBatchControl

-
-
- -
batchNumber: number
-

BatchNumber is assigned in ascending sequence to each batch by the ODFI or its Sending Point in a given file of entries. Since the batch number in the Batch Header Record and the Batch Control Record is the same, the ascending sequence number should be assigned by batch and not by record.

-
-
-

Memberof

ADVBatchControl

-
-
- -
entryAddendaCount: number
-

EntryAddendaCount is a tally of each Entry Detail Record and each Addenda Record processed, within either the batch or file as appropriate.

-
-
-

Memberof

ADVBatchControl

-
-
- -
entryHash: number
-

Validate the Receiving DFI Identification in each Entry Detail Record is hashed to provide a check against inadvertent alteration of data contents due to hardware failure or program error. In this context the Entry Hash is the sum of the corresponding fields in the Entry Detail Records on the file.

-
-
-

Memberof

ADVBatchControl

-
-
- -
id?: string
-

Batch ID

-
-
-

Memberof

ADVBatchControl

-
-
- -
serviceClassCode: number
-

Same as ServiceClassCode in BatchHeader record

-
-
-

Memberof

ADVBatchControl

-
-
- -
totalCredit: number
-

Contains accumulated Entry credit totals within the batch.

-
-
-

Memberof

ADVBatchControl

-
-
- -
totalDebit: number
-

Contains accumulated Entry debit totals within the batch.

-
-
-

Memberof

ADVBatchControl

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ADVBatchControl | ach-node-sdk

Interface ADVBatchControl

Export

ADVBatchControl

+
interface ADVBatchControl {
    ODFIIdentification: string;
    achOperatorData: string;
    batchNumber: number;
    entryAddendaCount: number;
    entryHash: number;
    id?: string;
    serviceClassCode: number;
    totalCredit: number;
    totalDebit: number;
}

Properties

ODFIIdentification: string

The routing number is used to identify the DFI originating entries within a given branch.

+

Memberof

ADVBatchControl

+
achOperatorData: string

Alphanumeric code used to identify an ACH Operator

+

Memberof

ADVBatchControl

+
batchNumber: number

BatchNumber is assigned in ascending sequence to each batch by the ODFI or its Sending Point in a given file of entries. Since the batch number in the Batch Header Record and the Batch Control Record is the same, the ascending sequence number should be assigned by batch and not by record.

+

Memberof

ADVBatchControl

+
entryAddendaCount: number

EntryAddendaCount is a tally of each Entry Detail Record and each Addenda Record processed, within either the batch or file as appropriate.

+

Memberof

ADVBatchControl

+
entryHash: number

Validate the Receiving DFI Identification in each Entry Detail Record is hashed to provide a check against inadvertent alteration of data contents due to hardware failure or program error. In this context the Entry Hash is the sum of the corresponding fields in the Entry Detail Records on the file.

+

Memberof

ADVBatchControl

+
id?: string

Batch ID

+

Memberof

ADVBatchControl

+
serviceClassCode: number

Same as ServiceClassCode in BatchHeader record

+

Memberof

ADVBatchControl

+
totalCredit: number

Contains accumulated Entry credit totals within the batch.

+

Memberof

ADVBatchControl

+
totalDebit: number

Contains accumulated Entry debit totals within the batch.

+

Memberof

ADVBatchControl

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.ADVEntryDetail.html b/docs/interfaces/api.ADVEntryDetail.html index 89d226e..a4b633d 100644 --- a/docs/interfaces/api.ADVEntryDetail.html +++ b/docs/interfaces/api.ADVEntryDetail.html @@ -1,319 +1,53 @@ -ADVEntryDetail | ach-node-sdk
-
- -
-
-
-
- -

Interface ADVEntryDetail

-
-
-

Export

ADVEntryDetail

-
-
-

Hierarchy

-
    -
  • ADVEntryDetail
-
-
-
- -
-
-

Properties

-
- -
DFIAccountNumber: string
-

The receiver's bank account number you are crediting/debiting. It important to note that this is an alphanumeric field, so it's space padded, not zero padded

-
-
-

Memberof

ADVEntryDetail

-
-
- -
RDFIIdentification: string
-

RDFI's routing number without the last digit.

-
-
-

Memberof

ADVEntryDetail

-
-
- -
achOperatorData?: string
-

Information related to the ACH opreator

-
-
-

Memberof

ADVEntryDetail

-
-
- -
achOperatorRoutingNumber: string
-

Routing number for ACH Operator

-
-
-

Memberof

ADVEntryDetail

-
-
- -
addenda99?: Addenda99[]
-

Addenda99 record for the ADV Entry Detail

-
-
-

Memberof

ADVEntryDetail

-
-
- -
addendaRecordIndicator?: number
-

AddendaRecordIndicator indicates the existence of an Addenda Record. A value of "1" indicates that one or more addenda records follow, and "0" means no such record is present.

-
-
-

Memberof

ADVEntryDetail

-
-
- -
adviceRoutingNumber: string
-

Suggested routing number to use

-
-
-

Memberof

ADVEntryDetail

-
-
- -
amount: number
-

Number of cents you are debiting/crediting this account

-
-
-

Memberof

ADVEntryDetail

-
-
- -
category?: string
-

Category defines if the entry is a Forward, Return, or NOC

-
-
-

Memberof

ADVEntryDetail

-
-
- -
checkDigit: string
-

Last digit in RDFI routing number.

-
-
-

Memberof

ADVEntryDetail

-
-
- -
discretionaryData?: string
-

DiscretionaryData allows ODFIs to include codes, of significance only to them, to enable specialized handling of the entry. There will be no standardized interpretation for the value of this field. It can either be a single two-character code, or two distinct one-character codes, according to the needs of the ODFI and/or Originator involved. This field must be returned intact for any returned entry. WEB uses the Discretionary Data Field as the Payment Type Code.

-
-
-

Memberof

ADVEntryDetail

-
-
- -
fileIdentification?: string
-

Unique identifier for the File

-
-
-

Memberof

ADVEntryDetail

-
-
- -
id?: string
-

Entry Detail ID

-
-
-

Memberof

ADVEntryDetail

-
-
- -
individualName: string
-

The name of the receiver, usually the name on the bank account

-
-
-

Memberof

ADVEntryDetail

-
-
- -
julianDay?: number
-

Julian Day of the year

-
-
-

Memberof

ADVEntryDetail

-
-
- -
sequenceNumber: number
-

SequenceNumber is consecutively assigned to each Addenda05 Record following an Entry Detail Record. The first Addenda05 sequence number must always be a 1.

-
-
-

Memberof

ADVEntryDetail

-
-
- -
transactionCode: number
-

TransactionCode representing Accounting Entries: 81 - Credit for ACH debits originated | 82 - Debit for ACH credits originated | 83 - Credit for ACH credits received | 84 - Debit for ACH debits received | 85 - Credit for ACH credits in rejected batches | 86 - Debit for ACH debits in rejected batches | 87 - Summary credit for respondent ACH activity | 88 - Summary debit for respondent ACH activity

-
-
-

Memberof

ADVEntryDetail

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ADVEntryDetail | ach-node-sdk

Interface ADVEntryDetail

Export

ADVEntryDetail

+
interface ADVEntryDetail {
    DFIAccountNumber: string;
    RDFIIdentification: string;
    achOperatorData?: string;
    achOperatorRoutingNumber: string;
    addenda99?: Addenda99[];
    addendaRecordIndicator?: number;
    adviceRoutingNumber: string;
    amount: number;
    category?: string;
    checkDigit: string;
    discretionaryData?: string;
    fileIdentification?: string;
    id?: string;
    individualName: string;
    julianDay?: number;
    sequenceNumber: number;
    transactionCode: number;
}

Properties

DFIAccountNumber: string

The receiver's bank account number you are crediting/debiting. It important to note that this is an alphanumeric field, so it's space padded, not zero padded

+

Memberof

ADVEntryDetail

+
RDFIIdentification: string

RDFI's routing number without the last digit.

+

Memberof

ADVEntryDetail

+
achOperatorData?: string

Information related to the ACH opreator

+

Memberof

ADVEntryDetail

+
achOperatorRoutingNumber: string

Routing number for ACH Operator

+

Memberof

ADVEntryDetail

+
addenda99?: Addenda99[]

Addenda99 record for the ADV Entry Detail

+

Memberof

ADVEntryDetail

+
addendaRecordIndicator?: number

AddendaRecordIndicator indicates the existence of an Addenda Record. A value of "1" indicates that one or more addenda records follow, and "0" means no such record is present.

+

Memberof

ADVEntryDetail

+
adviceRoutingNumber: string

Suggested routing number to use

+

Memberof

ADVEntryDetail

+
amount: number

Number of cents you are debiting/crediting this account

+

Memberof

ADVEntryDetail

+
category?: string

Category defines if the entry is a Forward, Return, or NOC

+

Memberof

ADVEntryDetail

+
checkDigit: string

Last digit in RDFI routing number.

+

Memberof

ADVEntryDetail

+
discretionaryData?: string

DiscretionaryData allows ODFIs to include codes, of significance only to them, to enable specialized handling of the entry. There will be no standardized interpretation for the value of this field. It can either be a single two-character code, or two distinct one-character codes, according to the needs of the ODFI and/or Originator involved. This field must be returned intact for any returned entry. WEB uses the Discretionary Data Field as the Payment Type Code.

+

Memberof

ADVEntryDetail

+
fileIdentification?: string

Unique identifier for the File

+

Memberof

ADVEntryDetail

+
id?: string

Entry Detail ID

+

Memberof

ADVEntryDetail

+
individualName: string

The name of the receiver, usually the name on the bank account

+

Memberof

ADVEntryDetail

+
julianDay?: number

Julian Day of the year

+

Memberof

ADVEntryDetail

+
sequenceNumber: number

SequenceNumber is consecutively assigned to each Addenda05 Record following an Entry Detail Record. The first Addenda05 sequence number must always be a 1.

+

Memberof

ADVEntryDetail

+
transactionCode: number

TransactionCode representing Accounting Entries: 81 - Credit for ACH debits originated | 82 - Debit for ACH credits originated | 83 - Credit for ACH credits received | 84 - Debit for ACH debits received | 85 - Credit for ACH credits in rejected batches | 86 - Debit for ACH debits in rejected batches | 87 - Summary credit for respondent ACH activity | 88 - Summary debit for respondent ACH activity

+

Memberof

ADVEntryDetail

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.ADVFileControl.html b/docs/interfaces/api.ADVFileControl.html index c6b0d91..ee930f1 100644 --- a/docs/interfaces/api.ADVFileControl.html +++ b/docs/interfaces/api.ADVFileControl.html @@ -1,199 +1,23 @@ -ADVFileControl | ach-node-sdk
-
- -
-
-
-
- -

Interface ADVFileControl

-
-
-

Export

ADVFileControl

-
-
-

Hierarchy

-
    -
  • ADVFileControl
-
-
-
- -
-
-

Properties

-
- -
batchCount: number
-

Count of Batches in the File

-
-
-

Memberof

ADVFileControl

-
-
- -
blockCount: number
-

Total number of records in the file (include all headers and trailer) divided by 10 (This number must be evenly divisible by 10. If not, additional records consisting of all 9's are added to the file after the initial '9' record to fill out the block 10.)

-
-
-

Memberof

ADVFileControl

-
-
- -
entryAddendaCount: number
-

Total detail and addenda records in the file

-
-
-

Memberof

ADVFileControl

-
-
- -
entryHash: number
-

Calculated in the same manner as the batch total but includes total from entire file

-
-
-

Memberof

ADVFileControl

-
-
- -
id?: string
-

ADV File Control Record

-
-
-

Memberof

ADVFileControl

-
-
- -
totalCredit: number
-

Accumulated Batch credit totals within the file.

-
-
-

Memberof

ADVFileControl

-
-
- -
totalDebit: number
-

Accumulated Batch debit totals within the file.

-
-
-

Memberof

ADVFileControl

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ADVFileControl | ach-node-sdk

Interface ADVFileControl

Export

ADVFileControl

+
interface ADVFileControl {
    batchCount: number;
    blockCount: number;
    entryAddendaCount: number;
    entryHash: number;
    id?: string;
    totalCredit: number;
    totalDebit: number;
}

Properties

batchCount: number

Count of Batches in the File

+

Memberof

ADVFileControl

+
blockCount: number

Total number of records in the file (include all headers and trailer) divided by 10 (This number must be evenly divisible by 10. If not, additional records consisting of all 9's are added to the file after the initial '9' record to fill out the block 10.)

+

Memberof

ADVFileControl

+
entryAddendaCount: number

Total detail and addenda records in the file

+

Memberof

ADVFileControl

+
entryHash: number

Calculated in the same manner as the batch total but includes total from entire file

+

Memberof

ADVFileControl

+
id?: string

ADV File Control Record

+

Memberof

ADVFileControl

+
totalCredit: number

Accumulated Batch credit totals within the file.

+

Memberof

ADVFileControl

+
totalDebit: number

Accumulated Batch debit totals within the file.

+

Memberof

ADVFileControl

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda02.html b/docs/interfaces/api.Addenda02.html index 2e802f1..8e22ae4 100644 --- a/docs/interfaces/api.Addenda02.html +++ b/docs/interfaces/api.Addenda02.html @@ -1,259 +1,38 @@ -Addenda02 | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda02

-
-
-

Export

Addenda02

-
-
-

Hierarchy

-
    -
  • Addenda02
-
-
-
- -
-
-

Properties

-
- -
authorizationCodeOrExpireDate?: string
-

Indicates the code that a card authorization center has furnished to the merchant.

-
-
-

Memberof

Addenda02

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda02

-
-
- -
referenceInformationOne?: string
-

ReferenceInformationOne may be used for additional reference numbers, identification numbers, or codes that the merchant needs to identify the particular transaction or customer.

-
-
-

Memberof

Addenda02

-
-
- -
referenceInformationTwo?: string
-

ReferenceInformationTwo may be used for additional reference numbers, identification numbers, or codes that the merchant needs to identify the particular transaction or customer.

-
-
-

Memberof

Addenda02

-
-
- -
terminalCity: string
-

Identifies the city in which the electronic terminal is located.

-
-
-

Memberof

Addenda02

-
-
- -
terminalIdentificationCode: string
-

TerminalIdentificationCode identifies an Electronic terminal with a unique code that allows a terminal owner and/or switching network to identify the terminal at which an Entry originated.

-
-
-

Memberof

Addenda02

-
-
- -
terminalLocation: string
-

Identifies the specific location of a terminal (i.e., street names of an intersection, address, etc.) in accordance with the requirements of Regulation E.

-
-
-

Memberof

Addenda02

-
-
- -
terminalState: string
-

Identifies the state in which the electronic terminal is located.

-
-
-

Memberof

Addenda02

-
-
- -
traceNumber?: string
-

Entry Detail Trace Number

-
-
-

Memberof

Addenda02

-
-
- -
transactionDate: string
-

Timestamp identifies the date on which the transaction occurred. (Format MMDD - M=Month, D=Day)

-
-
-

Memberof

Addenda02

-
-
- -
transactionSerialNumber: string
-

TransactionSerialNumber is assigned by the terminal at the time the transaction is originated. The number, with the Terminal Identification Code, serves as an audit trail for the transaction and is usually assigned in ascending sequence.

-
-
-

Memberof

Addenda02

-
-
- -
typeCode: string
-

02 - NACHA regulations

-
-
-

Memberof

Addenda02

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda02 | ach-node-sdk

Interface Addenda02

Export

Addenda02

+
interface Addenda02 {
    authorizationCodeOrExpireDate?: string;
    id?: string;
    referenceInformationOne?: string;
    referenceInformationTwo?: string;
    terminalCity: string;
    terminalIdentificationCode: string;
    terminalLocation: string;
    terminalState: string;
    traceNumber?: string;
    transactionDate: string;
    transactionSerialNumber: string;
    typeCode: string;
}

Properties

authorizationCodeOrExpireDate?: string

Indicates the code that a card authorization center has furnished to the merchant.

+

Memberof

Addenda02

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda02

+
referenceInformationOne?: string

ReferenceInformationOne may be used for additional reference numbers, identification numbers, or codes that the merchant needs to identify the particular transaction or customer.

+

Memberof

Addenda02

+
referenceInformationTwo?: string

ReferenceInformationTwo may be used for additional reference numbers, identification numbers, or codes that the merchant needs to identify the particular transaction or customer.

+

Memberof

Addenda02

+
terminalCity: string

Identifies the city in which the electronic terminal is located.

+

Memberof

Addenda02

+
terminalIdentificationCode: string

TerminalIdentificationCode identifies an Electronic terminal with a unique code that allows a terminal owner and/or switching network to identify the terminal at which an Entry originated.

+

Memberof

Addenda02

+
terminalLocation: string

Identifies the specific location of a terminal (i.e., street names of an intersection, address, etc.) in accordance with the requirements of Regulation E.

+

Memberof

Addenda02

+
terminalState: string

Identifies the state in which the electronic terminal is located.

+

Memberof

Addenda02

+
traceNumber?: string

Entry Detail Trace Number

+

Memberof

Addenda02

+
transactionDate: string

Timestamp identifies the date on which the transaction occurred. (Format MMDD - M=Month, D=Day)

+

Memberof

Addenda02

+
transactionSerialNumber: string

TransactionSerialNumber is assigned by the terminal at the time the transaction is originated. The number, with the Terminal Identification Code, serves as an audit trail for the transaction and is usually assigned in ascending sequence.

+

Memberof

Addenda02

+
typeCode: string

02 - NACHA regulations

+

Memberof

Addenda02

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda05.html b/docs/interfaces/api.Addenda05.html index 1787cc8..a671bf7 100644 --- a/docs/interfaces/api.Addenda05.html +++ b/docs/interfaces/api.Addenda05.html @@ -1,175 +1,17 @@ -Addenda05 | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda05

-
-
-

Export

Addenda05

-
-
-

Hierarchy

-
    -
  • Addenda05
-
-
-
- -
-
-

Properties

-
- -
entryDetailSequenceNumber: number
-

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

-
-
-

Memberof

Addenda05

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda05

-
-
- -
paymentRelatedInformation: string
-

Text for describing the related payment

-
-
-

Memberof

Addenda05

-
-
- -
sequenceNumber: number
-

SequenceNumber is consecutively assigned to each Addenda05 Record following an Entry Detail Record. The first Addenda05 sequence number must always be a 1.

-
-
-

Memberof

Addenda05

-
-
- -
typeCode: string
-

05 - NACHA regulations

-
-
-

Memberof

Addenda05

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda05 | ach-node-sdk

Interface Addenda05

Export

Addenda05

+
interface Addenda05 {
    entryDetailSequenceNumber: number;
    id?: string;
    paymentRelatedInformation: string;
    sequenceNumber: number;
    typeCode: string;
}

Properties

entryDetailSequenceNumber: number

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

+

Memberof

Addenda05

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda05

+
paymentRelatedInformation: string

Text for describing the related payment

+

Memberof

Addenda05

+
sequenceNumber: number

SequenceNumber is consecutively assigned to each Addenda05 Record following an Entry Detail Record. The first Addenda05 sequence number must always be a 1.

+

Memberof

Addenda05

+
typeCode: string

05 - NACHA regulations

+

Memberof

Addenda05

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda10.html b/docs/interfaces/api.Addenda10.html index 102ae09..f18db16 100644 --- a/docs/interfaces/api.Addenda10.html +++ b/docs/interfaces/api.Addenda10.html @@ -1,199 +1,23 @@ -Addenda10 | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda10

-
-
-

Export

Addenda10

-
-
-

Hierarchy

-
    -
  • Addenda10
-
-
-
- -
-
-

Properties

-
- -
entryDetailSequenceNumber: number
-

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

-
-
-

Memberof

Addenda10

-
-
- -
foreignPaymentAmount: number
-

For inbound IAT payments this field should contain the USD amount or may be blank.

-
-
-

Memberof

Addenda10

-
-
- -
foreignTraceNumber?: string
-

Trace number

-
-
-

Memberof

Addenda10

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda10

-
-
- -
name: string
-

Receiving Company Name/Individual Name

-
-
-

Memberof

Addenda10

-
-
- -
transactionTypeCode?: string
-

Describes the type of payment: 'ANN' = Annuity | 'BUS' = Business/Commercial | 'DEP' = Deposit | 'LOA' = Loan | 'MIS' = Miscellaneous | 'MOR' = Mortgage | 'PEN' = Pension | 'RLS' = Rent/Lease | 'REM' = Remittance2 | 'SAL' = Salary/Payroll | 'TAX' = Tax | 'TEL' = Telephone-Initiated Transaction | 'WEB' = Internet-Initiated Transaction | 'ARC' = Accounts Receivable Entry | 'BOC' = Back Office Conversion Entry | 'POP' = Point of Purchase Entry | 'RCK' = Re-presented Check Entry

-
-
-

Memberof

Addenda10

-
-
- -
typeCode: string
-

10 - NACHA regulations

-
-
-

Memberof

Addenda10

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda10 | ach-node-sdk

Interface Addenda10

Export

Addenda10

+
interface Addenda10 {
    entryDetailSequenceNumber: number;
    foreignPaymentAmount: number;
    foreignTraceNumber?: string;
    id?: string;
    name: string;
    transactionTypeCode?: string;
    typeCode: string;
}

Properties

entryDetailSequenceNumber: number

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

+

Memberof

Addenda10

+
foreignPaymentAmount: number

For inbound IAT payments this field should contain the USD amount or may be blank.

+

Memberof

Addenda10

+
foreignTraceNumber?: string

Trace number

+

Memberof

Addenda10

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda10

+
name: string

Receiving Company Name/Individual Name

+

Memberof

Addenda10

+
transactionTypeCode?: string

Describes the type of payment: 'ANN' = Annuity | 'BUS' = Business/Commercial | 'DEP' = Deposit | 'LOA' = Loan | 'MIS' = Miscellaneous | 'MOR' = Mortgage | 'PEN' = Pension | 'RLS' = Rent/Lease | 'REM' = Remittance2 | 'SAL' = Salary/Payroll | 'TAX' = Tax | 'TEL' = Telephone-Initiated Transaction | 'WEB' = Internet-Initiated Transaction | 'ARC' = Accounts Receivable Entry | 'BOC' = Back Office Conversion Entry | 'POP' = Point of Purchase Entry | 'RCK' = Re-presented Check Entry

+

Memberof

Addenda10

+
typeCode: string

10 - NACHA regulations

+

Memberof

Addenda10

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda11.html b/docs/interfaces/api.Addenda11.html index d41ec4d..f652470 100644 --- a/docs/interfaces/api.Addenda11.html +++ b/docs/interfaces/api.Addenda11.html @@ -1,175 +1,17 @@ -Addenda11 | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda11

-
-
-

Export

Addenda11

-
-
-

Hierarchy

-
    -
  • Addenda11
-
-
-
- -
-
-

Properties

-
- -
entryDetailSequenceNumber: number
-

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

-
-
-

Memberof

Addenda11

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda11

-
-
- -
originatorName: string
-

Originator's name (your company name / name)

-
-
-

Memberof

Addenda11

-
-
- -
originatorStreetAddress: string
-

Originator's street address

-
-
-

Memberof

Addenda11

-
-
- -
typeCode: string
-

11 - NACHA regulations

-
-
-

Memberof

Addenda11

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda11 | ach-node-sdk

Interface Addenda11

Export

Addenda11

+
interface Addenda11 {
    entryDetailSequenceNumber: number;
    id?: string;
    originatorName: string;
    originatorStreetAddress: string;
    typeCode: string;
}

Properties

entryDetailSequenceNumber: number

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

+

Memberof

Addenda11

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda11

+
originatorName: string

Originator's name (your company name / name)

+

Memberof

Addenda11

+
originatorStreetAddress: string

Originator's street address

+

Memberof

Addenda11

+
typeCode: string

11 - NACHA regulations

+

Memberof

Addenda11

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda12.html b/docs/interfaces/api.Addenda12.html index 8430509..dbef02e 100644 --- a/docs/interfaces/api.Addenda12.html +++ b/docs/interfaces/api.Addenda12.html @@ -1,175 +1,17 @@ -Addenda12 | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda12

-
-
-

Export

Addenda12

-
-
-

Hierarchy

-
    -
  • Addenda12
-
-
-
- -
-
-

Properties

-
- -
entryDetailSequenceNumber: number
-

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

-
-
-

Memberof

Addenda12

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda12

-
-
- -
originatorCityStateProvince: string
-

Originator City & State / Province Data elements City and State / Province should be separated with an asterisk (*) as a delimiter and the field should end with a backslash (\\).

-
-
-

Memberof

Addenda12

-
-
- -
originatorCountryPostalCode: string
-

Originator Country & Postal Code Data elements must be separated by an asterisk (*) and must end with a backslash (\\).

-
-
-

Memberof

Addenda12

-
-
- -
typeCode: string
-

12 - NACHA regulations

-
-
-

Memberof

Addenda12

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda12 | ach-node-sdk

Interface Addenda12

Export

Addenda12

+
interface Addenda12 {
    entryDetailSequenceNumber: number;
    id?: string;
    originatorCityStateProvince: string;
    originatorCountryPostalCode: string;
    typeCode: string;
}

Properties

entryDetailSequenceNumber: number

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

+

Memberof

Addenda12

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda12

+
originatorCityStateProvince: string

Originator City & State / Province Data elements City and State / Province should be separated with an asterisk (*) as a delimiter and the field should end with a backslash (\\).

+

Memberof

Addenda12

+
originatorCountryPostalCode: string

Originator Country & Postal Code Data elements must be separated by an asterisk (*) and must end with a backslash (\\).

+

Memberof

Addenda12

+
typeCode: string

12 - NACHA regulations

+

Memberof

Addenda12

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda13.html b/docs/interfaces/api.Addenda13.html index f626f14..561eb31 100644 --- a/docs/interfaces/api.Addenda13.html +++ b/docs/interfaces/api.Addenda13.html @@ -1,199 +1,23 @@ -Addenda13 | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda13

-
-
-

Export

Addenda13

-
-
-

Hierarchy

-
    -
  • Addenda13
-
-
-
- -
-
-

Properties

-
- -
ODFIBranchCountryCode: string
-

Originating DFI Branch Country Code: USb = United States //("b" indicates a blank space) For Inbound IATs: This 3 position field contains a 2-character code as approved by the International Organization for Standardization (ISO) used to identify the country in which the branch of the bank that originated the entry is located. Values for other countries can be found on the International Organization for Standardization website: www.iso.org.

-
-
-

Memberof

Addenda13

-
-
- -
ODFIIDNumberQualifier: string
-

Originating DFI Identification Number Qualifier. For Inbound IATs: The 2-digit code that identifies the numbering scheme used in the Foreign DFI Identification Number field: '01' = National Clearing System | '02' = BIC Code | '03' = IBAN Code

-
-
-

Memberof

Addenda13

-
-
- -
ODFIIdentification?: string
-

Originating DFI Identification. This field contains the routing number that identifies the U.S. ODFI initiating the entry. For Inbound IATs: This field contains the bank ID number of the Foreign Bank providing funding for the payment transaction.

-
-
-

Memberof

Addenda13

-
-
- -
ODFIName: string
-

Originating DFI Name For Outbound IAT Entries, this field must contain the name of the U.S. ODFI. For Inbound IATs: Name of the foreign bank providing funding for the payment transaction

-
-
-

Memberof

Addenda13

-
-
- -
entryDetailSequenceNumber: number
-

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

-
-
-

Memberof

Addenda13

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda13

-
-
- -
typeCode: string
-

13 - NACHA regulations

-
-
-

Memberof

Addenda13

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda13 | ach-node-sdk

Interface Addenda13

Export

Addenda13

+
interface Addenda13 {
    ODFIBranchCountryCode: string;
    ODFIIDNumberQualifier: string;
    ODFIIdentification?: string;
    ODFIName: string;
    entryDetailSequenceNumber: number;
    id?: string;
    typeCode: string;
}

Properties

ODFIBranchCountryCode: string

Originating DFI Branch Country Code: USb = United States //("b" indicates a blank space) For Inbound IATs: This 3 position field contains a 2-character code as approved by the International Organization for Standardization (ISO) used to identify the country in which the branch of the bank that originated the entry is located. Values for other countries can be found on the International Organization for Standardization website: www.iso.org.

+

Memberof

Addenda13

+
ODFIIDNumberQualifier: string

Originating DFI Identification Number Qualifier. For Inbound IATs: The 2-digit code that identifies the numbering scheme used in the Foreign DFI Identification Number field: '01' = National Clearing System | '02' = BIC Code | '03' = IBAN Code

+

Memberof

Addenda13

+
ODFIIdentification?: string

Originating DFI Identification. This field contains the routing number that identifies the U.S. ODFI initiating the entry. For Inbound IATs: This field contains the bank ID number of the Foreign Bank providing funding for the payment transaction.

+

Memberof

Addenda13

+
ODFIName: string

Originating DFI Name For Outbound IAT Entries, this field must contain the name of the U.S. ODFI. For Inbound IATs: Name of the foreign bank providing funding for the payment transaction

+

Memberof

Addenda13

+
entryDetailSequenceNumber: number

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

+

Memberof

Addenda13

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda13

+
typeCode: string

13 - NACHA regulations

+

Memberof

Addenda13

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda14.html b/docs/interfaces/api.Addenda14.html index 8c84681..6241377 100644 --- a/docs/interfaces/api.Addenda14.html +++ b/docs/interfaces/api.Addenda14.html @@ -1,199 +1,23 @@ -Addenda14 | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda14

-
-
-

Export

Addenda14

-
-
-

Hierarchy

-
    -
  • Addenda14
-
-
-
- -
-
-

Properties

-
- -
RDFIBranchCountryCode: string
-

Receiving DFI Branch Country Code USb" = United States ("b" indicates a blank space) This 3 position field contains a 2-character code as approved by the International Organization for Standardization (ISO) used to identify the country in which the branch of the bank that receives the entry is located. Values for other countries can be found on the International Organization for Standardization website: www.iso.org

-
-
-

Memberof

Addenda14

-
-
- -
RDFIIDNumberQualifier: string
-

Receiving DFI Identification Number Qualifier. The 2-digit code that identifies the numbering scheme used in the Receiving DFI Identification Number field: '01' = National Clearing System | '02' = BIC Code | '03' = IBAN Code

-
-
-

Memberof

Addenda14

-
-
- -
RDFIIdentification: string
-

This field contains the bank identification number of the DFI at which the Receiver maintains his account.

-
-
-

Memberof

Addenda14

-
-
- -
RDFIName: string
-

Name of the Receiver bank

-
-
-

Memberof

Addenda14

-
-
- -
entryDetailSequenceNumber: number
-

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

-
-
-

Memberof

Addenda14

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda14

-
-
- -
typeCode: string
-

14 - NACHA regulations

-
-
-

Memberof

Addenda14

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda14 | ach-node-sdk

Interface Addenda14

Export

Addenda14

+
interface Addenda14 {
    RDFIBranchCountryCode: string;
    RDFIIDNumberQualifier: string;
    RDFIIdentification: string;
    RDFIName: string;
    entryDetailSequenceNumber: number;
    id?: string;
    typeCode: string;
}

Properties

RDFIBranchCountryCode: string

Receiving DFI Branch Country Code USb" = United States ("b" indicates a blank space) This 3 position field contains a 2-character code as approved by the International Organization for Standardization (ISO) used to identify the country in which the branch of the bank that receives the entry is located. Values for other countries can be found on the International Organization for Standardization website: www.iso.org

+

Memberof

Addenda14

+
RDFIIDNumberQualifier: string

Receiving DFI Identification Number Qualifier. The 2-digit code that identifies the numbering scheme used in the Receiving DFI Identification Number field: '01' = National Clearing System | '02' = BIC Code | '03' = IBAN Code

+

Memberof

Addenda14

+
RDFIIdentification: string

This field contains the bank identification number of the DFI at which the Receiver maintains his account.

+

Memberof

Addenda14

+
RDFIName: string

Name of the Receiver bank

+

Memberof

Addenda14

+
entryDetailSequenceNumber: number

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

+

Memberof

Addenda14

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda14

+
typeCode: string

14 - NACHA regulations

+

Memberof

Addenda14

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda15.html b/docs/interfaces/api.Addenda15.html index 88d9d22..7089929 100644 --- a/docs/interfaces/api.Addenda15.html +++ b/docs/interfaces/api.Addenda15.html @@ -1,175 +1,17 @@ -Addenda15 | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda15

-
-
-

Export

Addenda15

-
-
-

Hierarchy

-
    -
  • Addenda15
-
-
-
- -
-
-

Properties

-
- -
entryDetailSequenceNumber: number
-

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

-
-
-

Memberof

Addenda15

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda15

-
-
- -
receiverIDNumber?: string
-

Receiver Identification Number contains the accounting number by which the Originator is known to the Receiver for descriptive purposes. NACHA Rules recommend but do not require the RDFI to print the contents of this field on the receiver's statement.

-
-
-

Memberof

Addenda15

-
-
- -
receiverStreetAddress: string
-

Receiver's physical address

-
-
-

Memberof

Addenda15

-
-
- -
typeCode: string
-

15 - NACHA regulations

-
-
-

Memberof

Addenda15

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda15 | ach-node-sdk

Interface Addenda15

Export

Addenda15

+
interface Addenda15 {
    entryDetailSequenceNumber: number;
    id?: string;
    receiverIDNumber?: string;
    receiverStreetAddress: string;
    typeCode: string;
}

Properties

entryDetailSequenceNumber: number

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

+

Memberof

Addenda15

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda15

+
receiverIDNumber?: string

Receiver Identification Number contains the accounting number by which the Originator is known to the Receiver for descriptive purposes. NACHA Rules recommend but do not require the RDFI to print the contents of this field on the receiver's statement.

+

Memberof

Addenda15

+
receiverStreetAddress: string

Receiver's physical address

+

Memberof

Addenda15

+
typeCode: string

15 - NACHA regulations

+

Memberof

Addenda15

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda16.html b/docs/interfaces/api.Addenda16.html index 993a9c9..2f7832d 100644 --- a/docs/interfaces/api.Addenda16.html +++ b/docs/interfaces/api.Addenda16.html @@ -1,175 +1,17 @@ -Addenda16 | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda16

-
-
-

Export

Addenda16

-
-
-

Hierarchy

-
    -
  • Addenda16
-
-
-
- -
-
-

Properties

-
- -
entryDetailSequenceNumber: number
-

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

-
-
-

Memberof

Addenda16

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda16

-
-
- -
receiverCityStateProvince: string
-

Receiver City & State / Province Data elements City and State / Province should be separated with an asterisk (*) as a delimiter and the field should end with a backslash (\\).

-
-
-

Memberof

Addenda16

-
-
- -
receiverCountryPostalCode: string
-

Receiver Country & Postal Code Data elements must be separated by an asterisk (*) and must end with a backslash (\\).

-
-
-

Memberof

Addenda16

-
-
- -
typeCode: string
-

16 - NACHA regulations

-
-
-

Memberof

Addenda16

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda16 | ach-node-sdk

Interface Addenda16

Export

Addenda16

+
interface Addenda16 {
    entryDetailSequenceNumber: number;
    id?: string;
    receiverCityStateProvince: string;
    receiverCountryPostalCode: string;
    typeCode: string;
}

Properties

entryDetailSequenceNumber: number

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

+

Memberof

Addenda16

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda16

+
receiverCityStateProvince: string

Receiver City & State / Province Data elements City and State / Province should be separated with an asterisk (*) as a delimiter and the field should end with a backslash (\\).

+

Memberof

Addenda16

+
receiverCountryPostalCode: string

Receiver Country & Postal Code Data elements must be separated by an asterisk (*) and must end with a backslash (\\).

+

Memberof

Addenda16

+
typeCode: string

16 - NACHA regulations

+

Memberof

Addenda16

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda17.html b/docs/interfaces/api.Addenda17.html index e0708d4..fcb8570 100644 --- a/docs/interfaces/api.Addenda17.html +++ b/docs/interfaces/api.Addenda17.html @@ -1,175 +1,17 @@ -Addenda17 | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda17

-
-
-

Export

Addenda17

-
-
-

Hierarchy

-
    -
  • Addenda17
-
-
-
- -
-
-

Properties

-
- -
entryDetailSequenceNumber: number
-

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

-
-
-

Memberof

Addenda17

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda17

-
-
- -
paymentRelatedInformation: string
-

Additional information related to the payment

-
-
-

Memberof

Addenda17

-
-
- -
sequenceNumber: number
-

SequenceNumber is consecutively assigned to each Addenda17 Record following an Entry Detail Record. The first Addenda17 sequence number must always be a 1.

-
-
-

Memberof

Addenda17

-
-
- -
typeCode: string
-

17 - NACHA regulations

-
-
-

Memberof

Addenda17

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda17 | ach-node-sdk

Interface Addenda17

Export

Addenda17

+
interface Addenda17 {
    entryDetailSequenceNumber: number;
    id?: string;
    paymentRelatedInformation: string;
    sequenceNumber: number;
    typeCode: string;
}

Properties

entryDetailSequenceNumber: number

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

+

Memberof

Addenda17

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda17

+
paymentRelatedInformation: string

Additional information related to the payment

+

Memberof

Addenda17

+
sequenceNumber: number

SequenceNumber is consecutively assigned to each Addenda17 Record following an Entry Detail Record. The first Addenda17 sequence number must always be a 1.

+

Memberof

Addenda17

+
typeCode: string

17 - NACHA regulations

+

Memberof

Addenda17

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda18.html b/docs/interfaces/api.Addenda18.html index 0f6a328..e864e7e 100644 --- a/docs/interfaces/api.Addenda18.html +++ b/docs/interfaces/api.Addenda18.html @@ -1,211 +1,26 @@ -Addenda18 | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda18

-
-
-

Export

Addenda18

-
-
-

Hierarchy

-
    -
  • Addenda18
-
-
-
- -
-
-

Properties

-
- -
entryDetailSequenceNumber: number
-

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

-
-
-

Memberof

Addenda18

-
-
- -
foreignCorrespondentBankBranchCountryCode: string
-

Foreign Correspondent Bank Branch Country Code contains the two-character code, as approved by the International Organization for Standardization (ISO), to identify the country in which the branch of the Foreign Correspondent Bank is located. Values can be found on the International Organization for Standardization website: www.iso.org

-
-
-

Memberof

Addenda18

-
-
- -
foreignCorrespondentBankIDNumber: string
-

Foreign Correspondent Bank Identification Number contains the bank ID number of the Foreign Correspondent Bank

-
-
-

Memberof

Addenda18

-
-
- -
foreignCorrespondentBankIDNumberQualifier?: string
-

Foreign Correspondent Bank Identification Number Qualifier contains a 2-digit code that identifies the numbering scheme used in the Foreign Correspondent Bank Identification Number field. Code values for this field are: "01" = National Clearing System | "02" = BIC Code | "03" = IBAN Code

-
-
-

Memberof

Addenda18

-
-
- -
foreignCorrespondentBankName: string
-

Name of the Foreign Correspondent Bank

-
-
-

Memberof

Addenda18

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda18

-
-
- -
sequenceNumber: number
-

SequenceNumber is consecutively assigned to each Addenda17 Record following an Entry Detail Record. The first Addenda17 sequence number must always be a 1.

-
-
-

Memberof

Addenda18

-
-
- -
typeCode: string
-

18 - NACHA regulations

-
-
-

Memberof

Addenda18

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda18 | ach-node-sdk

Interface Addenda18

Export

Addenda18

+
interface Addenda18 {
    entryDetailSequenceNumber: number;
    foreignCorrespondentBankBranchCountryCode: string;
    foreignCorrespondentBankIDNumber: string;
    foreignCorrespondentBankIDNumberQualifier?: string;
    foreignCorrespondentBankName: string;
    id?: string;
    sequenceNumber: number;
    typeCode: string;
}

Properties

entryDetailSequenceNumber: number

EntryDetailSequenceNumber contains the ascending sequence number section of the Entry Detail or Corporate Entry Detail Record's trace number. This number is the same as the last seven digits of the trace number of the related Entry Detail Record or Corporate Entry Detail Record.

+

Memberof

Addenda18

+
foreignCorrespondentBankBranchCountryCode: string

Foreign Correspondent Bank Branch Country Code contains the two-character code, as approved by the International Organization for Standardization (ISO), to identify the country in which the branch of the Foreign Correspondent Bank is located. Values can be found on the International Organization for Standardization website: www.iso.org

+

Memberof

Addenda18

+
foreignCorrespondentBankIDNumber: string

Foreign Correspondent Bank Identification Number contains the bank ID number of the Foreign Correspondent Bank

+

Memberof

Addenda18

+
foreignCorrespondentBankIDNumberQualifier?: string

Foreign Correspondent Bank Identification Number Qualifier contains a 2-digit code that identifies the numbering scheme used in the Foreign Correspondent Bank Identification Number field. Code values for this field are: "01" = National Clearing System | "02" = BIC Code | "03" = IBAN Code

+

Memberof

Addenda18

+
foreignCorrespondentBankName: string

Name of the Foreign Correspondent Bank

+

Memberof

Addenda18

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda18

+
sequenceNumber: number

SequenceNumber is consecutively assigned to each Addenda17 Record following an Entry Detail Record. The first Addenda17 sequence number must always be a 1.

+

Memberof

Addenda18

+
typeCode: string

18 - NACHA regulations

+

Memberof

Addenda18

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda98.html b/docs/interfaces/api.Addenda98.html index 5ec7f30..ec4181a 100644 --- a/docs/interfaces/api.Addenda98.html +++ b/docs/interfaces/api.Addenda98.html @@ -1,199 +1,23 @@ -Addenda98 | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda98

-
-
-

Export

Addenda98

-
-
-

Hierarchy

-
    -
  • Addenda98
-
-
-
- -
-
-

Properties

-
- -
changeCode: string
-

ChangeCode field contains a standard code used by an ACH Operator or RDFI to describe the reason for a change Entry.

-
-
-

Memberof

Addenda98

-
-
- -
correctedData: string
-

Correct field value of what changeCode references

-
-
-

Memberof

Addenda98

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda98

-
-
- -
originalDFI: string
-

The Receiving DFI Identification (addenda.RDFIIdentification) as originally included on the forward Entry or Prenotification that the RDFI is returning or correcting.

-
-
-

Memberof

Addenda98

-
-
- -
originalTrace: string
-

OriginalTrace This field contains the Trace Number as originally included on the forward Entry or Prenotification. The RDFI must include the Original Entry Trace Number in the Addenda Record of an Entry being returned to an ODFI, in the Addenda Record of an 98, within an Acknowledgment Entry, or with an RDFI request for a copy of an authorization.

-
-
-

Memberof

Addenda98

-
-
- -
traceNumber?: string
-

Entry Detail Trace Number

-
-
-

Memberof

Addenda98

-
-
- -
typeCode: string
-

98 - NACHA regulations

-
-
-

Memberof

Addenda98

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda98 | ach-node-sdk

Interface Addenda98

Export

Addenda98

+
interface Addenda98 {
    changeCode: string;
    correctedData: string;
    id?: string;
    originalDFI: string;
    originalTrace: string;
    traceNumber?: string;
    typeCode: string;
}

Properties

changeCode: string

ChangeCode field contains a standard code used by an ACH Operator or RDFI to describe the reason for a change Entry.

+

Memberof

Addenda98

+
correctedData: string

Correct field value of what changeCode references

+

Memberof

Addenda98

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda98

+
originalDFI: string

The Receiving DFI Identification (addenda.RDFIIdentification) as originally included on the forward Entry or Prenotification that the RDFI is returning or correcting.

+

Memberof

Addenda98

+
originalTrace: string

OriginalTrace This field contains the Trace Number as originally included on the forward Entry or Prenotification. The RDFI must include the Original Entry Trace Number in the Addenda Record of an Entry being returned to an ODFI, in the Addenda Record of an 98, within an Acknowledgment Entry, or with an RDFI request for a copy of an authorization.

+

Memberof

Addenda98

+
traceNumber?: string

Entry Detail Trace Number

+

Memberof

Addenda98

+
typeCode: string

98 - NACHA regulations

+

Memberof

Addenda98

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda98Refused.html b/docs/interfaces/api.Addenda98Refused.html index 54e7b7f..c2f6d8c 100644 --- a/docs/interfaces/api.Addenda98Refused.html +++ b/docs/interfaces/api.Addenda98Refused.html @@ -1,223 +1,29 @@ -Addenda98Refused | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda98Refused

-
-
-

Export

Addenda98Refused

-
-
-

Hierarchy

-
    -
  • Addenda98Refused
-
-
-
- -
-
-

Properties

-
- -
changeCode: string
-

ChangeCode field contains a standard code used by an ACH Operator or RDFI to describe the reason for a change Entry.

-
-
-

Memberof

Addenda98Refused

-
-
- -
correctedData: string
-

Correct field value of what changeCode references

-
-
-

Memberof

Addenda98Refused

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda98Refused

-
-
- -
originalDFI: string
-

The Receiving DFI Identification (addenda.RDFIIdentification) as originally included on the forward Entry or Prenotification that the RDFI is returning or correcting.

-
-
-

Memberof

Addenda98Refused

-
-
- -
originalTrace: string
-

OriginalTrace This field contains the Trace Number as originally included on the forward Entry or Prenotification. The RDFI must include the Original Entry Trace Number in the Addenda Record of an Entry being returned to an ODFI, in the Addenda Record of an 98, within an Acknowledgment Entry, or with an RDFI request for a copy of an authorization.

-
-
-

Memberof

Addenda98Refused

-
-
- -
refusedChangeCode: string
-

The code specifying why the Notification of Change is being refused.

-
-
-

Memberof

Addenda98Refused

-
-
- -
traceNumber: string
-

Entry Detail Trace Number

-
-
-

Memberof

Addenda98Refused

-
-
- -
traceSequenceNumber: string
-

The last seven digits of the TraceNumber in the original Notification of Change.

-
-
-

Memberof

Addenda98Refused

-
-
- -
typeCode: string
-

98 - NACHA regulations

-
-
-

Memberof

Addenda98Refused

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda98Refused | ach-node-sdk

Interface Addenda98Refused

Export

Addenda98Refused

+
interface Addenda98Refused {
    changeCode: string;
    correctedData: string;
    id?: string;
    originalDFI: string;
    originalTrace: string;
    refusedChangeCode: string;
    traceNumber: string;
    traceSequenceNumber: string;
    typeCode: string;
}

Properties

changeCode: string

ChangeCode field contains a standard code used by an ACH Operator or RDFI to describe the reason for a change Entry.

+

Memberof

Addenda98Refused

+
correctedData: string

Correct field value of what changeCode references

+

Memberof

Addenda98Refused

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda98Refused

+
originalDFI: string

The Receiving DFI Identification (addenda.RDFIIdentification) as originally included on the forward Entry or Prenotification that the RDFI is returning or correcting.

+

Memberof

Addenda98Refused

+
originalTrace: string

OriginalTrace This field contains the Trace Number as originally included on the forward Entry or Prenotification. The RDFI must include the Original Entry Trace Number in the Addenda Record of an Entry being returned to an ODFI, in the Addenda Record of an 98, within an Acknowledgment Entry, or with an RDFI request for a copy of an authorization.

+

Memberof

Addenda98Refused

+
refusedChangeCode: string

The code specifying why the Notification of Change is being refused.

+

Memberof

Addenda98Refused

+
traceNumber: string

Entry Detail Trace Number

+

Memberof

Addenda98Refused

+
traceSequenceNumber: string

The last seven digits of the TraceNumber in the original Notification of Change.

+

Memberof

Addenda98Refused

+
typeCode: string

98 - NACHA regulations

+

Memberof

Addenda98Refused

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda99.html b/docs/interfaces/api.Addenda99.html index 1c38b8e..684bf53 100644 --- a/docs/interfaces/api.Addenda99.html +++ b/docs/interfaces/api.Addenda99.html @@ -1,211 +1,26 @@ -Addenda99 | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda99

-
-
-

Export

Addenda99

-
-
-

Hierarchy

-
    -
  • Addenda99
-
-
-
- -
-
-

Properties

-
- -
addendaInformation?: string
-

Information related to the return

-
-
-

Memberof

Addenda99

-
-
- -
dateOfDeath: string
-

The field date of death is to be supplied on Entries being returned for reason of death (return reason codes R14 and R15). (Format YYMMDD - Y=Year, M=Month, D=Day)

-
-
-

Memberof

Addenda99

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda99

-
-
- -
originalDFI: string
-

Contains the Receiving DFI Identification (addenda.RDFIIdentification) as originally included on the forward Entry or Prenotification that the RDFI is returning or correcting.

-
-
-

Memberof

Addenda99

-
-
- -
originalTrace: string
-

OriginalTrace This field contains the Trace Number as originally included on the forward Entry or Prenotification. The RDFI must include the Original Entry Trace Number in the Addenda Record of an Entry being returned to an ODFI, in the Addenda Record of an 98, within an Acknowledgment Entry, or with an RDFI request for a copy of an authorization.

-
-
-

Memberof

Addenda99

-
-
- -
returnCode: string
-

Standard code used by an ACH Operator or RDFI to describe the reason for returning an Entry.

-
-
-

Memberof

Addenda99

-
-
- -
traceNumber?: string
-

Matches the Entry Detail Trace Number of the entry being returned.

-
-
-

Memberof

Addenda99

-
-
- -
typeCode: string
-

99 - NACHA regulations

-
-
-

Memberof

Addenda99

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda99 | ach-node-sdk

Interface Addenda99

Export

Addenda99

+
interface Addenda99 {
    addendaInformation?: string;
    dateOfDeath: string;
    id?: string;
    originalDFI: string;
    originalTrace: string;
    returnCode: string;
    traceNumber?: string;
    typeCode: string;
}

Properties

addendaInformation?: string

Information related to the return

+

Memberof

Addenda99

+
dateOfDeath: string

The field date of death is to be supplied on Entries being returned for reason of death (return reason codes R14 and R15). (Format YYMMDD - Y=Year, M=Month, D=Day)

+

Memberof

Addenda99

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda99

+
originalDFI: string

Contains the Receiving DFI Identification (addenda.RDFIIdentification) as originally included on the forward Entry or Prenotification that the RDFI is returning or correcting.

+

Memberof

Addenda99

+
originalTrace: string

OriginalTrace This field contains the Trace Number as originally included on the forward Entry or Prenotification. The RDFI must include the Original Entry Trace Number in the Addenda Record of an Entry being returned to an ODFI, in the Addenda Record of an 98, within an Acknowledgment Entry, or with an RDFI request for a copy of an authorization.

+

Memberof

Addenda99

+
returnCode: string

Standard code used by an ACH Operator or RDFI to describe the reason for returning an Entry.

+

Memberof

Addenda99

+
traceNumber?: string

Matches the Entry Detail Trace Number of the entry being returned.

+

Memberof

Addenda99

+
typeCode: string

99 - NACHA regulations

+

Memberof

Addenda99

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda99Contested.html b/docs/interfaces/api.Addenda99Contested.html index ac4611e..eb39a41 100644 --- a/docs/interfaces/api.Addenda99Contested.html +++ b/docs/interfaces/api.Addenda99Contested.html @@ -1,283 +1,44 @@ -Addenda99Contested | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda99Contested

-
-
-

Export

Addenda99Contested

-
-
-

Hierarchy

-
    -
  • Addenda99Contested
-
-
-
- -
-
-

Properties

-
- -
contestedReturnCode: string
-

return code explaining the contested dishonorment

-
-
-

Memberof

Addenda99Contested

-
-
- -
dateOriginalEntryReturned: string
-

Date original entry was returned

-
-
-

Memberof

Addenda99Contested

-
-
- -
dishonoredReturnReasonCode: string
-

Return reason code of the Dishonored Return

-
-
-

Memberof

Addenda99Contested

-
-
- -
dishonoredReturnSettlementDate: string
-

Settlement date of the Dishonored Return

-
-
-

Memberof

Addenda99Contested

-
-
- -
dishonoredReturnTraceNumber: string
-

Trace number from Dishonored Return

-
-
-

Memberof

Addenda99Contested

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda99Contested

-
-
- -
originalEntryTraceNumber: string
-

Trace Number of the original entry being returned.

-
-
-

Memberof

Addenda99Contested

-
-
- -
originalReceivingDFIIdentification: string
-

Identification of the Original Receiving Depository Institution (ODFI)

-
-
-

Memberof

Addenda99Contested

-
-
- -
originalSettlementDate: string
-

Original date of settlement

-
-
-

Memberof

Addenda99Contested

-
-
- -
returnReasonCode: string
-

Return reason code

-
-
-

Memberof

Addenda99Contested

-
-
- -
returnSettlementDate: string
-

Return settlement date

-
-
-

Memberof

Addenda99Contested

-
-
- -
returnTraceNumber: string
-

Return trace number

-
-
-

Memberof

Addenda99Contested

-
-
- -
traceNumber: string
-

Unique Trace Number for the contested dishonored return

-
-
-

Memberof

Addenda99Contested

-
-
- -
typeCode: string
-

99 - NACHA regulations

-
-
-

Memberof

Addenda99Contested

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda99Contested | ach-node-sdk

Interface Addenda99Contested

Export

Addenda99Contested

+
interface Addenda99Contested {
    contestedReturnCode: string;
    dateOriginalEntryReturned: string;
    dishonoredReturnReasonCode: string;
    dishonoredReturnSettlementDate: string;
    dishonoredReturnTraceNumber: string;
    id?: string;
    originalEntryTraceNumber: string;
    originalReceivingDFIIdentification: string;
    originalSettlementDate: string;
    returnReasonCode: string;
    returnSettlementDate: string;
    returnTraceNumber: string;
    traceNumber: string;
    typeCode: string;
}

Properties

contestedReturnCode: string

return code explaining the contested dishonorment

+

Memberof

Addenda99Contested

+
dateOriginalEntryReturned: string

Date original entry was returned

+

Memberof

Addenda99Contested

+
dishonoredReturnReasonCode: string

Return reason code of the Dishonored Return

+

Memberof

Addenda99Contested

+
dishonoredReturnSettlementDate: string

Settlement date of the Dishonored Return

+

Memberof

Addenda99Contested

+
dishonoredReturnTraceNumber: string

Trace number from Dishonored Return

+

Memberof

Addenda99Contested

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda99Contested

+
originalEntryTraceNumber: string

Trace Number of the original entry being returned.

+

Memberof

Addenda99Contested

+
originalReceivingDFIIdentification: string

Identification of the Original Receiving Depository Institution (ODFI)

+

Memberof

Addenda99Contested

+
originalSettlementDate: string

Original date of settlement

+

Memberof

Addenda99Contested

+
returnReasonCode: string

Return reason code

+

Memberof

Addenda99Contested

+
returnSettlementDate: string

Return settlement date

+

Memberof

Addenda99Contested

+
returnTraceNumber: string

Return trace number

+

Memberof

Addenda99Contested

+
traceNumber: string

Unique Trace Number for the contested dishonored return

+

Memberof

Addenda99Contested

+
typeCode: string

99 - NACHA regulations

+

Memberof

Addenda99Contested

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Addenda99Dishonored.html b/docs/interfaces/api.Addenda99Dishonored.html index 80b84b6..9e7cca6 100644 --- a/docs/interfaces/api.Addenda99Dishonored.html +++ b/docs/interfaces/api.Addenda99Dishonored.html @@ -1,235 +1,32 @@ -Addenda99Dishonored | ach-node-sdk
-
- -
-
-
-
- -

Interface Addenda99Dishonored

-
-
-

Export

Addenda99Dishonored

-
-
-

Hierarchy

-
    -
  • Addenda99Dishonored
-
-
-
- -
-
-

Properties

-
- -
addendaInformation?: string
-

Additional data

-
-
-

Memberof

Addenda99Dishonored

-
-
- -
dishonoredReturnReasonCode: string
-

Return reason code of the Dishonored Return

-
-
-

Memberof

Addenda99Dishonored

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

Addenda99Dishonored

-
-
- -
originalEntryTraceNumber: string
-

Trace Number of the original entry being returned.

-
-
-

Memberof

Addenda99Dishonored

-
-
- -
originalReceivingDFIIdentification: string
-

Identification of the Original Receiving Depository Institution (ODFI)

-
-
-

Memberof

Addenda99Dishonored

-
-
- -
returnReasonCode: string
-

Return reason code

-
-
-

Memberof

Addenda99Dishonored

-
-
- -
returnSettlementDate: string
-

Return settlement date

-
-
-

Memberof

Addenda99Dishonored

-
-
- -
returnTraceNumber: string
-

Return trace number

-
-
-

Memberof

Addenda99Dishonored

-
-
- -
traceNumber?: string
-

Matches the Entry Detail Trace Number of the entry being returned.

-
-
-

Memberof

Addenda99Dishonored

-
-
- -
typeCode: string
-

99 - NACHA regulations

-
-
-

Memberof

Addenda99Dishonored

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Addenda99Dishonored | ach-node-sdk

Interface Addenda99Dishonored

Export

Addenda99Dishonored

+
interface Addenda99Dishonored {
    addendaInformation?: string;
    dishonoredReturnReasonCode: string;
    id?: string;
    originalEntryTraceNumber: string;
    originalReceivingDFIIdentification: string;
    returnReasonCode: string;
    returnSettlementDate: string;
    returnTraceNumber: string;
    traceNumber?: string;
    typeCode: string;
}

Properties

addendaInformation?: string

Additional data

+

Memberof

Addenda99Dishonored

+
dishonoredReturnReasonCode: string

Return reason code of the Dishonored Return

+

Memberof

Addenda99Dishonored

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

Addenda99Dishonored

+
originalEntryTraceNumber: string

Trace Number of the original entry being returned.

+

Memberof

Addenda99Dishonored

+
originalReceivingDFIIdentification: string

Identification of the Original Receiving Depository Institution (ODFI)

+

Memberof

Addenda99Dishonored

+
returnReasonCode: string

Return reason code

+

Memberof

Addenda99Dishonored

+
returnSettlementDate: string

Return settlement date

+

Memberof

Addenda99Dishonored

+
returnTraceNumber: string

Return trace number

+

Memberof

Addenda99Dishonored

+
traceNumber?: string

Matches the Entry Detail Trace Number of the entry being returned.

+

Memberof

Addenda99Dishonored

+
typeCode: string

99 - NACHA regulations

+

Memberof

Addenda99Dishonored

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Batch.html b/docs/interfaces/api.Batch.html index bed359a..4075728 100644 --- a/docs/interfaces/api.Batch.html +++ b/docs/interfaces/api.Batch.html @@ -1,175 +1,14 @@ -Batch | ach-node-sdk
-
- -
-
-
-
- -

Interface Batch

-
-
-

Export

Batch

-
-
-

Hierarchy

-
    -
  • Batch
-
-
-
- -
-
-

Properties

-
- -
advBatchControl?: ADVBatchControl
-
-

Memberof

Batch

-
-
- -
advEntryDetails?: ADVEntryDetail[]
-
-

Memberof

Batch

-
-
- -
batchControl: BatchControl
-
-

Memberof

Batch

-
-
- -
batchHeader: BatchHeader
-
-

Memberof

Batch

-
-
- -
entryDetails: EntryDetail[]
-
-

Memberof

Batch

-
-
- -
offset?: Offset
-
-

Memberof

Batch

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Batch | ach-node-sdk

Interface Batch

Export

Batch

+
interface Batch {
    advBatchControl?: ADVBatchControl;
    advEntryDetails?: ADVEntryDetail[];
    batchControl: BatchControl;
    batchHeader: BatchHeader;
    entryDetails: EntryDetail[];
    offset?: Offset;
}

Properties

advBatchControl?: ADVBatchControl

Memberof

Batch

+
advEntryDetails?: ADVEntryDetail[]

Memberof

Batch

+
batchControl: BatchControl

Memberof

Batch

+
batchHeader: BatchHeader

Memberof

Batch

+
entryDetails: EntryDetail[]

Memberof

Batch

+
offset?: Offset

Memberof

Batch

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.BatchControl.html b/docs/interfaces/api.BatchControl.html index 3dc5deb..54d490e 100644 --- a/docs/interfaces/api.BatchControl.html +++ b/docs/interfaces/api.BatchControl.html @@ -1,235 +1,32 @@ -BatchControl | ach-node-sdk
-
- -
-
-
-
- -

Interface BatchControl

-
-
-

Export

BatchControl

-
-
-

Hierarchy

-
    -
  • BatchControl
-
-
-
- -
-
-

Properties

-
- -
ODFIIdentification: string
-

The routing number is used to identify the DFI originating entries within a given branch.

-
-
-

Memberof

BatchControl

-
-
- -
batchNumber: number
-

BatchNumber is assigned in ascending sequence to each batch by the ODFI or its Sending Point in a given file of entries. Since the batch number in the Batch Header Record and the Batch Control Record is the same, the ascending sequence number should be assigned by batch and not by record.

-
-
-

Memberof

BatchControl

-
-
- -
companyIdentification: string
-

Alphanumeric code used to identify an Originator. The Company Identification Field must be included on all prenotification records and on each entry initiated pursuant to such prenotification. The Company ID may begin with the ANSI one-digit Identification Code Designator (ICD), followed by the identification number. Possible ICDs are the IRS Employer Identification Number (EIN) "1", Data Universal Numbering Systems (DUNS) "3", and User Assigned Number "9".

-
-
-

Memberof

BatchControl

-
-
- -
entryAddendaCount: number
-

EntryAddendaCount is a tally of each Entry Detail Record and each Addenda Record processed, within either the batch or file as appropriate.

-
-
-

Memberof

BatchControl

-
-
- -
entryHash: number
-

Validate the Receiving DFI Identification in each Entry Detail Record is hashed to provide a check against inadvertent alteration of data contents due to hardware failure or program error. In this context the Entry Hash is the sum of the corresponding fields in the Entry Detail Records on the file.

-
-
-

Memberof

BatchControl

-
-
- -
id?: string
-

Batch ID

-
-
-

Memberof

BatchControl

-
-
- -
messageAuthentication?: string
-

MAC is an eight character code derived from a special key used in conjunction with the DES algorithm. The purpose of the MAC is to validate the authenticity of ACH entries. The DES algorithm and key message standards must be in accordance with standards adopted by the American National Standards Institute. The remaining eleven characters of this field are blank.

-
-
-

Memberof

BatchControl

-
-
- -
serviceClassCode: number
-

Same as ServiceClassCode in BatchHeaderRecord

-
-
-

Memberof

BatchControl

-
-
- -
totalCredit: number
-

Contains accumulated Entry credit totals within the batch.

-
-
-

Memberof

BatchControl

-
-
- -
totalDebit: number
-

Contains accumulated Entry debit totals within the batch.

-
-
-

Memberof

BatchControl

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +BatchControl | ach-node-sdk

Interface BatchControl

Export

BatchControl

+
interface BatchControl {
    ODFIIdentification: string;
    batchNumber: number;
    companyIdentification: string;
    entryAddendaCount: number;
    entryHash: number;
    id?: string;
    messageAuthentication?: string;
    serviceClassCode: number;
    totalCredit: number;
    totalDebit: number;
}

Properties

ODFIIdentification: string

The routing number is used to identify the DFI originating entries within a given branch.

+

Memberof

BatchControl

+
batchNumber: number

BatchNumber is assigned in ascending sequence to each batch by the ODFI or its Sending Point in a given file of entries. Since the batch number in the Batch Header Record and the Batch Control Record is the same, the ascending sequence number should be assigned by batch and not by record.

+

Memberof

BatchControl

+
companyIdentification: string

Alphanumeric code used to identify an Originator. The Company Identification Field must be included on all prenotification records and on each entry initiated pursuant to such prenotification. The Company ID may begin with the ANSI one-digit Identification Code Designator (ICD), followed by the identification number. Possible ICDs are the IRS Employer Identification Number (EIN) "1", Data Universal Numbering Systems (DUNS) "3", and User Assigned Number "9".

+

Memberof

BatchControl

+
entryAddendaCount: number

EntryAddendaCount is a tally of each Entry Detail Record and each Addenda Record processed, within either the batch or file as appropriate.

+

Memberof

BatchControl

+
entryHash: number

Validate the Receiving DFI Identification in each Entry Detail Record is hashed to provide a check against inadvertent alteration of data contents due to hardware failure or program error. In this context the Entry Hash is the sum of the corresponding fields in the Entry Detail Records on the file.

+

Memberof

BatchControl

+
id?: string

Batch ID

+

Memberof

BatchControl

+
messageAuthentication?: string

MAC is an eight character code derived from a special key used in conjunction with the DES algorithm. The purpose of the MAC is to validate the authenticity of ACH entries. The DES algorithm and key message standards must be in accordance with standards adopted by the American National Standards Institute. The remaining eleven characters of this field are blank.

+

Memberof

BatchControl

+
serviceClassCode: number

Same as ServiceClassCode in BatchHeaderRecord

+

Memberof

BatchControl

+
totalCredit: number

Contains accumulated Entry credit totals within the batch.

+

Memberof

BatchControl

+
totalDebit: number

Contains accumulated Entry debit totals within the batch.

+

Memberof

BatchControl

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.BatchHeader.html b/docs/interfaces/api.BatchHeader.html index 89a5b8a..d68113a 100644 --- a/docs/interfaces/api.BatchHeader.html +++ b/docs/interfaces/api.BatchHeader.html @@ -1,271 +1,41 @@ -BatchHeader | ach-node-sdk
-
- -
-
-
-
- -

Interface BatchHeader

-
-
-

Export

BatchHeader

-
-
-

Hierarchy

-
    -
  • BatchHeader
-
-
-
- -
-
-

Properties

-
- -
ODFIIdentification: string
-

First 8 digits of the originating DFI transit routing number

-
-
-

Memberof

BatchHeader

-
-
- -
batchNumber: number
-

BatchNumber is assigned in ascending sequence to each batch by the ODFI or its Sending Point in a given file of entries. Since the batch number in the Batch Header Record and the Batch Control Record is the same, the ascending sequence number should be assigned by batch and not by record.

-
-
-

Memberof

BatchHeader

-
-
- -
companyDescriptiveDate?: string
-

The Originator establishes this field as the date it would like to see displayed to the receiver for descriptive purposes. This field is never used to control timing of any computer or manual operation. It is solely for descriptive purposes. The RDFI should not assume any specific format.

-
-
-

Memberof

BatchHeader

-
-
- -
companyDiscretionaryData?: string
-

The 9 digit FEIN number (proceeded by a predetermined alpha or numeric character) of the entity in the company name field

-
-
-

Memberof

BatchHeader

-
-
- -
companyEntryDescription?: string
-

A description of the entries contained in the batch. The Originator establishes the value of this field to provide a description of the purpose of the entry to be displayed back to the receiver. For example, "GAS BILL," "REG. SALARY," "INS. PREM,", "SOC. SEC.," "DTC," "TRADE PAY," "PURCHASE," etc. This field must contain the word "REVERSAL" (left justified) when the batch contains reversing entries. This field must contain the word "RECLAIM" (left justified) when the batch contains reclamation entries. This field must contain the word "NONSETTLED" (left justified) when the batch contains entries which could not settle.

-
-
-

Memberof

BatchHeader

-
-
- -
companyIdentification: string
-

Alphanumeric code used to identify an Originator. The Company Identification Field must be included on all prenotification records and on each entry initiated pursuant to such prenotification. The Company ID may begin with the ANSI one-digit Identification Code Designator (ICD), followed by the identification number. Possible ICDs are the IRS Employer Identification Number (EIN) "1", Data Universal Numbering Systems (DUNS) "3", or User Assigned Number "9".

-
-
-

Memberof

BatchHeader

-
-
- -
companyName: string
-

Company originating the entries in the batch

-
-
-

Memberof

BatchHeader

-
-
- -
effectiveEntryDate?: string
-

Date on which the entries are to settle. (Format YYMMDD - Y=Year, M=Month, D=Day)

-
-
-

Memberof

BatchHeader

-
-
- -
id?: string
-

A client-defined ID used as a reference to this batch

-
-
-

Memberof

BatchHeader

-
-
- -
originatorStatusCode?: number
-

ODFI initiating the Entry. | 0 - ADV File prepared by an ACH Operator. | 1 - This code identifies the Originator as a depository financial institution. | 2 - This code identifies the Originator as a Federal Government entity or agency.

-
-
-

Memberof

BatchHeader

-
-
- -
serviceClassCode: number
-

Service Class Code - Mixed Debits and Credits '200', ACH Credits Only '220', or ACH Debits Only '225'

-
-
-

Memberof

BatchHeader

-
-
- -
settlementDate?: string
-

The date the entries actually settled (this is inserted by the ACH operator)

-
-
-

Memberof

BatchHeader

-
-
- -
standardEntryClassCode: string
-

Identifies the payment type (product) found within an ACH batch using a 3-character code.

-
-
-

Memberof

BatchHeader

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +BatchHeader | ach-node-sdk

Interface BatchHeader

Export

BatchHeader

+
interface BatchHeader {
    ODFIIdentification: string;
    batchNumber: number;
    companyDescriptiveDate?: string;
    companyDiscretionaryData?: string;
    companyEntryDescription?: string;
    companyIdentification: string;
    companyName: string;
    effectiveEntryDate?: string;
    id?: string;
    originatorStatusCode?: number;
    serviceClassCode: number;
    settlementDate?: string;
    standardEntryClassCode: string;
}

Properties

ODFIIdentification: string

First 8 digits of the originating DFI transit routing number

+

Memberof

BatchHeader

+
batchNumber: number

BatchNumber is assigned in ascending sequence to each batch by the ODFI or its Sending Point in a given file of entries. Since the batch number in the Batch Header Record and the Batch Control Record is the same, the ascending sequence number should be assigned by batch and not by record.

+

Memberof

BatchHeader

+
companyDescriptiveDate?: string

The Originator establishes this field as the date it would like to see displayed to the receiver for descriptive purposes. This field is never used to control timing of any computer or manual operation. It is solely for descriptive purposes. The RDFI should not assume any specific format.

+

Memberof

BatchHeader

+
companyDiscretionaryData?: string

The 9 digit FEIN number (proceeded by a predetermined alpha or numeric character) of the entity in the company name field

+

Memberof

BatchHeader

+
companyEntryDescription?: string

A description of the entries contained in the batch. The Originator establishes the value of this field to provide a description of the purpose of the entry to be displayed back to the receiver. For example, "GAS BILL," "REG. SALARY," "INS. PREM,", "SOC. SEC.," "DTC," "TRADE PAY," "PURCHASE," etc. This field must contain the word "REVERSAL" (left justified) when the batch contains reversing entries. This field must contain the word "RECLAIM" (left justified) when the batch contains reclamation entries. This field must contain the word "NONSETTLED" (left justified) when the batch contains entries which could not settle.

+

Memberof

BatchHeader

+
companyIdentification: string

Alphanumeric code used to identify an Originator. The Company Identification Field must be included on all prenotification records and on each entry initiated pursuant to such prenotification. The Company ID may begin with the ANSI one-digit Identification Code Designator (ICD), followed by the identification number. Possible ICDs are the IRS Employer Identification Number (EIN) "1", Data Universal Numbering Systems (DUNS) "3", or User Assigned Number "9".

+

Memberof

BatchHeader

+
companyName: string

Company originating the entries in the batch

+

Memberof

BatchHeader

+
effectiveEntryDate?: string

Date on which the entries are to settle. (Format YYMMDD - Y=Year, M=Month, D=Day)

+

Memberof

BatchHeader

+
id?: string

A client-defined ID used as a reference to this batch

+

Memberof

BatchHeader

+
originatorStatusCode?: number

ODFI initiating the Entry. | 0 - ADV File prepared by an ACH Operator. | 1 - This code identifies the Originator as a depository financial institution. | 2 - This code identifies the Originator as a Federal Government entity or agency.

+

Memberof

BatchHeader

+
serviceClassCode: number

Service Class Code - Mixed Debits and Credits '200', ACH Credits Only '220', or ACH Debits Only '225'

+

Memberof

BatchHeader

+
settlementDate?: string

The date the entries actually settled (this is inserted by the ACH operator)

+

Memberof

BatchHeader

+
standardEntryClassCode: string

Identifies the payment type (product) found within an ACH batch using a 3-character code.

+

Memberof

BatchHeader

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.CreateFile.html b/docs/interfaces/api.CreateFile.html index f4a7a10..f760a4e 100644 --- a/docs/interfaces/api.CreateFile.html +++ b/docs/interfaces/api.CreateFile.html @@ -1,187 +1,17 @@ -CreateFile | ach-node-sdk
-
- -
-
-
-
- -

Interface CreateFile

-
-
-

Export

CreateFile

-
-
-

Hierarchy

-
    -
  • CreateFile
-
-
-
- -
-
-

Properties

-
- -
IATBatches?: IATBatch[]
-
-

Memberof

CreateFile

-
-
- -
advBatchControl?: ADVBatchControl
-
-

Memberof

CreateFile

-
-
- -
advEntryDetails?: ADVEntryDetail[]
-
-

Memberof

CreateFile

-
-
- -
batches?: Batch[]
-
-

Memberof

CreateFile

-
-
- -
fileControl?: FileControl
-
-

Memberof

CreateFile

-
-
- -
fileHeader: FileHeader
-
-

Memberof

CreateFile

-
-
- -
id?: string
-

File ID

-
-
-

Memberof

CreateFile

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +CreateFile | ach-node-sdk

Interface CreateFile

Export

CreateFile

+
interface CreateFile {
    IATBatches?: IATBatch[];
    advBatchControl?: ADVBatchControl;
    advEntryDetails?: ADVEntryDetail[];
    batches?: Batch[];
    fileControl?: FileControl;
    fileHeader: FileHeader;
    id?: string;
}

Properties

IATBatches?: IATBatch[]

Memberof

CreateFile

+
advBatchControl?: ADVBatchControl

Memberof

CreateFile

+
advEntryDetails?: ADVEntryDetail[]

Memberof

CreateFile

+
batches?: Batch[]

Memberof

CreateFile

+
fileControl?: FileControl

Memberof

CreateFile

+
fileHeader: FileHeader

Memberof

CreateFile

+
id?: string

File ID

+

Memberof

CreateFile

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.CreateFileResponse.html b/docs/interfaces/api.CreateFileResponse.html index c922b6f..5cc4797 100644 --- a/docs/interfaces/api.CreateFileResponse.html +++ b/docs/interfaces/api.CreateFileResponse.html @@ -1,149 +1,10 @@ -CreateFileResponse | ach-node-sdk
-
- -
-
-
-
- -

Interface CreateFileResponse

-
-
-

Export

CreateFileResponse

-
-
-

Hierarchy

-
    -
  • CreateFileResponse
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
error?: string
-

An error message describing the problem intended for humans.

-
-
-

Memberof

CreateFileResponse

-
-
- -
file?: any
-
-

Memberof

CreateFileResponse

-
-
- -
id?: string
-

File ID

-
-
-

Memberof

CreateFileResponse

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +CreateFileResponse | ach-node-sdk

Interface CreateFileResponse

Export

CreateFileResponse

+
interface CreateFileResponse {
    error?: string;
    file?: any;
    id?: string;
}

Properties

Properties

error?: string

An error message describing the problem intended for humans.

+

Memberof

CreateFileResponse

+
file?: any

Memberof

CreateFileResponse

+
id?: string

File ID

+

Memberof

CreateFileResponse

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.EntryDetail.html b/docs/interfaces/api.EntryDetail.html index 13e1aa6..17dd094 100644 --- a/docs/interfaces/api.EntryDetail.html +++ b/docs/interfaces/api.EntryDetail.html @@ -1,331 +1,53 @@ -EntryDetail | ach-node-sdk
-
- -
-
-
-
- -

Interface EntryDetail

-
-
-

Export

EntryDetail

-
-
-

Hierarchy

-
    -
  • EntryDetail
-
-
-
- -
-
-

Properties

-
- -
DFIAccountNumber: string
-

The receiver's bank account number you are crediting/debiting. It important to note that this is an alphanumeric field, so it's space padded, not zero padded

-
-
-

Memberof

EntryDetail

-
-
- -
RDFIIdentification: string
-

RDFI's routing number without the last digit.

-
-
-

Memberof

EntryDetail

-
-
- -
addenda02?: Addenda02
-
-

Memberof

EntryDetail

-
-
- -
addenda05?: Addenda05[]
-

List of Addenda05 records

-
-
-

Memberof

EntryDetail

-
-
- -
addenda98?: Addenda98
-
-

Memberof

EntryDetail

-
-
- -
addenda98Refused?: Addenda98Refused
-
-

Memberof

EntryDetail

-
-
- -
addenda99?: Addenda99
-
-

Memberof

EntryDetail

-
-
- -
addenda99Contested?: Addenda99Contested
-
-

Memberof

EntryDetail

-
-
- -
addenda99Dishonored?: Addenda99Dishonored
-
-

Memberof

EntryDetail

-
-
- -
addendaRecordIndicator?: number
-

AddendaRecordIndicator indicates the existence of an Addenda Record. A value of "1" indicates that one or more addenda records follow, and "0" means no such record is present.

-
-
-

Memberof

EntryDetail

-
-
- -
amount: number
-

Number of cents you are debiting/crediting this account

-
-
-

Memberof

EntryDetail

-
-
- -
category?: string
-

Category defines if the entry is a Forward, Return, or NOC

-
-
-

Memberof

EntryDetail

-
-
- -
checkDigit: string
-

Last digit in RDFI routing number.

-
-
-

Memberof

EntryDetail

-
-
- -
discretionaryData?: string
-

DiscretionaryData allows ODFIs to include codes, of significance only to them, to enable specialized handling of the entry. There will be no standardized interpretation for the value of this field. It can either be a single two-character code, or two distinct one-character codes, according to the needs of the ODFI and/or Originator involved. This field must be returned intact for any returned entry. WEB uses the Discretionary Data Field as the Payment Type Code.

-
-
-

Memberof

EntryDetail

-
-
- -
id: string
-

Entry Detail ID

-
-
-

Memberof

EntryDetail

-
-
- -
identificationNumber?: string
-

Internal identification (alphanumeric) that you use to uniquely identify this Entry Detail Record

-
-
-

Memberof

EntryDetail

-
-
- -
individualName: string
-

The name of the receiver, usually the name on the bank account

-
-
-

Memberof

EntryDetail

-
-
- -
traceNumber?: string
-

TraceNumber assigned by the ODFI in ascending sequence, is included in each Entry Detail Record, Corporate Entry Detail Record, and Addenda Record. Trace Numbers uniquely identify each entry within a batch in an ACH input file. In association with the Batch Number, transmission (File Creation) Date, and File ID Modifier, the Trace Number uniquely identifies an entry within a given file. For Addenda Records, the Trace Number will be identical to the Trace Number in the associated Entry Detail Record, since the Trace Number is associated with an entry or item rather than a physical record.

-
-
-

Memberof

EntryDetail

-
-
- -
transactionCode: number
-

Based on transaction type: 22 - Credit (deposit) to checking account | 23 - Prenote for credit to checking account | 27 - Debit (withdrawal) to checking account | 28 - Prenote for debit to checking account | 32 - Credit to savings account | 33 - Prenote for credit to savings account | 37 - Debit to savings account | 38 - Prenote for debit to savings account

-
-
-

Memberof

EntryDetail

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +EntryDetail | ach-node-sdk

Interface EntryDetail

Export

EntryDetail

+
interface EntryDetail {
    DFIAccountNumber: string;
    RDFIIdentification: string;
    addenda02?: Addenda02;
    addenda05?: Addenda05[];
    addenda98?: Addenda98;
    addenda98Refused?: Addenda98Refused;
    addenda99?: Addenda99;
    addenda99Contested?: Addenda99Contested;
    addenda99Dishonored?: Addenda99Dishonored;
    addendaRecordIndicator?: number;
    amount: number;
    category?: string;
    checkDigit: string;
    discretionaryData?: string;
    id: string;
    identificationNumber?: string;
    individualName: string;
    traceNumber?: string;
    transactionCode: number;
}

Properties

DFIAccountNumber: string

The receiver's bank account number you are crediting/debiting. It important to note that this is an alphanumeric field, so it's space padded, not zero padded

+

Memberof

EntryDetail

+
RDFIIdentification: string

RDFI's routing number without the last digit.

+

Memberof

EntryDetail

+
addenda02?: Addenda02

Memberof

EntryDetail

+
addenda05?: Addenda05[]

List of Addenda05 records

+

Memberof

EntryDetail

+
addenda98?: Addenda98

Memberof

EntryDetail

+
addenda98Refused?: Addenda98Refused

Memberof

EntryDetail

+
addenda99?: Addenda99

Memberof

EntryDetail

+
addenda99Contested?: Addenda99Contested

Memberof

EntryDetail

+
addenda99Dishonored?: Addenda99Dishonored

Memberof

EntryDetail

+
addendaRecordIndicator?: number

AddendaRecordIndicator indicates the existence of an Addenda Record. A value of "1" indicates that one or more addenda records follow, and "0" means no such record is present.

+

Memberof

EntryDetail

+
amount: number

Number of cents you are debiting/crediting this account

+

Memberof

EntryDetail

+
category?: string

Category defines if the entry is a Forward, Return, or NOC

+

Memberof

EntryDetail

+
checkDigit: string

Last digit in RDFI routing number.

+

Memberof

EntryDetail

+
discretionaryData?: string

DiscretionaryData allows ODFIs to include codes, of significance only to them, to enable specialized handling of the entry. There will be no standardized interpretation for the value of this field. It can either be a single two-character code, or two distinct one-character codes, according to the needs of the ODFI and/or Originator involved. This field must be returned intact for any returned entry. WEB uses the Discretionary Data Field as the Payment Type Code.

+

Memberof

EntryDetail

+
id: string

Entry Detail ID

+

Memberof

EntryDetail

+
identificationNumber?: string

Internal identification (alphanumeric) that you use to uniquely identify this Entry Detail Record

+

Memberof

EntryDetail

+
individualName: string

The name of the receiver, usually the name on the bank account

+

Memberof

EntryDetail

+
traceNumber?: string

TraceNumber is assigned by the ODFI or software vendor and used as part of identification. The format of trace numbers is the first 8 digits of the ODFI's routing number followed by 7 digits chosen by the ODFI or software vendor. Sequentual or random numbers can be chosen. The only requirement of Nacha is unique trace numbers within a batch and file. Trace Numbers are included in each Entry Detail Record, Corporate Entry Detail Record, and addenda Record. In association with the Batch Number, transmission (File Creation) Date, and File ID Modifier, the Trace Number uniquely identifies an entry within a given file. For addenda Records, the Trace Number will be identical to the Trace Number in the associated Entry Detail Record, since the Trace Number is associated with an entry or item rather than a physical record. Use TraceNumberField for a properly formatted string representation.

+

Memberof

EntryDetail

+
transactionCode: number

Based on transaction type: 22 - Credit (deposit) to checking account | 23 - Prenote for credit to checking account | 27 - Debit (withdrawal) to checking account | 28 - Prenote for debit to checking account | 32 - Credit to savings account | 33 - Prenote for credit to savings account | 37 - Debit to savings account | 38 - Prenote for debit to savings account

+

Memberof

EntryDetail

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.FileControl.html b/docs/interfaces/api.FileControl.html index b36fc71..a51c6b1 100644 --- a/docs/interfaces/api.FileControl.html +++ b/docs/interfaces/api.FileControl.html @@ -1,199 +1,23 @@ -FileControl | ach-node-sdk
-
- -
-
-
-
- -

Interface FileControl

-
-
-

Export

FileControl

-
-
-

Hierarchy

-
    -
  • FileControl
-
-
-
- -
-
-

Properties

-
- -
batchCount: number
-

Count of Batches in the File

-
-
-

Memberof

FileControl

-
-
- -
blockCount: number
-

Total number of records in the file (include all headers and trailer) divided by 10 (This number must be evenly divisible by 10. If not, additional records consisting of all 9's are added to the file after the initial '9' record to fill out the block 10.)

-
-
-

Memberof

FileControl

-
-
- -
entryAddendaCount: number
-

Total detail and addenda records in the file

-
-
-

Memberof

FileControl

-
-
- -
entryHash: number
-

Calculated in the same manner as the batch total but includes total from entire file

-
-
-

Memberof

FileControl

-
-
- -
id?: string
-

File ID

-
-
-

Memberof

FileControl

-
-
- -
totalCredit: number
-

Accumulated Batch credit totals within the file.

-
-
-

Memberof

FileControl

-
-
- -
totalDebit: number
-

Accumulated Batch debit totals within the file.

-
-
-

Memberof

FileControl

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +FileControl | ach-node-sdk

Interface FileControl

Export

FileControl

+
interface FileControl {
    batchCount: number;
    blockCount: number;
    entryAddendaCount: number;
    entryHash: number;
    id?: string;
    totalCredit: number;
    totalDebit: number;
}

Properties

batchCount: number

Count of Batches in the File

+

Memberof

FileControl

+
blockCount: number

Total number of records in the file (include all headers and trailer) divided by 10 (This number must be evenly divisible by 10. If not, additional records consisting of all 9's are added to the file after the initial '9' record to fill out the block 10.)

+

Memberof

FileControl

+
entryAddendaCount: number

Total detail and addenda records in the file

+

Memberof

FileControl

+
entryHash: number

Calculated in the same manner as the batch total but includes total from entire file

+

Memberof

FileControl

+
id?: string

File ID

+

Memberof

FileControl

+
totalCredit: number

Accumulated Batch credit totals within the file.

+

Memberof

FileControl

+
totalDebit: number

Accumulated Batch debit totals within the file.

+

Memberof

FileControl

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.FileHeader.html b/docs/interfaces/api.FileHeader.html index 2c0f3d8..204f112 100644 --- a/docs/interfaces/api.FileHeader.html +++ b/docs/interfaces/api.FileHeader.html @@ -1,223 +1,29 @@ -FileHeader | ach-node-sdk
-
- -
-
-
-
- -

Interface FileHeader

-
-
-

Export

FileHeader

-
-
-

Hierarchy

-
    -
  • FileHeader
-
-
-
- -
-
-

Properties

-
- -
fileCreationDate: string
-

The File Creation Date is the date when the file was prepared by an ODFI. (Format YYMMDD - Y=Year, M=Month, D=Day)

-
-
-

Memberof

FileHeader

-
-
- -
fileCreationTime: string
-

The File Creation Time is the time when the file was prepared by an ODFI. (Format HHmm - H=Hour, m=Minute)

-
-
-

Memberof

FileHeader

-
-
- -
fileIDModifier?: string
-

Incremented value for each file for RDFIs.

-
-
-

Memberof

FileHeader

-
-
- -
id?: string
-

File ID

-
-
-

Memberof

FileHeader

-
-
- -
immediateDestination: string
-

Contains the Routing Number of the ACH Operator or receiving point to which the file is being sent.

-
-
-

Memberof

FileHeader

-
-
- -
immediateDestinationName: string
-

The name of the ACH Operator or receiving point to which the file is being sent.

-
-
-

Memberof

FileHeader

-
-
- -
immediateOrigin: string
-

Contains the Routing Number of the ACH Operator or sending point that is sending the file.

-
-
-

Memberof

FileHeader

-
-
- -
immediateOriginName: string
-

The name of the ACH Operator or sending point that is sending the file.

-
-
-

Memberof

FileHeader

-
-
- -
referenceCode?: string
-

Reserved field for information pertinent to the Originator.

-
-
-

Memberof

FileHeader

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +FileHeader | ach-node-sdk

Interface FileHeader

Export

FileHeader

+
interface FileHeader {
    fileCreationDate: string;
    fileCreationTime: string;
    fileIDModifier?: string;
    id?: string;
    immediateDestination: string;
    immediateDestinationName: string;
    immediateOrigin: string;
    immediateOriginName: string;
    referenceCode?: string;
}

Properties

fileCreationDate: string

The File Creation Date is the date when the file was prepared by an ODFI. (Format YYMMDD - Y=Year, M=Month, D=Day)

+

Memberof

FileHeader

+
fileCreationTime: string

The File Creation Time is the time when the file was prepared by an ODFI. (Format HHmm - H=Hour, m=Minute)

+

Memberof

FileHeader

+
fileIDModifier?: string

Incremented value for each file for RDFIs.

+

Memberof

FileHeader

+
id?: string

File ID

+

Memberof

FileHeader

+
immediateDestination: string

Contains the Routing Number of the ACH Operator or receiving point to which the file is being sent.

+

Memberof

FileHeader

+
immediateDestinationName: string

The name of the ACH Operator or receiving point to which the file is being sent.

+

Memberof

FileHeader

+
immediateOrigin: string

Contains the Routing Number of the ACH Operator or sending point that is sending the file.

+

Memberof

FileHeader

+
immediateOriginName: string

The name of the ACH Operator or sending point that is sending the file.

+

Memberof

FileHeader

+
referenceCode?: string

Reserved field for information pertinent to the Originator.

+

Memberof

FileHeader

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.FlattenFileResponse.html b/docs/interfaces/api.FlattenFileResponse.html index d39455a..bbab5ad 100644 --- a/docs/interfaces/api.FlattenFileResponse.html +++ b/docs/interfaces/api.FlattenFileResponse.html @@ -1,149 +1,10 @@ -FlattenFileResponse | ach-node-sdk
-
- -
-
-
-
- -

Interface FlattenFileResponse

-
-
-

Export

FlattenFileResponse

-
-
-

Hierarchy

-
    -
  • FlattenFileResponse
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
error?: string
-

An error message describing the problem intended for humans.

-
-
-

Memberof

FlattenFileResponse

-
-
- -
file?: any
-
-

Memberof

FlattenFileResponse

-
-
- -
id?: string
-

File ID

-
-
-

Memberof

FlattenFileResponse

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +FlattenFileResponse | ach-node-sdk

Interface FlattenFileResponse

Export

FlattenFileResponse

+
interface FlattenFileResponse {
    error?: string;
    file?: any;
    id?: string;
}

Properties

Properties

error?: string

An error message describing the problem intended for humans.

+

Memberof

FlattenFileResponse

+
file?: any

Memberof

FlattenFileResponse

+
id?: string

File ID

+

Memberof

FlattenFileResponse

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.IATBatch.html b/docs/interfaces/api.IATBatch.html index 81de208..16d279e 100644 --- a/docs/interfaces/api.IATBatch.html +++ b/docs/interfaces/api.IATBatch.html @@ -1,157 +1,11 @@ -IATBatch | ach-node-sdk
-
- -
-
-
-
- -

Interface IATBatch

-
-
-

Export

IATBatch

-
-
-

Hierarchy

-
    -
  • IATBatch
-
-
-
- -
-
-

Properties

-
- -
IATBatchHeader: IATBatchHeader
-
-

Memberof

IATBatch

-
-
- -
IATEntryDetails: IATEntryDetail[]
-
-

Memberof

IATBatch

-
-
- -
batchControl: BatchControl
-
-

Memberof

IATBatch

-
-
- -
id?: string
-

Client-defined string used as a reference to this record.

-
-
-

Memberof

IATBatch

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +IATBatch | ach-node-sdk

Interface IATBatch

Export

IATBatch

+
interface IATBatch {
    IATBatchHeader: IATBatchHeader;
    IATEntryDetails: IATEntryDetail[];
    batchControl: BatchControl;
    id?: string;
}

Properties

IATBatchHeader: IATBatchHeader

Memberof

IATBatch

+
IATEntryDetails: IATEntryDetail[]

Memberof

IATBatch

+
batchControl: BatchControl

Memberof

IATBatch

+
id?: string

Client-defined string used as a reference to this record.

+

Memberof

IATBatch

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.IATBatchHeader.html b/docs/interfaces/api.IATBatchHeader.html index 1fb3337..7aae0c9 100644 --- a/docs/interfaces/api.IATBatchHeader.html +++ b/docs/interfaces/api.IATBatchHeader.html @@ -1,319 +1,53 @@ -IATBatchHeader | ach-node-sdk
-
- -
-
-
-
- -

Interface IATBatchHeader

-
-
-

Export

IATBatchHeader

-
-
-

Hierarchy

-
    -
  • IATBatchHeader
-
-
-
- -
-
-

Properties

-
- -
IATIndicator?: string
-

Leave Blank. Only used for corrected IAT entries

-
-
-

Memberof

IATBatchHeader

-
-
- -
ISODestinationCountryCode: string
-

Two-character code, as approved by the International Organization for Standardization (ISO), to identify the country in which the entry is to be received. For United States use US.

-
-
-

Memberof

IATBatchHeader

-
-
- -
ISODestinationCurrencyCode: string
-

ISODestinationCurrencyCode is the three-character code, as approved by the International Organization for Standardization (ISO), to identify the currency denomination in which the entry will ultimately be settled. If the final destination of funds is within the territorial jurisdiction of the U.S., enter "USD", otherwise refer to International Organization for Standardization website for value: www.iso.org

-
-
-

Memberof

IATBatchHeader

-
-
- -
ISOOriginatingCurrencyCode: string
-

Three-character code, as approved by the International Organization for Standardization (ISO), to identify the currency denomination in which the entry was first originated. If the source of funds is within the territorial jurisdiction of the U.S., enter 'USD', otherwise refer to International Organization for Standardization website for value: www.iso.org

-
-
-

Memberof

IATBatchHeader

-
-
- -
ODFIIdentification: string
-

First 8 digits of the originating DFI transit routing number. For Inbound IAT Entries, this field contains the routing number of the U.S. Gateway Operator. For Outbound IAT Entries, this field contains the standard routing number, as assigned by Accuity, that identifies the U.S. ODFI initiating the Entry. (Format TTTTAAAA - T=Federal Reserve Routing Symbol, A=ABA Institution Identifier)

-
-
-

Memberof

IATBatchHeader

-
-
- -
batchNumber: number
-

BatchNumber is assigned in ascending sequence to each batch by the ODFI or its Sending Point in a given file of entries. Since the batch number in the Batch Header Record and the Batch Control Record is the same, the ascending sequence number should be assigned by batch and not by record.

-
-
-

Memberof

IATBatchHeader

-
-
- -
companyEntryDescription?: string
-

A description of the entries contained in the batch The Originator establishes the value of this field to provide a description of the purpose of the entry to be displayed back to the receiver. For example, "GAS BILL," "REG. SALARY," "INS. PREM," "SOC. SEC.," "DTC," "TRADE PAY," "PURCHASE," etc. This field must contain the word "REVERSAL" (left justified) when the batch contains reversing entries. This field must contain the word "RECLAIM" (left justified) when the batch contains reclamation entries. This field must contain the word "NONSETTLED" (left justified) when the batch contains entries which could not settle.

-
-
-

Memberof

IATBatchHeader

-
-
- -
effectiveEntryDate?: string
-

EffectiveEntryDate the date on which the entries are to settle. Format YYMMDD (Y=Year, M=Month, D=Day)

-
-
-

Memberof

IATBatchHeader

-
-
- -
foreignExchangeIndicator: string
-

Code indicating currency conversion: 'FV' (Fixed-to-Variable) – Entry is originated in a fixed-value amount and is to be received in a variable amount resulting from the execution of the foreign exchange conversion. | 'VF' (Variable-to-Fixed) – Entry is originated in a variable-value amount based on a specific foreign exchange rate for conversion to a fixed-value amount in which the entry is to be received. | 'FF' (Fixed-to-Fixed) – Entry is originated in a fixed-value amount and is to be received in the same fixed-value amount in the same currency denomination. There is no foreign exchange conversion for entries transmitted using this code. For entries originated in a fixed value amount, the foreign Exchange Reference Field will be space filled.

-
-
-

Memberof

IATBatchHeader

-
-
- -
foreignExchangeReference: string
-

Contains either the foreign exchange rate used to execute the foreign exchange conversion of a cross-border entry or another reference to the foreign exchange transaction.

-
-
-

Memberof

IATBatchHeader

-
-
- -
foreignExchangeReferenceIndicator: number
-

Code used to indicate the content of the Foreign Exchange Reference Field and is filled by the gateway operator. Valid entries are 1 - Foreign Exchange Rate | 2 - Foreign Exchange Reference Number | 3 - Space Filled

-
-
-

Memberof

IATBatchHeader

-
-
- -
id?: string
-

ID is a client-defined string used as a reference to this record.

-
-
-

Memberof

IATBatchHeader

-
-
- -
originatorIdentification: string
-

For U.S. entities: the number assigned will be your tax ID (often Social Security Number) For non-U.S. entities: the number assigned will be your DDA number, or the last 9 characters of your account number if it exceeds 9 characters

-
-
-

Memberof

IATBatchHeader

-
-
- -
originatorStatusCode?: number
-

ODFI initiating the Entry. | 0 - ADV File prepared by an ACH Operator. | 1 - This code identifies the Originator as a depository financial institution. | 2 - This code identifies the Originator as a Federal Government entity or agency.

-
-
-

Memberof

IATBatchHeader

-
-
- -
serviceClassCode: number
-

Service Class Code - Mixed Debits and Credits '200', ACH Credits Only '220', or ACH Debits Only '225'

-
-
-

Memberof

IATBatchHeader

-
-
- -
settlementDate?: string
-

The date the entries actually settled (this is inserted by the ACH operator)

-
-
-

Memberof

IATBatchHeader

-
-
- -
standardEntryClassCode: string
-

StandardEntryClassCode for consumer and non consumer international payments is IAT. Identifies the payment type (product) found within an ACH batch using a 3-character code. The SEC Code pertains to all items within batch. Determines format of the detail records. Determines addenda records (required or optional PLUS one or up to 9,999 records). Determines rules to follow (return time frames). Some SEC codes require specific data in predetermined fields within the ACH record.

-
-
-

Memberof

IATBatchHeader

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +IATBatchHeader | ach-node-sdk

Interface IATBatchHeader

Export

IATBatchHeader

+
interface IATBatchHeader {
    IATIndicator?: string;
    ISODestinationCountryCode: string;
    ISODestinationCurrencyCode: string;
    ISOOriginatingCurrencyCode: string;
    ODFIIdentification: string;
    batchNumber: number;
    companyEntryDescription?: string;
    effectiveEntryDate?: string;
    foreignExchangeIndicator: string;
    foreignExchangeReference: string;
    foreignExchangeReferenceIndicator: number;
    id?: string;
    originatorIdentification: string;
    originatorStatusCode?: number;
    serviceClassCode: number;
    settlementDate?: string;
    standardEntryClassCode: string;
}

Properties

IATIndicator?: string

Leave Blank. Only used for corrected IAT entries

+

Memberof

IATBatchHeader

+
ISODestinationCountryCode: string

Two-character code, as approved by the International Organization for Standardization (ISO), to identify the country in which the entry is to be received. For United States use US.

+

Memberof

IATBatchHeader

+
ISODestinationCurrencyCode: string

ISODestinationCurrencyCode is the three-character code, as approved by the International Organization for Standardization (ISO), to identify the currency denomination in which the entry will ultimately be settled. If the final destination of funds is within the territorial jurisdiction of the U.S., enter "USD", otherwise refer to International Organization for Standardization website for value: www.iso.org

+

Memberof

IATBatchHeader

+
ISOOriginatingCurrencyCode: string

Three-character code, as approved by the International Organization for Standardization (ISO), to identify the currency denomination in which the entry was first originated. If the source of funds is within the territorial jurisdiction of the U.S., enter 'USD', otherwise refer to International Organization for Standardization website for value: www.iso.org

+

Memberof

IATBatchHeader

+
ODFIIdentification: string

First 8 digits of the originating DFI transit routing number. For Inbound IAT Entries, this field contains the routing number of the U.S. Gateway Operator. For Outbound IAT Entries, this field contains the standard routing number, as assigned by Accuity, that identifies the U.S. ODFI initiating the Entry. (Format TTTTAAAA - T=Federal Reserve Routing Symbol, A=ABA Institution Identifier)

+

Memberof

IATBatchHeader

+
batchNumber: number

BatchNumber is assigned in ascending sequence to each batch by the ODFI or its Sending Point in a given file of entries. Since the batch number in the Batch Header Record and the Batch Control Record is the same, the ascending sequence number should be assigned by batch and not by record.

+

Memberof

IATBatchHeader

+
companyEntryDescription?: string

A description of the entries contained in the batch The Originator establishes the value of this field to provide a description of the purpose of the entry to be displayed back to the receiver. For example, "GAS BILL," "REG. SALARY," "INS. PREM," "SOC. SEC.," "DTC," "TRADE PAY," "PURCHASE," etc. This field must contain the word "REVERSAL" (left justified) when the batch contains reversing entries. This field must contain the word "RECLAIM" (left justified) when the batch contains reclamation entries. This field must contain the word "NONSETTLED" (left justified) when the batch contains entries which could not settle.

+

Memberof

IATBatchHeader

+
effectiveEntryDate?: string

EffectiveEntryDate the date on which the entries are to settle. Format YYMMDD (Y=Year, M=Month, D=Day)

+

Memberof

IATBatchHeader

+
foreignExchangeIndicator: string

Code indicating currency conversion: 'FV' (Fixed-to-Variable) – Entry is originated in a fixed-value amount and is to be received in a variable amount resulting from the execution of the foreign exchange conversion. | 'VF' (Variable-to-Fixed) – Entry is originated in a variable-value amount based on a specific foreign exchange rate for conversion to a fixed-value amount in which the entry is to be received. | 'FF' (Fixed-to-Fixed) – Entry is originated in a fixed-value amount and is to be received in the same fixed-value amount in the same currency denomination. There is no foreign exchange conversion for entries transmitted using this code. For entries originated in a fixed value amount, the foreign Exchange Reference Field will be space filled.

+

Memberof

IATBatchHeader

+
foreignExchangeReference: string

Contains either the foreign exchange rate used to execute the foreign exchange conversion of a cross-border entry or another reference to the foreign exchange transaction.

+

Memberof

IATBatchHeader

+
foreignExchangeReferenceIndicator: number

Code used to indicate the content of the Foreign Exchange Reference Field and is filled by the gateway operator. Valid entries are 1 - Foreign Exchange Rate | 2 - Foreign Exchange Reference Number | 3 - Space Filled

+

Memberof

IATBatchHeader

+
id?: string

ID is a client-defined string used as a reference to this record.

+

Memberof

IATBatchHeader

+
originatorIdentification: string

For U.S. entities: the number assigned will be your tax ID (often Social Security Number) For non-U.S. entities: the number assigned will be your DDA number, or the last 9 characters of your account number if it exceeds 9 characters

+

Memberof

IATBatchHeader

+
originatorStatusCode?: number

ODFI initiating the Entry. | 0 - ADV File prepared by an ACH Operator. | 1 - This code identifies the Originator as a depository financial institution. | 2 - This code identifies the Originator as a Federal Government entity or agency.

+

Memberof

IATBatchHeader

+
serviceClassCode: number

Service Class Code - Mixed Debits and Credits '200', ACH Credits Only '220', or ACH Debits Only '225'

+

Memberof

IATBatchHeader

+
settlementDate?: string

The date the entries actually settled (this is inserted by the ACH operator)

+

Memberof

IATBatchHeader

+
standardEntryClassCode: string

StandardEntryClassCode for consumer and non consumer international payments is IAT. Identifies the payment type (product) found within an ACH batch using a 3-character code. The SEC Code pertains to all items within batch. Determines format of the detail records. Determines addenda records (required or optional PLUS one or up to 9,999 records). Determines rules to follow (return time frames). Some SEC codes require specific data in predetermined fields within the ACH record.

+

Memberof

IATBatchHeader

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.IATEntryDetail.html b/docs/interfaces/api.IATEntryDetail.html index d331fee..9e4f071 100644 --- a/docs/interfaces/api.IATEntryDetail.html +++ b/docs/interfaces/api.IATEntryDetail.html @@ -1,369 +1,60 @@ -IATEntryDetail | ach-node-sdk
-
- -
-
-
-
- -

Interface IATEntryDetail

-
-
-

Export

IATEntryDetail

-
-
-

Hierarchy

-
    -
  • IATEntryDetail
-
-
-
- -
-
-

Properties

-
- -
DFIAccountNumber: string
-

The receiver's bank account number you are crediting/debiting. It important to note that this is an alphanumeric field, so it's space padded, not zero padded

-
-
-

Memberof

IATEntryDetail

-
-
- -
OFACScreeningIndicator: string
-

Signifies if the record has been screened against OFAC records

-
-
-

Memberof

IATEntryDetail

-
-
- -
RDFIIdentification: string
-

RDFI's routing number without the last digit.

-
-
-

Memberof

IATEntryDetail

-
-
- -
addenda10: Addenda10
-
-

Memberof

IATEntryDetail

-
-
- -
addenda11: Addenda11
-
-

Memberof

IATEntryDetail

-
-
- -
addenda12: Addenda12
-
-

Memberof

IATEntryDetail

-
-
- -
addenda13: Addenda13
-
-

Memberof

IATEntryDetail

-
-
- -
addenda14: Addenda14
-
-

Memberof

IATEntryDetail

-
-
- -
addenda15: Addenda15
-
-

Memberof

IATEntryDetail

-
-
- -
addenda16: Addenda16
-
-

Memberof

IATEntryDetail

-
-
- -
addenda17?: Addenda17
-
-

Memberof

IATEntryDetail

-
-
- -
addenda18?: Addenda18
-
-

Memberof

IATEntryDetail

-
-
- -
addenda98?: Addenda98
-
-

Memberof

IATEntryDetail

-
-
- -
addenda99?: Addenda99
-
-

Memberof

IATEntryDetail

-
-
- -
addendaRecordIndicator: number
-

AddendaRecordIndicator indicates the existence of an Addenda Record. A value of "1" indicates that one or more addenda records follow, and "0" means no such record is present.

-
-
-

Memberof

IATEntryDetail

-
-
- -
addendaRecords: number
-

Number of Addenda Records

-
-
-

Memberof

IATEntryDetail

-
-
- -
amount: number
-

Number of cents you are debiting/crediting this account

-
-
-

Memberof

IATEntryDetail

-
-
- -
category?: string
-

Category defines if the entry is a Forward, Return, or NOC

-
-
-

Memberof

IATEntryDetail

-
-
- -
checkDigit: string
-

Last digit in RDFI routing number.

-
-
-

Memberof

IATEntryDetail

-
-
- -
id?: string
-

Entry Detail ID

-
-
-

Memberof

IATEntryDetail

-
-
- -
secondaryOFACScreeningIndicator: string
-

Signifies if the record has been screened against OFAC records by a secondary entry

-
-
-

Memberof

IATEntryDetail

-
-
- -
traceNumber?: string
-

Matches the Entry Detail Trace Number of the entry being returned.

-
-
-

Memberof

IATEntryDetail

-
-
- -
transactionCode: number
-

Based on transaction type: 22 - Credit (deposit) to checking account | 23 - Prenote for credit to checking account | 27 - Debit (withdrawal) to checking account | 28 - Prenote for debit to checking account | 32 - Credit to savings account | 33 - Prenote for credit to savings account | 37 - Debit to savings account | 38 - Prenote for debit to savings account

-
-
-

Memberof

IATEntryDetail

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +IATEntryDetail | ach-node-sdk

Interface IATEntryDetail

Export

IATEntryDetail

+
interface IATEntryDetail {
    DFIAccountNumber: string;
    OFACScreeningIndicator: string;
    RDFIIdentification: string;
    addenda10: Addenda10;
    addenda11: Addenda11;
    addenda12: Addenda12;
    addenda13: Addenda13;
    addenda14: Addenda14;
    addenda15: Addenda15;
    addenda16: Addenda16;
    addenda17?: Addenda17;
    addenda18?: Addenda18;
    addenda98?: Addenda98;
    addenda99?: Addenda99;
    addendaRecordIndicator: number;
    addendaRecords: number;
    amount: number;
    category?: string;
    checkDigit: string;
    id?: string;
    secondaryOFACScreeningIndicator: string;
    traceNumber?: string;
    transactionCode: number;
}

Properties

DFIAccountNumber: string

The receiver's bank account number you are crediting/debiting. It important to note that this is an alphanumeric field, so it's space padded, not zero padded

+

Memberof

IATEntryDetail

+
OFACScreeningIndicator: string

Signifies if the record has been screened against OFAC records

+

Memberof

IATEntryDetail

+
RDFIIdentification: string

RDFI's routing number without the last digit.

+

Memberof

IATEntryDetail

+
addenda10: Addenda10

Memberof

IATEntryDetail

+
addenda11: Addenda11

Memberof

IATEntryDetail

+
addenda12: Addenda12

Memberof

IATEntryDetail

+
addenda13: Addenda13

Memberof

IATEntryDetail

+
addenda14: Addenda14

Memberof

IATEntryDetail

+
addenda15: Addenda15

Memberof

IATEntryDetail

+
addenda16: Addenda16

Memberof

IATEntryDetail

+
addenda17?: Addenda17

Memberof

IATEntryDetail

+
addenda18?: Addenda18

Memberof

IATEntryDetail

+
addenda98?: Addenda98

Memberof

IATEntryDetail

+
addenda99?: Addenda99

Memberof

IATEntryDetail

+
addendaRecordIndicator: number

AddendaRecordIndicator indicates the existence of an Addenda Record. A value of "1" indicates that one or more addenda records follow, and "0" means no such record is present.

+

Memberof

IATEntryDetail

+
addendaRecords: number

Number of Addenda Records

+

Memberof

IATEntryDetail

+
amount: number

Number of cents you are debiting/crediting this account

+

Memberof

IATEntryDetail

+
category?: string

Category defines if the entry is a Forward, Return, or NOC

+

Memberof

IATEntryDetail

+
checkDigit: string

Last digit in RDFI routing number.

+

Memberof

IATEntryDetail

+
id?: string

Entry Detail ID

+

Memberof

IATEntryDetail

+
secondaryOFACScreeningIndicator: string

Signifies if the record has been screened against OFAC records by a secondary entry

+

Memberof

IATEntryDetail

+
traceNumber?: string

Matches the Entry Detail Trace Number of the entry being returned.

+

Memberof

IATEntryDetail

+
transactionCode: number

Based on transaction type: 22 - Credit (deposit) to checking account | 23 - Prenote for credit to checking account | 27 - Debit (withdrawal) to checking account | 28 - Prenote for debit to checking account | 32 - Credit to savings account | 33 - Prenote for credit to savings account | 37 - Debit to savings account | 38 - Prenote for debit to savings account

+

Memberof

IATEntryDetail

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.ModelError.html b/docs/interfaces/api.ModelError.html index 5b8d83e..3382c5b 100644 --- a/docs/interfaces/api.ModelError.html +++ b/docs/interfaces/api.ModelError.html @@ -1,127 +1,5 @@ -ModelError | ach-node-sdk
-
- -
-
-
-
- -

Interface ModelError

-
-
-

Export

ModelError

-
-
-

Hierarchy

-
    -
  • ModelError
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
error: string
-

An error message describing the problem intended for humans.

-
-
-

Memberof

ModelError

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ModelError | ach-node-sdk

Interface ModelError

Export

ModelError

+
interface ModelError {
    error: string;
}

Properties

Properties

error: string

An error message describing the problem intended for humans.

+

Memberof

ModelError

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.ModelFile.html b/docs/interfaces/api.ModelFile.html index 5569e57..a7565ac 100644 --- a/docs/interfaces/api.ModelFile.html +++ b/docs/interfaces/api.ModelFile.html @@ -1,197 +1,19 @@ -ModelFile | ach-node-sdk
-
- -
-
-
-
- -

Interface ModelFile

-
-
-

Export

ModelFile

-
-
-

Hierarchy

-
    -
  • ModelFile
-
-
-
- -
-
-

Properties

-
- -
IATBatches?: IATBatch[]
-
-

Memberof

ModelFile

-
-
- -
NotificationOfChange?: null | Batch[]
-
-

Memberof

ModelFile

-
-
- -
ReturnEntries?: null | Batch[]
-
-

Memberof

ModelFile

-
-
- -
batches?: Batch[]
-
-

Memberof

ModelFile

-
-
- -
fileADVControl?: ADVFileControl
-
-

Memberof

ModelFile

-
-
- -
fileControl: FileControl
-
-

Memberof

ModelFile

-
-
- -
fileHeader: FileHeader
-
-

Memberof

ModelFile

-
-
- -
id?: string
-

File ID

-
-
-

Memberof

ModelFile

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ModelFile | ach-node-sdk

Interface ModelFile

Export

ModelFile

+
interface ModelFile {
    IATBatches?: IATBatch[];
    NotificationOfChange?: null | Batch[];
    ReturnEntries?: null | Batch[];
    batches?: Batch[];
    fileADVControl?: ADVFileControl;
    fileControl: FileControl;
    fileHeader: FileHeader;
    id?: string;
}

Properties

IATBatches?: IATBatch[]

Memberof

ModelFile

+
NotificationOfChange?: null | Batch[]

Memberof

ModelFile

+
ReturnEntries?: null | Batch[]

Memberof

ModelFile

+
batches?: Batch[]

Memberof

ModelFile

+
fileADVControl?: ADVFileControl

Memberof

ModelFile

+
fileControl: FileControl

Memberof

ModelFile

+
fileHeader: FileHeader

Memberof

ModelFile

+
id?: string

File ID

+

Memberof

ModelFile

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.Offset.html b/docs/interfaces/api.Offset.html index 5c2b4d3..38aa9ce 100644 --- a/docs/interfaces/api.Offset.html +++ b/docs/interfaces/api.Offset.html @@ -1,163 +1,14 @@ -Offset | ach-node-sdk
-
- -
-
-
-
- -

Interface Offset

-
-
-

Export

Offset

-
-
-

Hierarchy

-
    -
  • Offset
-
-
-
- -
-
-

Properties

-
- -
accountNumber: string
-

Account number used to offset records

-
-
-

Memberof

Offset

-
-
- - -

Account type used in offset record

-
-
-

Memberof

Offset

-
-
- -
description: string
-

Memo for Offset EntryDetail record

-
-
-

Memberof

Offset

-
-
- -
routingNumber: string
-

ABA routing number

-
-
-

Memberof

Offset

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +Offset | ach-node-sdk

Interface Offset

Export

Offset

+
interface Offset {
    accountNumber: string;
    accountType: OffsetAccountTypeEnum;
    description: string;
    routingNumber: string;
}

Properties

accountNumber: string

Account number used to offset records

+

Memberof

Offset

+

Account type used in offset record

+

Memberof

Offset

+
description: string

Memo for Offset EntryDetail record

+

Memberof

Offset

+
routingNumber: string

ABA routing number

+

Memberof

Offset

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.SegmentFile.html b/docs/interfaces/api.SegmentFile.html index 3e35c2c..b6cc6b3 100644 --- a/docs/interfaces/api.SegmentFile.html +++ b/docs/interfaces/api.SegmentFile.html @@ -1,145 +1,8 @@ -SegmentFile | ach-node-sdk
-
- -
-
-
-
- -

Interface SegmentFile

-
-
-

Export

SegmentFile

-
-
-

Hierarchy

-
    -
  • SegmentFile
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
file?: any
-
-

Memberof

SegmentFile

-
-
- -
opts?: any
-
-

Memberof

SegmentFile

-
-
- -
validateOpts?: ValidateOpts
-
-

Memberof

SegmentFile

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +SegmentFile | ach-node-sdk

Interface SegmentFile

Export

SegmentFile

+
interface SegmentFile {
    file?: any;
    opts?: any;
    validateOpts?: ValidateOpts;
}

Properties

Properties

file?: any

Memberof

SegmentFile

+
opts?: any

Memberof

SegmentFile

+
validateOpts?: ValidateOpts

Memberof

SegmentFile

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.SegmentedFiles.html b/docs/interfaces/api.SegmentedFiles.html index 4916f00..53cac3d 100644 --- a/docs/interfaces/api.SegmentedFiles.html +++ b/docs/interfaces/api.SegmentedFiles.html @@ -1,171 +1,15 @@ -SegmentedFiles | ach-node-sdk
-
- -
-
-
-
- -

Interface SegmentedFiles

-
-
-

Export

SegmentedFiles

-
-
-

Hierarchy

-
    -
  • SegmentedFiles
-
-
-
- -
-
-

Properties

-
- -
creditFile?: any
-
-

Memberof

SegmentedFiles

-
-
- -
creditFileID?: string
-

File ID

-
-
-

Memberof

SegmentedFiles

-
-
- -
debitFile?: any
-
-

Memberof

SegmentedFiles

-
-
- -
debitFileID?: string
-

File ID

-
-
-

Memberof

SegmentedFiles

-
-
- -
error?: string
-

An error message describing the problem intended for humans.

-
-
-

Memberof

SegmentedFiles

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +SegmentedFiles | ach-node-sdk

Interface SegmentedFiles

Export

SegmentedFiles

+
interface SegmentedFiles {
    creditFile?: any;
    creditFileID?: string;
    debitFile?: any;
    debitFileID?: string;
    error?: string;
}

Properties

creditFile?: any

Memberof

SegmentedFiles

+
creditFileID?: string

File ID

+

Memberof

SegmentedFiles

+
debitFile?: any

Memberof

SegmentedFiles

+
debitFileID?: string

File ID

+

Memberof

SegmentedFiles

+
error?: string

An error message describing the problem intended for humans.

+

Memberof

SegmentedFiles

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/api.ValidateOpts.html b/docs/interfaces/api.ValidateOpts.html index 496a6f0..a176225 100644 --- a/docs/interfaces/api.ValidateOpts.html +++ b/docs/interfaces/api.ValidateOpts.html @@ -1,271 +1,41 @@ -ValidateOpts | ach-node-sdk
-
- -
-
-
-
- -

Interface ValidateOpts

-
-
-

Export

ValidateOpts

-
-
-

Hierarchy

-
    -
  • ValidateOpts
-
-
-
- -
-
-

Properties

-
- -
allowInvalidCheckDigit?: boolean
-

Allow the CheckDigit field in EntryDetail to differ from the expected calculation

-
-
-

Memberof

ValidateOpts

-
-
- -
allowMissingFileControl?: boolean
-

Allow the file to be read without a FileControl record.

-
-
-

Memberof

ValidateOpts

-
-
- -
allowMissingFileHeader?: boolean
-

Allow the file to be read without a FileHeader record.

-
-
-

Memberof

ValidateOpts

-
-
- -
allowZeroBatches?: boolean
-

Allow the file to have zero batches.

-
-
-

Memberof

ValidateOpts

-
-
- -
bypassCompanyIdentificationMatch?: boolean
-

Allow batches in which the Company Identification field in the batch header and control do not match.

-
-
-

Memberof

ValidateOpts

-
-
- -
bypassDestinationValidation?: boolean
-

Skip ImmediateDestination validation steps.

-
-
-

Memberof

ValidateOpts

-
-
- -
bypassOriginValidation?: boolean
-

Skip ImmediateOrigin validation steps.

-
-
-

Memberof

ValidateOpts

-
-
- -
customReturnCodes?: boolean
-

Allow for non-standard/deprecated return codes (e.g. R97)

-
-
-

Memberof

ValidateOpts

-
-
- -
customTraceNumbers?: boolean
-

Disable Nacha specified checks of TraceNumbers.

-
-
-

Memberof

ValidateOpts

-
-
- -
requireABAOrigin?: boolean
-

Require that the FileHeader ImmediateOrigin routing number which checksum matches.

-
-
-

Memberof

ValidateOpts

-
-
- -
unequalAddendaCounts?: boolean
-

Skip checking that Addenda Count fields match their expected and computed values.

-
-
-

Memberof

ValidateOpts

-
-
- -
unequalServiceClassCode?: boolean
-

Skip equality checks for the ServiceClassCode in each pair of BatchHeader and BatchControl records.

-
-
-

Memberof

ValidateOpts

-
-
- -
unorderedBatchNumbers?: boolean
-

Allow a file to be read with unordered batch numbers.

-
-
-

Memberof

ValidateOpts

-
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +ValidateOpts | ach-node-sdk

Interface ValidateOpts

Export

ValidateOpts

+
interface ValidateOpts {
    allowInvalidCheckDigit?: boolean;
    allowMissingFileControl?: boolean;
    allowMissingFileHeader?: boolean;
    allowZeroBatches?: boolean;
    bypassCompanyIdentificationMatch?: boolean;
    bypassDestinationValidation?: boolean;
    bypassOriginValidation?: boolean;
    customReturnCodes?: boolean;
    customTraceNumbers?: boolean;
    requireABAOrigin?: boolean;
    unequalAddendaCounts?: boolean;
    unequalServiceClassCode?: boolean;
    unorderedBatchNumbers?: boolean;
}

Properties

allowInvalidCheckDigit?: boolean

Allow the CheckDigit field in EntryDetail to differ from the expected calculation

+

Memberof

ValidateOpts

+
allowMissingFileControl?: boolean

Allow the file to be read without a FileControl record.

+

Memberof

ValidateOpts

+
allowMissingFileHeader?: boolean

Allow the file to be read without a FileHeader record.

+

Memberof

ValidateOpts

+
allowZeroBatches?: boolean

Allow the file to have zero batches.

+

Memberof

ValidateOpts

+
bypassCompanyIdentificationMatch?: boolean

Allow batches in which the Company Identification field in the batch header and control do not match.

+

Memberof

ValidateOpts

+
bypassDestinationValidation?: boolean

Skip ImmediateDestination validation steps.

+

Memberof

ValidateOpts

+
bypassOriginValidation?: boolean

Skip ImmediateOrigin validation steps.

+

Memberof

ValidateOpts

+
customReturnCodes?: boolean

Allow for non-standard/deprecated return codes (e.g. R97)

+

Memberof

ValidateOpts

+
customTraceNumbers?: boolean

Disable Nacha specified checks of TraceNumbers.

+

Memberof

ValidateOpts

+
requireABAOrigin?: boolean

Require that the FileHeader ImmediateOrigin routing number which checksum matches.

+

Memberof

ValidateOpts

+
unequalAddendaCounts?: boolean

Skip checking that Addenda Count fields match their expected and computed values.

+

Memberof

ValidateOpts

+
unequalServiceClassCode?: boolean

Skip equality checks for the ServiceClassCode in each pair of BatchHeader and BatchControl records.

+

Memberof

ValidateOpts

+
unorderedBatchNumbers?: boolean

Allow a file to be read with unordered batch numbers.

+

Memberof

ValidateOpts

+

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/base.RequestArgs.html b/docs/interfaces/base.RequestArgs.html index 7d38e38..2758aa3 100644 --- a/docs/interfaces/base.RequestArgs.html +++ b/docs/interfaces/base.RequestArgs.html @@ -1,91 +1,4 @@ -RequestArgs | ach-node-sdk
-
- -
-
-
-
- -

Interface RequestArgs

-
-
-

Export

RequestArgs

-
-
-

Hierarchy

-
    -
  • RequestArgs
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
options: AxiosRequestConfig<any>
-
- -
url: string
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +RequestArgs | ach-node-sdk

Interface RequestArgs

Export

RequestArgs

+
interface RequestArgs {
    options: AxiosRequestConfig;
    url: string;
}

Properties

Properties

options: AxiosRequestConfig
url: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/configuration.ConfigurationParameters.html b/docs/interfaces/configuration.ConfigurationParameters.html index 4627c97..d658ba8 100644 --- a/docs/interfaces/configuration.ConfigurationParameters.html +++ b/docs/interfaces/configuration.ConfigurationParameters.html @@ -1,192 +1,14 @@ -ConfigurationParameters | ach-node-sdk
-
- -
-
-
-
- -

Interface ConfigurationParameters

-
-

ACH API +ConfigurationParameters | ach-node-sdk

Interface ConfigurationParameters

ACH API Moov ACH (Automated Clearing House) implements an HTTP API for creating, parsing, and validating ACH files. ACH is the primary method of electronic money movement throughout the United States.

The version of the OpenAPI document: v1

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

-
-
-
-

Hierarchy

-
    -
  • ConfigurationParameters
-
-
-
- -
-
-

Properties

-
- -
accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>)
-
-

Type declaration

-
    -
  • -
      -
    • (name?, scopes?): string
    • -
    • -
      -

      Parameters

      -
        -
      • -
        Optional name: string
      • -
      • -
        Optional scopes: string[]
      -

      Returns string

-
-

Type declaration

-
    -
  • -
      -
    • (name?, scopes?): Promise<string>
    • -
    • -
      -

      Parameters

      -
        -
      • -
        Optional name: string
      • -
      • -
        Optional scopes: string[]
      -

      Returns Promise<string>

-
- -
apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>)
-
-

Type declaration

-
    -
  • -
      -
    • (name): string
    • -
    • -
      -

      Parameters

      -
        -
      • -
        name: string
      -

      Returns string

-
-

Type declaration

-
    -
  • -
      -
    • (name): Promise<string>
    • -
    • -
      -

      Parameters

      -
        -
      • -
        name: string
      -

      Returns Promise<string>

-
- -
baseOptions?: any
-
- -
basePath?: string
-
- -
formDataCtor?: (new () => any)
-
-

Type declaration

-
    -
  • -
      -
    • new (): any
    • -
    • -

      Returns any

-
- -
password?: string
-
- -
username?: string
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +
interface ConfigurationParameters {
    accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>);
    apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>);
    baseOptions?: any;
    basePath?: string;
    formDataCtor?: (new () => any);
    password?: string;
    username?: string;
}

Properties

accessToken?: string | Promise<string> | ((name?, scopes?) => string) | ((name?, scopes?) => Promise<string>)

Type declaration

    • (name?, scopes?): string
    • Parameters

      • Optional name: string
      • Optional scopes: string[]

      Returns string

Type declaration

    • (name?, scopes?): Promise<string>
    • Parameters

      • Optional name: string
      • Optional scopes: string[]

      Returns Promise<string>

apiKey?: string | Promise<string> | ((name) => string) | ((name) => Promise<string>)

Type declaration

    • (name): string
    • Parameters

      • name: string

      Returns string

Type declaration

    • (name): Promise<string>
    • Parameters

      • name: string

      Returns Promise<string>

baseOptions?: any
basePath?: string
formDataCtor?: (new () => any)

Type declaration

    • new (): any
    • Returns any

password?: string
username?: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/url.Url.html b/docs/interfaces/url.Url.html index 7708848..c82f039 100644 --- a/docs/interfaces/url.Url.html +++ b/docs/interfaces/url.Url.html @@ -1,106 +1,6 @@ -Url | ach-node-sdk
-
- -
-
-
-
- -

Interface Url

-
-

Hierarchy

-
    -
  • Url
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- -
hostname?: string
-
- -
pathname?: string
-
- -
protocol?: string
-
- -
query: object
-
- -
search: string
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +Url | ach-node-sdk

Interface Url

interface Url {
    hostname?: string;
    pathname?: string;
    protocol?: string;
    query: object;
    search: string;
}

Properties

hostname?: string
pathname?: string
protocol?: string
query: object
search: string

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/api.html b/docs/modules/api.html index 58cb31e..60cb61c 100644 --- a/docs/modules/api.html +++ b/docs/modules/api.html @@ -1,153 +1,44 @@ -api | ach-node-sdk
-
- -
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +api | ach-node-sdk

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/base.html b/docs/modules/base.html index 3caaa80..06fcc0d 100644 --- a/docs/modules/base.html +++ b/docs/modules/base.html @@ -1,71 +1,6 @@ -base | ach-node-sdk
-
- -
-
-
-
- -

Module base

-
-
-

Index

-
-

Classes

-
-
-

Interfaces

-
-
-

Variables

-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +base | ach-node-sdk

Module base

Index

Classes

Interfaces

Variables

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/common.html b/docs/modules/common.html index 1c7a0a9..4760374 100644 --- a/docs/modules/common.html +++ b/docs/modules/common.html @@ -1,78 +1,11 @@ -common | ach-node-sdk
-
- -
- -
-

Generated using TypeDoc

-
\ No newline at end of file +common | ach-node-sdk

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/configuration.html b/docs/modules/configuration.html index 687e1ba..0eb22b6 100644 --- a/docs/modules/configuration.html +++ b/docs/modules/configuration.html @@ -1,62 +1,3 @@ -configuration | ach-node-sdk
-
- -
-
-
-
- -

Module configuration

-
-
-

Index

-
-

Classes

-
-
-

Interfaces

-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +configuration | ach-node-sdk

Module configuration

Index

Classes

Interfaces

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/index.html b/docs/modules/index.html index ff16924..8f21488 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -1,283 +1,45 @@ -index | ach-node-sdk
-
- -
-
-
-
- -

Module index

-
-
-
- -
-
-

References

-
-Re-exports ACHFilesApi
-
-Re-exports ACHFilesApiAxiosParamCreator
-
-Re-exports ACHFilesApiFactory
-
-Re-exports ACHFilesApiFp
-
-Re-exports ADVBatchControl
-
-Re-exports ADVEntryDetail
-
-Re-exports ADVFileControl
-
-Re-exports Addenda02
-
-Re-exports Addenda05
-
-Re-exports Addenda10
-
-Re-exports Addenda11
-
-Re-exports Addenda12
-
-Re-exports Addenda13
-
-Re-exports Addenda14
-
-Re-exports Addenda15
-
-Re-exports Addenda16
-
-Re-exports Addenda17
-
-Re-exports Addenda18
-
-Re-exports Addenda98
-
-Re-exports Addenda98Refused
-
-Re-exports Addenda99
-
-Re-exports Addenda99Contested
-
-Re-exports Addenda99Dishonored
-
-Re-exports Batch
-
-Re-exports BatchControl
-
-Re-exports BatchHeader
-
-Re-exports Configuration
-
-Re-exports ConfigurationParameters
-
-Re-exports CreateFile
-
-Re-exports CreateFileResponse
-
-Re-exports EntryDetail
-
-Re-exports FileControl
-
-Re-exports FileHeader
-
-Re-exports FlattenFileResponse
-
-Re-exports IATBatch
-
-Re-exports IATBatchHeader
-
-Re-exports IATEntryDetail
-
-Re-exports ModelError
-
-Re-exports ModelFile
-
-Re-exports Offset
-
-Re-exports OffsetAccountTypeEnum
-
-Re-exports SegmentFile
-
-Re-exports SegmentedFiles
-
-Re-exports ValidateOpts
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +index | ach-node-sdk

Module index

References

Re-exports ACHFilesApi
Re-exports ACHFilesApiAxiosParamCreator
Re-exports ACHFilesApiFactory
Re-exports ACHFilesApiFp
Re-exports ADVBatchControl
Re-exports ADVEntryDetail
Re-exports ADVFileControl
Re-exports Addenda02
Re-exports Addenda05
Re-exports Addenda10
Re-exports Addenda11
Re-exports Addenda12
Re-exports Addenda13
Re-exports Addenda14
Re-exports Addenda15
Re-exports Addenda16
Re-exports Addenda17
Re-exports Addenda18
Re-exports Addenda98
Re-exports Addenda98Refused
Re-exports Addenda99
Re-exports Addenda99Contested
Re-exports Addenda99Dishonored
Re-exports Batch
Re-exports BatchControl
Re-exports BatchHeader
Re-exports Configuration
Re-exports ConfigurationParameters
Re-exports CreateFile
Re-exports CreateFileResponse
Re-exports EntryDetail
Re-exports FileControl
Re-exports FileHeader
Re-exports FlattenFileResponse
Re-exports IATBatch
Re-exports IATBatchHeader
Re-exports IATEntryDetail
Re-exports ModelError
Re-exports ModelFile
Re-exports Offset
Re-exports OffsetAccountTypeEnum
Re-exports SegmentFile
Re-exports SegmentedFiles
Re-exports ValidateOpts

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/url.html b/docs/modules/url.html index 0349b56..a771f22 100644 --- a/docs/modules/url.html +++ b/docs/modules/url.html @@ -1,64 +1,4 @@ -url | ach-node-sdk
-
- -
-
-
-
- -

Module url

-
-
-

Index

-
-

Interfaces

-
Url -
-
-

Functions

-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +url | ach-node-sdk

Module url

Index

Interfaces

Url +

Functions

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/api.OffsetAccountTypeEnum.html b/docs/types/api.OffsetAccountTypeEnum.html index b085405..e60418e 100644 --- a/docs/types/api.OffsetAccountTypeEnum.html +++ b/docs/types/api.OffsetAccountTypeEnum.html @@ -1,95 +1 @@ -OffsetAccountTypeEnum | ach-node-sdk
-
- -
- -
-

Generated using TypeDoc

-
\ No newline at end of file +OffsetAccountTypeEnum | ach-node-sdk

Type alias OffsetAccountTypeEnum

OffsetAccountTypeEnum: typeof OffsetAccountTypeEnum[keyof typeof OffsetAccountTypeEnum]

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/api.OffsetAccountTypeEnum-1.html b/docs/variables/api.OffsetAccountTypeEnum-1.html index efaf00c..0ac6bbe 100644 --- a/docs/variables/api.OffsetAccountTypeEnum-1.html +++ b/docs/variables/api.OffsetAccountTypeEnum-1.html @@ -1,102 +1 @@ -OffsetAccountTypeEnum | ach-node-sdk
-
- -
-
-
-
- -

Variable OffsetAccountTypeEnumConst

-
OffsetAccountTypeEnum: {
    Checking: "checking";
    Savings: "savings";
} = ...
-
-

Type declaration

-
    -
  • -
    Readonly Checking: "checking"
  • -
  • -
    Readonly Savings: "savings"
-
-
-

Generated using TypeDoc

-
\ No newline at end of file +OffsetAccountTypeEnum | ach-node-sdk

Variable OffsetAccountTypeEnumConst

OffsetAccountTypeEnum: {
    Checking: "checking";
    Savings: "savings";
} = ...

Type declaration

  • Readonly Checking: "checking"
  • Readonly Savings: "savings"

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/base.BASE_PATH.html b/docs/variables/base.BASE_PATH.html index 63a4065..dbf542e 100644 --- a/docs/variables/base.BASE_PATH.html +++ b/docs/variables/base.BASE_PATH.html @@ -1,56 +1 @@ -BASE_PATH | ach-node-sdk
-
- -
-
-
-
- -

Variable BASE_PATHConst

-
BASE_PATH: string = ...
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +BASE_PATH | ach-node-sdk

Variable BASE_PATHConst

BASE_PATH: string = ...

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/base.COLLECTION_FORMATS.html b/docs/variables/base.COLLECTION_FORMATS.html index 2a96020..9573de7 100644 --- a/docs/variables/base.COLLECTION_FORMATS.html +++ b/docs/variables/base.COLLECTION_FORMATS.html @@ -1,69 +1 @@ -COLLECTION_FORMATS | ach-node-sdk
-
- -
-
-
-
- -

Variable COLLECTION_FORMATSConst

-
COLLECTION_FORMATS: {
    csv: string;
    pipes: string;
    ssv: string;
    tsv: string;
} = ...
-
-

Type declaration

-
    -
  • -
    csv: string
  • -
  • -
    pipes: string
  • -
  • -
    ssv: string
  • -
  • -
    tsv: string
-
-

Export

-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +COLLECTION_FORMATS | ach-node-sdk

Variable COLLECTION_FORMATSConst

COLLECTION_FORMATS: {
    csv: string;
    pipes: string;
    ssv: string;
    tsv: string;
} = ...

Type declaration

  • csv: string
  • pipes: string
  • ssv: string
  • tsv: string

Export

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/variables/common.DUMMY_BASE_URL.html b/docs/variables/common.DUMMY_BASE_URL.html index 57a1797..a38393c 100644 --- a/docs/variables/common.DUMMY_BASE_URL.html +++ b/docs/variables/common.DUMMY_BASE_URL.html @@ -1,63 +1 @@ -DUMMY_BASE_URL | ach-node-sdk
-
- -
-
-
-
- -

Variable DUMMY_BASE_URLConst

-
DUMMY_BASE_URL: "https://example.com" = 'https://example.com'
-
-

Export

-
-
-

Generated using TypeDoc

-
\ No newline at end of file +DUMMY_BASE_URL | ach-node-sdk

Variable DUMMY_BASE_URLConst

DUMMY_BASE_URL: "https://example.com" = 'https://example.com'

Export

Generated using TypeDoc

\ No newline at end of file diff --git a/makefile b/makefile index 330feb6..90bdfe8 100644 --- a/makefile +++ b/makefile @@ -8,7 +8,7 @@ client: # Checkout https://github.com/OpenAPITools/openapi-generator/releases @chmod +x ./openapi-generator @rm -rf ./client - OPENAPI_GENERATOR_VERSION=6.6.0 ./openapi-generator generate -i https://raw.githubusercontent.com/moov-io/ach/1008caf15aaf7d870f9ff939182dca29ef54b7b2/openapi.yaml -g typescript-axios # v1.32.0 + 1 commit + OPENAPI_GENERATOR_VERSION=6.6.0 ./openapi-generator generate -i https://raw.githubusercontent.com/moov-io/ach/v1.35.1/openapi.yaml -g typescript-axios # v1.35.1 .PHONY: docs docs: