Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LEND-3076] Remove Indirect Bank Feed #680

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions xero-finance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,12 @@ paths:
totalAmount: 189
dataSource:
directBankFeed: 0
indirectBankFeed: 0
fileUpload: 300
manual: -188
directBankFeedPos: 0
indirectBankFeedPos: 0
fileUploadPos: 2223
manualPos: 0
directBankFeedNeg: 0
indirectBankFeedNeg: 0
fileUploadNeg: -1890
manualNeg: -500
otherPos: 0
Expand Down Expand Up @@ -1551,7 +1548,7 @@ components:
format: date-time
importSourceType:
type: string
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).
description: Looking at the most recent bank statement, this field indicates the source of the data (direct bank feed, file upload, or manual keying).
additionalProperties: false
DataSourceResponse:
type: object
Expand All @@ -1561,12 +1558,6 @@ components:
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.
format: double
x-is-money: true
indirectBankFeed:
type: number
deprecated: true
description: No longer in use.
format: double
x-is-money: true
fileUpload:
type: number
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.
Expand All @@ -1582,12 +1573,6 @@ components:
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.
format: double
x-is-money: true
indirectBankFeedPos:
type: number
deprecated: true
description: No longer in use.
format: double
x-is-money: true
fileUploadPos:
type: number
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.
Expand All @@ -1603,12 +1588,6 @@ components:
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.
format: double
x-is-money: true
indirectBankFeedNeg:
type: number
deprecated: true
description: No longer in use.
format: double
x-is-money: true
fileUploadNeg:
type: number
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.
Expand Down
Loading