XeroAPI / Xero-NetStandard

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

Generated SDK from Open API version 2.33.0 #452

Closed JRising-Xero closed 1 year ago

JRising-Xero commented 1 year ago

Generates Xero-NetStandard 3.30.0 from Xero-OpenAPI 2.33.0

Accounting API

Resolves Xero Node #605

{
   "PaymentServices":[
      {
         "PaymentServiceID":"54b3b4f6-0443-4fba-bcd1-61ec0c35ca55",
         "PaymentServiceName":"PayUpNow",
         "PaymentServiceUrl":"https://www.payupnow.com/",
         "PaymentServiceType":"Custom",
         "PayNowText":"Time To Pay"
      }
   ]
}

Types of Changes