UNPKG
ofx4js
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A javascript OFX library, ported from OFX4J
github.com/arolson101/ofx4js
arolson101/ofx4js
ofx4js
/
lib
/
domain
/
data
/
tax1099
/
Tax1099Request.d.ts
7 lines
(6 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
import { T1099Request }
from
"../common/T1099Request"
; export
declare
class
Tax1099Request
extends
T1099Request
{
getTaxYear
():
string
;
setTaxYear
(
taxYear
:
string
):
void
;
private
taxYear; }