In the previous version of the API, requesting BankTransactions would bring back FullyPaidOnDate. This is still shown in the example response here, although it's not listed in the list of elements returned in the BankTransactions response.
This data is not accessible through the OpenAPI generated interface.
Current Behavior
The data is shown as a potential piece of response data still, but is inaccessible.
Possible Solution
I would expect either:
a. this data to be accessible through the interface or
b. the documentation to no longer reference this field as it has been deprecated in this version of the API
Context
Your Environment
Version used: xero-oauth-php2 @ 2.9.0
Browser Name and version: N/A
Operating System and version (desktop or mobile): N/A
@dochne As BankTransactions are always fully paid, this was probably a mistake in putting together the sample body in the docs. I've brought this to the team's attention and will look to have it updated asap
Expected Behavior
In the previous version of the API, requesting BankTransactions would bring back
FullyPaidOnDate
. This is still shown in the example response here, although it's not listed in the list of elements returned in the BankTransactions response.This data is not accessible through the OpenAPI generated interface.
Current Behavior
The data is shown as a potential piece of response data still, but is inaccessible.
Possible Solution
I would expect either: a. this data to be accessible through the interface or b. the documentation to no longer reference this field as it has been deprecated in this version of the API
Context
Your Environment