33 *
44 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
55 *
6- * The version of the OpenAPI document: 2.4.4
6+ * The version of the OpenAPI document: 2.5.0
77 * Contact: api@xero.com
88 * Generated by: https://github.com/openapitools/openapi-generator.git
99 */
@@ -4458,7 +4458,7 @@ public interface IAccountingApiAsync : IApiAccessor
44584458 /// <param name="standardLayout">The standard layout boolean for the Balance Sheet report (optional)</param>
44594459 /// <param name="paymentsOnly">return a cash basis for the Balance Sheet report (optional)</param>
44604460 /// <returns>Task of ReportWithRows</returns>
4461- System.Threading.Tasks.Task<ReportWithRows> GetReportBalanceSheetAsync (string accessToken, string xeroTenantId, string date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null);
4461+ System.Threading.Tasks.Task<ReportWithRows> GetReportBalanceSheetAsync (string accessToken, string xeroTenantId, DateTime? date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null);
44624462
44634463 /// <summary>
44644464 /// Allows you to retrieve report for BalanceSheet
@@ -4476,7 +4476,7 @@ public interface IAccountingApiAsync : IApiAccessor
44764476 /// <param name="standardLayout">The standard layout boolean for the Balance Sheet report (optional)</param>
44774477 /// <param name="paymentsOnly">return a cash basis for the Balance Sheet report (optional)</param>
44784478 /// <returns>Task of ApiResponse (ReportWithRows)</returns>
4479- System.Threading.Tasks.Task<ApiResponse<ReportWithRows>> GetReportBalanceSheetAsyncWithHttpInfo (string accessToken, string xeroTenantId, string date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null);
4479+ System.Threading.Tasks.Task<ApiResponse<ReportWithRows>> GetReportBalanceSheetAsyncWithHttpInfo (string accessToken, string xeroTenantId, DateTime? date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null);
44804480 /// <summary>
44814481 /// Allows you to retrieve report for BankSummary
44824482 /// </summary>
@@ -20954,7 +20954,7 @@ public async System.Threading.Tasks.Task<ReportWithRows> GetReportBASorGSTListAs
2095420954 /// <param name="standardLayout">The standard layout boolean for the Balance Sheet report (optional)</param>
2095520955 /// <param name="paymentsOnly">return a cash basis for the Balance Sheet report (optional)</param>
2095620956 /// <returns>Task of ReportWithRows</returns>
20957- public async System.Threading.Tasks.Task<ReportWithRows> GetReportBalanceSheetAsync (string accessToken, string xeroTenantId, string date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null)
20957+ public async System.Threading.Tasks.Task<ReportWithRows> GetReportBalanceSheetAsync (string accessToken, string xeroTenantId, DateTime? date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null)
2095820958 {
2095920959 Xero.NetStandard.OAuth2.Client.ApiResponse<ReportWithRows> localVarResponse = await GetReportBalanceSheetAsyncWithHttpInfo(accessToken, xeroTenantId, date, periods, timeframe, trackingOptionID1, trackingOptionID2, standardLayout, paymentsOnly);
2096020960 return localVarResponse.Data;
@@ -20974,7 +20974,7 @@ public async System.Threading.Tasks.Task<ReportWithRows> GetReportBalanceSheetAs
2097420974 /// <param name="standardLayout">The standard layout boolean for the Balance Sheet report (optional)</param>
2097520975 /// <param name="paymentsOnly">return a cash basis for the Balance Sheet report (optional)</param>
2097620976 /// <returns>Task of ApiResponse (ReportWithRows)</returns>
20977- public async System.Threading.Tasks.Task<Xero.NetStandard.OAuth2.Client.ApiResponse<ReportWithRows>> GetReportBalanceSheetAsyncWithHttpInfo (string accessToken, string xeroTenantId, string date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null)
20977+ public async System.Threading.Tasks.Task<Xero.NetStandard.OAuth2.Client.ApiResponse<ReportWithRows>> GetReportBalanceSheetAsyncWithHttpInfo (string accessToken, string xeroTenantId, DateTime? date = null, int? periods = null, string timeframe = null, string trackingOptionID1 = null, string trackingOptionID2 = null, bool? standardLayout = null, bool? paymentsOnly = null)
2097820978 {
2097920979 // verify the required parameter 'xeroTenantId' is set
2098020980 if (xeroTenantId == null)
0 commit comments