XeroAPI / Xero-OpenAPI

An OpenAPI description of the Xero API

Home Page:https://developer.xero.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FullyPaidOnDate inaccessible from BankTransaction

dochne opened this issue · comments

commented

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

  • Version used: xero-oauth-php2 @ 2.9.0
  • Browser Name and version: N/A
  • Operating System and version (desktop or mobile): N/A
  • Link to your project: 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