You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xero-finance.yaml
+1-22Lines changed: 1 addition & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -77,15 +77,12 @@ paths:
77
77
totalAmount: 189
78
78
dataSource:
79
79
directBankFeed: 0
80
-
indirectBankFeed: 0
81
80
fileUpload: 300
82
81
manual: -188
83
82
directBankFeedPos: 0
84
-
indirectBankFeedPos: 0
85
83
fileUploadPos: 2223
86
84
manualPos: 0
87
85
directBankFeedNeg: 0
88
-
indirectBankFeedNeg: 0
89
86
fileUploadNeg: -1890
90
87
manualNeg: -500
91
88
otherPos: 0
@@ -1551,7 +1548,7 @@ components:
1551
1548
format: date-time
1552
1549
importSourceType:
1553
1550
type: string
1554
-
description: Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, indirect bank feed, file upload, or manual keying).
1551
+
description: Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, file upload, or manual keying).
1555
1552
additionalProperties: false
1556
1553
DataSourceResponse:
1557
1554
type: object
@@ -1561,12 +1558,6 @@ components:
1561
1558
description: Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data.
1562
1559
format: double
1563
1560
x-is-money: true
1564
-
indirectBankFeed:
1565
-
type: number
1566
-
deprecated: true
1567
-
description: No longer in use.
1568
-
format: double
1569
-
x-is-money: true
1570
1561
fileUpload:
1571
1562
type: number
1572
1563
description: Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data.
@@ -1582,12 +1573,6 @@ components:
1582
1573
description: Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.
1583
1574
format: double
1584
1575
x-is-money: true
1585
-
indirectBankFeedPos:
1586
-
type: number
1587
-
deprecated: true
1588
-
description: No longer in use.
1589
-
format: double
1590
-
x-is-money: true
1591
1576
fileUploadPos:
1592
1577
type: number
1593
1578
description: Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.
@@ -1603,12 +1588,6 @@ components:
1603
1588
description: Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.
1604
1589
format: double
1605
1590
x-is-money: true
1606
-
indirectBankFeedNeg:
1607
-
type: number
1608
-
deprecated: true
1609
-
description: No longer in use.
1610
-
format: double
1611
-
x-is-money: true
1612
1591
fileUploadNeg:
1613
1592
type: number
1614
1593
description: Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.
0 commit comments