UNPKG
xero-node
Version:
latest (17.0.0)
next (3.0.0-alpha.6)
17.0.0
16.0.0
15.0.1
15.0.0
14.0.0
13.4.0
13.3.1
13.3.0
13.2.0
13.1.0
13.0.0
12.0.0
11.2.0
11.1.0
11.0.0
11.0.0-alpha.7
10.1.0
10.0.0
9.3.0
9.3.0-alpha.5
9.3.0-alpha.4
9.3.0-alpha.3
9.3.0-alpha.2
9.3.0-alpha.1
9.3.0-alpha
9.2.0
9.1.0
9.0.0
8.0.0
7.0.0
6.0.0
5.1.0
5.0.1
5.0.0
4.38.0
4.37.0
4.36.0
4.35.0
4.34.0
4.33.0
4.32.0
4.31.0
4.30.0
4.29.0
4.28.1
4.28.0
4.27.1
4.27.0
4.26.0
4.25.0
4.24.0
4.23.0
4.22.0
4.21.0
4.20.1
4.20.0
4.19.1
4.19.0
4.18.0
4.17.0
4.16.1
4.16.0
4.15.0
4.14.0
4.13.0
4.12.0
4.11.3
4.11.2
4.11.1
4.11.0
4.10.4
4.10.3
4.10.2
4.10.1
4.10.0
4.9.1
4.9.0
4.8.1
4.8.0
4.7.6
4.7.5
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.0
4.5.2
4.5.1
4.5.0
4.4.9
4.4.8
4.4.7
4.4.6
4.4.5
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.2.0
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
4.0.0-alpha.3
4.0.0-alpha.2
4.0.0-alpha.1
3.1.2
3.1.1
3.1.0
3.0.21
3.0.20
3.0.19
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-alpha.10
3.0.0-alpha.9
3.0.0-alpha.8
3.0.0-alpha.7
3.0.0-alpha.6
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
2.20.0
2.19.1
2.19.0
2.18.0
2.17.0
2.16.0
2.15.0
2.14.0
2.13.0
2.12.0
2.11.0
2.10.1
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
2.2.2
2.2.1
2.2.0
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.1.2
1.1.0
1.0.0
Xero NodeJS OAuth 2.0 client for xero-node
github.com/XeroAPI/xero-node
XeroAPI/xero-node
xero-node
/
dist
/
gen
/
model
/
bankfeeds
/
creditDebitIndicator.d.ts
8 lines
(7 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * If the statement balances are credit or debit, the CreditDebitIndicator should be specified from the perspective of the Customer. */
export
declare
enum
CreditDebitIndicator
{ CREDIT, DEBIT }