XeroAPI / Xero-NetStandard

A wrapper of the Xero API in the .NetStandard 2.0 framework. Supports Accounting, Payroll AU/US, and Files
MIT License
118 stars 119 forks source link

Payments API does not parse returned Warnings property #501

Closed Plasma closed 4 months ago

Plasma commented 5 months ago

SDK you're using (please complete the following information):

Describe the bug The response to CreatePaymentsAsync returns in the API response Warnings (for example, Payment made prior to invoice issuance date), however this property is not available to the Payment(s) objects.

To Reproduce Steps to reproduce the behavior:

  1. Create a Payment, with a payment date before the issuance of an invoice (for example)
  2. Notice in the API response the Warnings field was populated
  3. This field is absent from SDK
github-actions[bot] commented 5 months ago

PETOSS-389

github-actions[bot] commented 5 months ago

Thanks for raising an issue, a ticket has been created to track your request