Skip to content

Commit 59783fb

Browse files
Merge pull request #702 from eamsdev/LEND-3076-Remove-Indirect-Bank-Feed
chore(xero-finance.yaml): remove indirect bank feed fields from getCa…
2 parents 34213f6 + 9beaf2a commit 59783fb

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

xero-finance.yaml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,12 @@ paths:
7777
totalAmount: 189
7878
dataSource:
7979
directBankFeed: 0
80-
indirectBankFeed: 0
8180
fileUpload: 300
8281
manual: -188
8382
directBankFeedPos: 0
84-
indirectBankFeedPos: 0
8583
fileUploadPos: 2223
8684
manualPos: 0
8785
directBankFeedNeg: 0
88-
indirectBankFeedNeg: 0
8986
fileUploadNeg: -1890
9087
manualNeg: -500
9188
otherPos: 0
@@ -1551,7 +1548,7 @@ components:
15511548
format: date-time
15521549
importSourceType:
15531550
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).
15551552
additionalProperties: false
15561553
DataSourceResponse:
15571554
type: object
@@ -1561,12 +1558,6 @@ components:
15611558
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.
15621559
format: double
15631560
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
15701561
fileUpload:
15711562
type: number
15721563
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:
15821573
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.
15831574
format: double
15841575
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
15911576
fileUploadPos:
15921577
type: number
15931578
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:
16031588
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.
16041589
format: double
16051590
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
16121591
fileUploadNeg:
16131592
type: number
16141593
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

Comments
 (0)