diff --git a/pom.xml b/pom.xml index ccf7b2d3..f7ef0601 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ xero-java jar xero-java - 4.2.0 + 4.3.0 https://github.com/XeroAPI/Xero-Java This is the official Java SDK for Xero API diff --git a/src/main/java/com/xero/api/client/AccountingApi.java b/src/main/java/com/xero/api/client/AccountingApi.java index 5e3f3f41..cef01412 100644 --- a/src/main/java/com/xero/api/client/AccountingApi.java +++ b/src/main/java/com/xero/api/client/AccountingApi.java @@ -83,7 +83,7 @@ public class AccountingApi { private ApiClient apiClient; private static AccountingApi instance = null; private String userAgent = "Default"; - private String version = "4.2.0"; + private String version = "4.3.0"; static final Logger logger = LoggerFactory.getLogger(AccountingApi.class); public AccountingApi() { diff --git a/src/main/java/com/xero/api/client/AssetApi.java b/src/main/java/com/xero/api/client/AssetApi.java index 0e857788..1d2fe356 100644 --- a/src/main/java/com/xero/api/client/AssetApi.java +++ b/src/main/java/com/xero/api/client/AssetApi.java @@ -35,7 +35,7 @@ public class AssetApi { private ApiClient apiClient; private static AssetApi instance = null; private String userAgent = "Default"; - private String version = "4.2.0"; + private String version = "4.3.0"; static final Logger logger = LoggerFactory.getLogger(AssetApi.class); public AssetApi() { diff --git a/src/main/java/com/xero/api/client/BankFeedsApi.java b/src/main/java/com/xero/api/client/BankFeedsApi.java index fe25ea1e..97b5e3bd 100644 --- a/src/main/java/com/xero/api/client/BankFeedsApi.java +++ b/src/main/java/com/xero/api/client/BankFeedsApi.java @@ -33,7 +33,7 @@ public class BankFeedsApi { private ApiClient apiClient; private static BankFeedsApi instance = null; private String userAgent = "Default"; - private String version = "4.2.0"; + private String version = "4.3.0"; static final Logger logger = LoggerFactory.getLogger(BankFeedsApi.class); public BankFeedsApi() { diff --git a/src/main/java/com/xero/api/client/IdentityApi.java b/src/main/java/com/xero/api/client/IdentityApi.java index 75a77b34..c8d8ba5f 100644 --- a/src/main/java/com/xero/api/client/IdentityApi.java +++ b/src/main/java/com/xero/api/client/IdentityApi.java @@ -31,7 +31,7 @@ public class IdentityApi { private ApiClient apiClient; private static IdentityApi instance = null; private String userAgent = "Default"; - private String version = "4.2.0"; + private String version = "4.3.0"; static final Logger logger = LoggerFactory.getLogger(IdentityApi.class); public IdentityApi() { diff --git a/src/main/java/com/xero/api/client/PayrollAuApi.java b/src/main/java/com/xero/api/client/PayrollAuApi.java index 862f2b74..73d1e6f0 100644 --- a/src/main/java/com/xero/api/client/PayrollAuApi.java +++ b/src/main/java/com/xero/api/client/PayrollAuApi.java @@ -50,7 +50,7 @@ public class PayrollAuApi { private ApiClient apiClient; private static PayrollAuApi instance = null; private String userAgent = "Default"; - private String version = "4.2.0"; + private String version = "4.3.0"; static final Logger logger = LoggerFactory.getLogger(PayrollAuApi.class); public PayrollAuApi() { diff --git a/src/main/java/com/xero/api/client/PayrollNzApi.java b/src/main/java/com/xero/api/client/PayrollNzApi.java index 34f3830e..3fe175d6 100644 --- a/src/main/java/com/xero/api/client/PayrollNzApi.java +++ b/src/main/java/com/xero/api/client/PayrollNzApi.java @@ -92,7 +92,7 @@ public class PayrollNzApi { private ApiClient apiClient; private static PayrollNzApi instance = null; private String userAgent = "Default"; - private String version = "4.2.0"; + private String version = "4.3.0"; static final Logger logger = LoggerFactory.getLogger(PayrollNzApi.class); public PayrollNzApi() { diff --git a/src/main/java/com/xero/api/client/PayrollUkApi.java b/src/main/java/com/xero/api/client/PayrollUkApi.java index b2b65652..98cbf9af 100644 --- a/src/main/java/com/xero/api/client/PayrollUkApi.java +++ b/src/main/java/com/xero/api/client/PayrollUkApi.java @@ -92,7 +92,7 @@ public class PayrollUkApi { private ApiClient apiClient; private static PayrollUkApi instance = null; private String userAgent = "Default"; - private String version = "4.2.0"; + private String version = "4.3.0"; static final Logger logger = LoggerFactory.getLogger(PayrollUkApi.class); public PayrollUkApi() { diff --git a/src/main/java/com/xero/api/client/ProjectApi.java b/src/main/java/com/xero/api/client/ProjectApi.java index 327ee382..288baa1b 100644 --- a/src/main/java/com/xero/api/client/ProjectApi.java +++ b/src/main/java/com/xero/api/client/ProjectApi.java @@ -41,7 +41,7 @@ public class ProjectApi { private ApiClient apiClient; private static ProjectApi instance = null; private String userAgent = "Default"; - private String version = "4.2.0"; + private String version = "4.3.0"; static final Logger logger = LoggerFactory.getLogger(ProjectApi.class); public ProjectApi() { diff --git a/src/main/java/com/xero/models/accounting/Account.java b/src/main/java/com/xero/models/accounting/Account.java index 5f871eb7..f9cd9cc5 100644 --- a/src/main/java/com/xero/models/accounting/Account.java +++ b/src/main/java/com/xero/models/accounting/Account.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/AccountType.java b/src/main/java/com/xero/models/accounting/AccountType.java index 4a6330c7..6b25c332 100644 --- a/src/main/java/com/xero/models/accounting/AccountType.java +++ b/src/main/java/com/xero/models/accounting/AccountType.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Accounts.java b/src/main/java/com/xero/models/accounting/Accounts.java index 7d791b29..1bf953fd 100644 --- a/src/main/java/com/xero/models/accounting/Accounts.java +++ b/src/main/java/com/xero/models/accounting/Accounts.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/AccountsPayable.java b/src/main/java/com/xero/models/accounting/AccountsPayable.java index 5ee59e78..bff326d9 100644 --- a/src/main/java/com/xero/models/accounting/AccountsPayable.java +++ b/src/main/java/com/xero/models/accounting/AccountsPayable.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/AccountsReceivable.java b/src/main/java/com/xero/models/accounting/AccountsReceivable.java index b53e8c17..496209c3 100644 --- a/src/main/java/com/xero/models/accounting/AccountsReceivable.java +++ b/src/main/java/com/xero/models/accounting/AccountsReceivable.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Address.java b/src/main/java/com/xero/models/accounting/Address.java index c61cbe2b..aba2a0e4 100644 --- a/src/main/java/com/xero/models/accounting/Address.java +++ b/src/main/java/com/xero/models/accounting/Address.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Allocation.java b/src/main/java/com/xero/models/accounting/Allocation.java index 940ea61d..3a5463c5 100644 --- a/src/main/java/com/xero/models/accounting/Allocation.java +++ b/src/main/java/com/xero/models/accounting/Allocation.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Allocations.java b/src/main/java/com/xero/models/accounting/Allocations.java index 8a39f270..2b47cfba 100644 --- a/src/main/java/com/xero/models/accounting/Allocations.java +++ b/src/main/java/com/xero/models/accounting/Allocations.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Attachment.java b/src/main/java/com/xero/models/accounting/Attachment.java index 9f63f5e2..729f8e51 100644 --- a/src/main/java/com/xero/models/accounting/Attachment.java +++ b/src/main/java/com/xero/models/accounting/Attachment.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Attachments.java b/src/main/java/com/xero/models/accounting/Attachments.java index a466cbb9..4d7e2902 100644 --- a/src/main/java/com/xero/models/accounting/Attachments.java +++ b/src/main/java/com/xero/models/accounting/Attachments.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Balances.java b/src/main/java/com/xero/models/accounting/Balances.java index 664f8d40..14cd2d78 100644 --- a/src/main/java/com/xero/models/accounting/Balances.java +++ b/src/main/java/com/xero/models/accounting/Balances.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/BankTransaction.java b/src/main/java/com/xero/models/accounting/BankTransaction.java index b1d6238a..2aacdce8 100644 --- a/src/main/java/com/xero/models/accounting/BankTransaction.java +++ b/src/main/java/com/xero/models/accounting/BankTransaction.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/BankTransactions.java b/src/main/java/com/xero/models/accounting/BankTransactions.java index ddffdb0c..9006f7e1 100644 --- a/src/main/java/com/xero/models/accounting/BankTransactions.java +++ b/src/main/java/com/xero/models/accounting/BankTransactions.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/BankTransfer.java b/src/main/java/com/xero/models/accounting/BankTransfer.java index 9b7583fd..cb4d782b 100644 --- a/src/main/java/com/xero/models/accounting/BankTransfer.java +++ b/src/main/java/com/xero/models/accounting/BankTransfer.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/BankTransfers.java b/src/main/java/com/xero/models/accounting/BankTransfers.java index 3162e411..12ad6a0b 100644 --- a/src/main/java/com/xero/models/accounting/BankTransfers.java +++ b/src/main/java/com/xero/models/accounting/BankTransfers.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/BatchPayment.java b/src/main/java/com/xero/models/accounting/BatchPayment.java index dbf79255..d7bf7c53 100644 --- a/src/main/java/com/xero/models/accounting/BatchPayment.java +++ b/src/main/java/com/xero/models/accounting/BatchPayment.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/BatchPaymentDetails.java b/src/main/java/com/xero/models/accounting/BatchPaymentDetails.java index 6892554b..193cda72 100644 --- a/src/main/java/com/xero/models/accounting/BatchPaymentDetails.java +++ b/src/main/java/com/xero/models/accounting/BatchPaymentDetails.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/BatchPayments.java b/src/main/java/com/xero/models/accounting/BatchPayments.java index d44f1a9b..f1e493a7 100644 --- a/src/main/java/com/xero/models/accounting/BatchPayments.java +++ b/src/main/java/com/xero/models/accounting/BatchPayments.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Bill.java b/src/main/java/com/xero/models/accounting/Bill.java index 01fe2135..0a6f4e50 100644 --- a/src/main/java/com/xero/models/accounting/Bill.java +++ b/src/main/java/com/xero/models/accounting/Bill.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/BrandingTheme.java b/src/main/java/com/xero/models/accounting/BrandingTheme.java index 28683d07..9da98921 100644 --- a/src/main/java/com/xero/models/accounting/BrandingTheme.java +++ b/src/main/java/com/xero/models/accounting/BrandingTheme.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/BrandingThemes.java b/src/main/java/com/xero/models/accounting/BrandingThemes.java index 8702cf51..aa962d8b 100644 --- a/src/main/java/com/xero/models/accounting/BrandingThemes.java +++ b/src/main/java/com/xero/models/accounting/BrandingThemes.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/CISOrgSetting.java b/src/main/java/com/xero/models/accounting/CISOrgSetting.java index 0ebebc7c..74f4d2d8 100644 --- a/src/main/java/com/xero/models/accounting/CISOrgSetting.java +++ b/src/main/java/com/xero/models/accounting/CISOrgSetting.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/CISSetting.java b/src/main/java/com/xero/models/accounting/CISSetting.java index 531ab724..a2d24820 100644 --- a/src/main/java/com/xero/models/accounting/CISSetting.java +++ b/src/main/java/com/xero/models/accounting/CISSetting.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/CISSettings.java b/src/main/java/com/xero/models/accounting/CISSettings.java index 6d79953c..34af63e1 100644 --- a/src/main/java/com/xero/models/accounting/CISSettings.java +++ b/src/main/java/com/xero/models/accounting/CISSettings.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Contact.java b/src/main/java/com/xero/models/accounting/Contact.java index fc946254..40658cde 100644 --- a/src/main/java/com/xero/models/accounting/Contact.java +++ b/src/main/java/com/xero/models/accounting/Contact.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ContactGroup.java b/src/main/java/com/xero/models/accounting/ContactGroup.java index 3a06a3a8..36ca8968 100644 --- a/src/main/java/com/xero/models/accounting/ContactGroup.java +++ b/src/main/java/com/xero/models/accounting/ContactGroup.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ContactGroups.java b/src/main/java/com/xero/models/accounting/ContactGroups.java index 43ceba4d..a307c5d7 100644 --- a/src/main/java/com/xero/models/accounting/ContactGroups.java +++ b/src/main/java/com/xero/models/accounting/ContactGroups.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ContactPerson.java b/src/main/java/com/xero/models/accounting/ContactPerson.java index b5ea78ab..86a92318 100644 --- a/src/main/java/com/xero/models/accounting/ContactPerson.java +++ b/src/main/java/com/xero/models/accounting/ContactPerson.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Contacts.java b/src/main/java/com/xero/models/accounting/Contacts.java index 7dddf9e5..1a85115c 100644 --- a/src/main/java/com/xero/models/accounting/Contacts.java +++ b/src/main/java/com/xero/models/accounting/Contacts.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/CountryCode.java b/src/main/java/com/xero/models/accounting/CountryCode.java index a9fd9a1e..09d47d12 100644 --- a/src/main/java/com/xero/models/accounting/CountryCode.java +++ b/src/main/java/com/xero/models/accounting/CountryCode.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/CreditNote.java b/src/main/java/com/xero/models/accounting/CreditNote.java index d494fe9f..885ba15e 100644 --- a/src/main/java/com/xero/models/accounting/CreditNote.java +++ b/src/main/java/com/xero/models/accounting/CreditNote.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/CreditNotes.java b/src/main/java/com/xero/models/accounting/CreditNotes.java index 32052d70..80487f5a 100644 --- a/src/main/java/com/xero/models/accounting/CreditNotes.java +++ b/src/main/java/com/xero/models/accounting/CreditNotes.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Currencies.java b/src/main/java/com/xero/models/accounting/Currencies.java index e5b9f59f..9c889975 100644 --- a/src/main/java/com/xero/models/accounting/Currencies.java +++ b/src/main/java/com/xero/models/accounting/Currencies.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Currency.java b/src/main/java/com/xero/models/accounting/Currency.java index bda65c74..42f3807d 100644 --- a/src/main/java/com/xero/models/accounting/Currency.java +++ b/src/main/java/com/xero/models/accounting/Currency.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/CurrencyCode.java b/src/main/java/com/xero/models/accounting/CurrencyCode.java index 0aad380b..36ba6e81 100644 --- a/src/main/java/com/xero/models/accounting/CurrencyCode.java +++ b/src/main/java/com/xero/models/accounting/CurrencyCode.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Element.java b/src/main/java/com/xero/models/accounting/Element.java index 81f58b27..f649d1fd 100644 --- a/src/main/java/com/xero/models/accounting/Element.java +++ b/src/main/java/com/xero/models/accounting/Element.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Employee.java b/src/main/java/com/xero/models/accounting/Employee.java index 1724df67..74739657 100644 --- a/src/main/java/com/xero/models/accounting/Employee.java +++ b/src/main/java/com/xero/models/accounting/Employee.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Employees.java b/src/main/java/com/xero/models/accounting/Employees.java index 60917065..319ab1f4 100644 --- a/src/main/java/com/xero/models/accounting/Employees.java +++ b/src/main/java/com/xero/models/accounting/Employees.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Error.java b/src/main/java/com/xero/models/accounting/Error.java index 73de419b..8845c354 100644 --- a/src/main/java/com/xero/models/accounting/Error.java +++ b/src/main/java/com/xero/models/accounting/Error.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ExpenseClaim.java b/src/main/java/com/xero/models/accounting/ExpenseClaim.java index 6aa38419..140eee98 100644 --- a/src/main/java/com/xero/models/accounting/ExpenseClaim.java +++ b/src/main/java/com/xero/models/accounting/ExpenseClaim.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ExpenseClaims.java b/src/main/java/com/xero/models/accounting/ExpenseClaims.java index 78da2a92..e87891e6 100644 --- a/src/main/java/com/xero/models/accounting/ExpenseClaims.java +++ b/src/main/java/com/xero/models/accounting/ExpenseClaims.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ExternalLink.java b/src/main/java/com/xero/models/accounting/ExternalLink.java index 581cf8ee..915d23a6 100644 --- a/src/main/java/com/xero/models/accounting/ExternalLink.java +++ b/src/main/java/com/xero/models/accounting/ExternalLink.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/HistoryRecord.java b/src/main/java/com/xero/models/accounting/HistoryRecord.java index ed308184..1ba54c90 100644 --- a/src/main/java/com/xero/models/accounting/HistoryRecord.java +++ b/src/main/java/com/xero/models/accounting/HistoryRecord.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/HistoryRecords.java b/src/main/java/com/xero/models/accounting/HistoryRecords.java index 715069a8..e51b83e1 100644 --- a/src/main/java/com/xero/models/accounting/HistoryRecords.java +++ b/src/main/java/com/xero/models/accounting/HistoryRecords.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Invoice.java b/src/main/java/com/xero/models/accounting/Invoice.java index 8b161a34..328caba5 100644 --- a/src/main/java/com/xero/models/accounting/Invoice.java +++ b/src/main/java/com/xero/models/accounting/Invoice.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/InvoiceReminder.java b/src/main/java/com/xero/models/accounting/InvoiceReminder.java index 7c31a7be..07afdf74 100644 --- a/src/main/java/com/xero/models/accounting/InvoiceReminder.java +++ b/src/main/java/com/xero/models/accounting/InvoiceReminder.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/InvoiceReminders.java b/src/main/java/com/xero/models/accounting/InvoiceReminders.java index 56601acc..64094735 100644 --- a/src/main/java/com/xero/models/accounting/InvoiceReminders.java +++ b/src/main/java/com/xero/models/accounting/InvoiceReminders.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Invoices.java b/src/main/java/com/xero/models/accounting/Invoices.java index 4571d67a..22651317 100644 --- a/src/main/java/com/xero/models/accounting/Invoices.java +++ b/src/main/java/com/xero/models/accounting/Invoices.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Item.java b/src/main/java/com/xero/models/accounting/Item.java index 2b5d54c1..29790f9d 100644 --- a/src/main/java/com/xero/models/accounting/Item.java +++ b/src/main/java/com/xero/models/accounting/Item.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Items.java b/src/main/java/com/xero/models/accounting/Items.java index d892e45f..36af561f 100644 --- a/src/main/java/com/xero/models/accounting/Items.java +++ b/src/main/java/com/xero/models/accounting/Items.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Journal.java b/src/main/java/com/xero/models/accounting/Journal.java index c9b12107..e7a9e4f5 100644 --- a/src/main/java/com/xero/models/accounting/Journal.java +++ b/src/main/java/com/xero/models/accounting/Journal.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/JournalLine.java b/src/main/java/com/xero/models/accounting/JournalLine.java index 2a885268..c285a2fa 100644 --- a/src/main/java/com/xero/models/accounting/JournalLine.java +++ b/src/main/java/com/xero/models/accounting/JournalLine.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Journals.java b/src/main/java/com/xero/models/accounting/Journals.java index 002aa6bc..b78c631d 100644 --- a/src/main/java/com/xero/models/accounting/Journals.java +++ b/src/main/java/com/xero/models/accounting/Journals.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/LineAmountTypes.java b/src/main/java/com/xero/models/accounting/LineAmountTypes.java index 23cc5b77..0db08fb2 100644 --- a/src/main/java/com/xero/models/accounting/LineAmountTypes.java +++ b/src/main/java/com/xero/models/accounting/LineAmountTypes.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/LineItem.java b/src/main/java/com/xero/models/accounting/LineItem.java index 4499ac87..f93af3bd 100644 --- a/src/main/java/com/xero/models/accounting/LineItem.java +++ b/src/main/java/com/xero/models/accounting/LineItem.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/LineItemTracking.java b/src/main/java/com/xero/models/accounting/LineItemTracking.java index 4bcc4a84..2314ab5f 100644 --- a/src/main/java/com/xero/models/accounting/LineItemTracking.java +++ b/src/main/java/com/xero/models/accounting/LineItemTracking.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/LinkedTransaction.java b/src/main/java/com/xero/models/accounting/LinkedTransaction.java index 2b68fed8..bdd79a9f 100644 --- a/src/main/java/com/xero/models/accounting/LinkedTransaction.java +++ b/src/main/java/com/xero/models/accounting/LinkedTransaction.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/LinkedTransactions.java b/src/main/java/com/xero/models/accounting/LinkedTransactions.java index 33e28dd7..3a03e026 100644 --- a/src/main/java/com/xero/models/accounting/LinkedTransactions.java +++ b/src/main/java/com/xero/models/accounting/LinkedTransactions.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ManualJournal.java b/src/main/java/com/xero/models/accounting/ManualJournal.java index 54ab86a3..9951e818 100644 --- a/src/main/java/com/xero/models/accounting/ManualJournal.java +++ b/src/main/java/com/xero/models/accounting/ManualJournal.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ManualJournalLine.java b/src/main/java/com/xero/models/accounting/ManualJournalLine.java index 1c560601..2ebece35 100644 --- a/src/main/java/com/xero/models/accounting/ManualJournalLine.java +++ b/src/main/java/com/xero/models/accounting/ManualJournalLine.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ManualJournals.java b/src/main/java/com/xero/models/accounting/ManualJournals.java index 1fef3a80..a9e21d44 100644 --- a/src/main/java/com/xero/models/accounting/ManualJournals.java +++ b/src/main/java/com/xero/models/accounting/ManualJournals.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/OnlineInvoice.java b/src/main/java/com/xero/models/accounting/OnlineInvoice.java index 53bd9a59..b2dac6c1 100644 --- a/src/main/java/com/xero/models/accounting/OnlineInvoice.java +++ b/src/main/java/com/xero/models/accounting/OnlineInvoice.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/OnlineInvoices.java b/src/main/java/com/xero/models/accounting/OnlineInvoices.java index c7fbd484..7f629e79 100644 --- a/src/main/java/com/xero/models/accounting/OnlineInvoices.java +++ b/src/main/java/com/xero/models/accounting/OnlineInvoices.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Organisation.java b/src/main/java/com/xero/models/accounting/Organisation.java index 07b8419a..80db5ec6 100644 --- a/src/main/java/com/xero/models/accounting/Organisation.java +++ b/src/main/java/com/xero/models/accounting/Organisation.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Organisations.java b/src/main/java/com/xero/models/accounting/Organisations.java index 7033b067..f39ca7a0 100644 --- a/src/main/java/com/xero/models/accounting/Organisations.java +++ b/src/main/java/com/xero/models/accounting/Organisations.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Overpayment.java b/src/main/java/com/xero/models/accounting/Overpayment.java index 82a70b81..0c52dc22 100644 --- a/src/main/java/com/xero/models/accounting/Overpayment.java +++ b/src/main/java/com/xero/models/accounting/Overpayment.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Overpayments.java b/src/main/java/com/xero/models/accounting/Overpayments.java index a627a46c..95926843 100644 --- a/src/main/java/com/xero/models/accounting/Overpayments.java +++ b/src/main/java/com/xero/models/accounting/Overpayments.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Payment.java b/src/main/java/com/xero/models/accounting/Payment.java index b11f3602..de93102a 100644 --- a/src/main/java/com/xero/models/accounting/Payment.java +++ b/src/main/java/com/xero/models/accounting/Payment.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/PaymentDelete.java b/src/main/java/com/xero/models/accounting/PaymentDelete.java index fc499087..c7f3a78e 100644 --- a/src/main/java/com/xero/models/accounting/PaymentDelete.java +++ b/src/main/java/com/xero/models/accounting/PaymentDelete.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/PaymentService.java b/src/main/java/com/xero/models/accounting/PaymentService.java index cbb9224c..4d5e5624 100644 --- a/src/main/java/com/xero/models/accounting/PaymentService.java +++ b/src/main/java/com/xero/models/accounting/PaymentService.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/PaymentServices.java b/src/main/java/com/xero/models/accounting/PaymentServices.java index 58019c0c..c31d803c 100644 --- a/src/main/java/com/xero/models/accounting/PaymentServices.java +++ b/src/main/java/com/xero/models/accounting/PaymentServices.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/PaymentTerm.java b/src/main/java/com/xero/models/accounting/PaymentTerm.java index fdf210dd..302664cc 100644 --- a/src/main/java/com/xero/models/accounting/PaymentTerm.java +++ b/src/main/java/com/xero/models/accounting/PaymentTerm.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/PaymentTermType.java b/src/main/java/com/xero/models/accounting/PaymentTermType.java index 269fd600..cde0c966 100644 --- a/src/main/java/com/xero/models/accounting/PaymentTermType.java +++ b/src/main/java/com/xero/models/accounting/PaymentTermType.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Payments.java b/src/main/java/com/xero/models/accounting/Payments.java index b0215b8b..3753bcc9 100644 --- a/src/main/java/com/xero/models/accounting/Payments.java +++ b/src/main/java/com/xero/models/accounting/Payments.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Phone.java b/src/main/java/com/xero/models/accounting/Phone.java index 7d219f76..434876ae 100644 --- a/src/main/java/com/xero/models/accounting/Phone.java +++ b/src/main/java/com/xero/models/accounting/Phone.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Prepayment.java b/src/main/java/com/xero/models/accounting/Prepayment.java index ab9a93f9..73055c21 100644 --- a/src/main/java/com/xero/models/accounting/Prepayment.java +++ b/src/main/java/com/xero/models/accounting/Prepayment.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Prepayments.java b/src/main/java/com/xero/models/accounting/Prepayments.java index 0cf44118..52a69802 100644 --- a/src/main/java/com/xero/models/accounting/Prepayments.java +++ b/src/main/java/com/xero/models/accounting/Prepayments.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Purchase.java b/src/main/java/com/xero/models/accounting/Purchase.java index cc46fa56..77c30acc 100644 --- a/src/main/java/com/xero/models/accounting/Purchase.java +++ b/src/main/java/com/xero/models/accounting/Purchase.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/PurchaseOrder.java b/src/main/java/com/xero/models/accounting/PurchaseOrder.java index 459b77b0..2f99476b 100644 --- a/src/main/java/com/xero/models/accounting/PurchaseOrder.java +++ b/src/main/java/com/xero/models/accounting/PurchaseOrder.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/PurchaseOrders.java b/src/main/java/com/xero/models/accounting/PurchaseOrders.java index b9536c1d..2aedf7e7 100644 --- a/src/main/java/com/xero/models/accounting/PurchaseOrders.java +++ b/src/main/java/com/xero/models/accounting/PurchaseOrders.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Quote.java b/src/main/java/com/xero/models/accounting/Quote.java index 79475c18..a8983ea7 100644 --- a/src/main/java/com/xero/models/accounting/Quote.java +++ b/src/main/java/com/xero/models/accounting/Quote.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/QuoteLineAmountTypes.java b/src/main/java/com/xero/models/accounting/QuoteLineAmountTypes.java index 1edc5bb5..b8997bf5 100644 --- a/src/main/java/com/xero/models/accounting/QuoteLineAmountTypes.java +++ b/src/main/java/com/xero/models/accounting/QuoteLineAmountTypes.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/QuoteStatusCodes.java b/src/main/java/com/xero/models/accounting/QuoteStatusCodes.java index 4953933d..52b56437 100644 --- a/src/main/java/com/xero/models/accounting/QuoteStatusCodes.java +++ b/src/main/java/com/xero/models/accounting/QuoteStatusCodes.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Quotes.java b/src/main/java/com/xero/models/accounting/Quotes.java index 1a564bd2..8effc59e 100644 --- a/src/main/java/com/xero/models/accounting/Quotes.java +++ b/src/main/java/com/xero/models/accounting/Quotes.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Receipt.java b/src/main/java/com/xero/models/accounting/Receipt.java index 350dd4f5..8df31585 100644 --- a/src/main/java/com/xero/models/accounting/Receipt.java +++ b/src/main/java/com/xero/models/accounting/Receipt.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Receipts.java b/src/main/java/com/xero/models/accounting/Receipts.java index a7c59ba6..ca8cdefc 100644 --- a/src/main/java/com/xero/models/accounting/Receipts.java +++ b/src/main/java/com/xero/models/accounting/Receipts.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/RepeatingInvoice.java b/src/main/java/com/xero/models/accounting/RepeatingInvoice.java index d405ad12..4b44591b 100644 --- a/src/main/java/com/xero/models/accounting/RepeatingInvoice.java +++ b/src/main/java/com/xero/models/accounting/RepeatingInvoice.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/RepeatingInvoices.java b/src/main/java/com/xero/models/accounting/RepeatingInvoices.java index 4a1f61f8..900ad4fc 100644 --- a/src/main/java/com/xero/models/accounting/RepeatingInvoices.java +++ b/src/main/java/com/xero/models/accounting/RepeatingInvoices.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Report.java b/src/main/java/com/xero/models/accounting/Report.java index a8677200..9007ea4b 100644 --- a/src/main/java/com/xero/models/accounting/Report.java +++ b/src/main/java/com/xero/models/accounting/Report.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ReportAttribute.java b/src/main/java/com/xero/models/accounting/ReportAttribute.java index 51415d9a..0c31c213 100644 --- a/src/main/java/com/xero/models/accounting/ReportAttribute.java +++ b/src/main/java/com/xero/models/accounting/ReportAttribute.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ReportCell.java b/src/main/java/com/xero/models/accounting/ReportCell.java index 435fc75b..595bd4bd 100644 --- a/src/main/java/com/xero/models/accounting/ReportCell.java +++ b/src/main/java/com/xero/models/accounting/ReportCell.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ReportFields.java b/src/main/java/com/xero/models/accounting/ReportFields.java index 673f4ff4..f45a4974 100644 --- a/src/main/java/com/xero/models/accounting/ReportFields.java +++ b/src/main/java/com/xero/models/accounting/ReportFields.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ReportRow.java b/src/main/java/com/xero/models/accounting/ReportRow.java index 835c3d8c..f102277d 100644 --- a/src/main/java/com/xero/models/accounting/ReportRow.java +++ b/src/main/java/com/xero/models/accounting/ReportRow.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ReportRows.java b/src/main/java/com/xero/models/accounting/ReportRows.java index e4b66c8c..3b8b2222 100644 --- a/src/main/java/com/xero/models/accounting/ReportRows.java +++ b/src/main/java/com/xero/models/accounting/ReportRows.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ReportWithRow.java b/src/main/java/com/xero/models/accounting/ReportWithRow.java index cea56f23..293f1789 100644 --- a/src/main/java/com/xero/models/accounting/ReportWithRow.java +++ b/src/main/java/com/xero/models/accounting/ReportWithRow.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ReportWithRows.java b/src/main/java/com/xero/models/accounting/ReportWithRows.java index c15e6edf..e3f7d238 100644 --- a/src/main/java/com/xero/models/accounting/ReportWithRows.java +++ b/src/main/java/com/xero/models/accounting/ReportWithRows.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Reports.java b/src/main/java/com/xero/models/accounting/Reports.java index c49962cd..d21534d4 100644 --- a/src/main/java/com/xero/models/accounting/Reports.java +++ b/src/main/java/com/xero/models/accounting/Reports.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/RequestEmpty.java b/src/main/java/com/xero/models/accounting/RequestEmpty.java index b8fcc3fe..1d61152b 100644 --- a/src/main/java/com/xero/models/accounting/RequestEmpty.java +++ b/src/main/java/com/xero/models/accounting/RequestEmpty.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/RowType.java b/src/main/java/com/xero/models/accounting/RowType.java index a66707c5..770fe40a 100644 --- a/src/main/java/com/xero/models/accounting/RowType.java +++ b/src/main/java/com/xero/models/accounting/RowType.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/SalesTrackingCategory.java b/src/main/java/com/xero/models/accounting/SalesTrackingCategory.java index ac902b57..04887d7e 100644 --- a/src/main/java/com/xero/models/accounting/SalesTrackingCategory.java +++ b/src/main/java/com/xero/models/accounting/SalesTrackingCategory.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Schedule.java b/src/main/java/com/xero/models/accounting/Schedule.java index 3c5d3823..79fc0474 100644 --- a/src/main/java/com/xero/models/accounting/Schedule.java +++ b/src/main/java/com/xero/models/accounting/Schedule.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/TaxComponent.java b/src/main/java/com/xero/models/accounting/TaxComponent.java index f25faa11..c2fe038c 100644 --- a/src/main/java/com/xero/models/accounting/TaxComponent.java +++ b/src/main/java/com/xero/models/accounting/TaxComponent.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/TaxRate.java b/src/main/java/com/xero/models/accounting/TaxRate.java index f92d8a27..b9f63cc2 100644 --- a/src/main/java/com/xero/models/accounting/TaxRate.java +++ b/src/main/java/com/xero/models/accounting/TaxRate.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/TaxRates.java b/src/main/java/com/xero/models/accounting/TaxRates.java index 07e97a35..744da01a 100644 --- a/src/main/java/com/xero/models/accounting/TaxRates.java +++ b/src/main/java/com/xero/models/accounting/TaxRates.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/TaxType.java b/src/main/java/com/xero/models/accounting/TaxType.java index 69110ab3..fe7d4a3a 100644 --- a/src/main/java/com/xero/models/accounting/TaxType.java +++ b/src/main/java/com/xero/models/accounting/TaxType.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/TenNinetyNineContact.java b/src/main/java/com/xero/models/accounting/TenNinetyNineContact.java index 7e774d6f..fc1dc301 100644 --- a/src/main/java/com/xero/models/accounting/TenNinetyNineContact.java +++ b/src/main/java/com/xero/models/accounting/TenNinetyNineContact.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/TimeZone.java b/src/main/java/com/xero/models/accounting/TimeZone.java index 3021b98e..b1d243ad 100644 --- a/src/main/java/com/xero/models/accounting/TimeZone.java +++ b/src/main/java/com/xero/models/accounting/TimeZone.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/TrackingCategories.java b/src/main/java/com/xero/models/accounting/TrackingCategories.java index c2ec38b2..bb1ca8d5 100644 --- a/src/main/java/com/xero/models/accounting/TrackingCategories.java +++ b/src/main/java/com/xero/models/accounting/TrackingCategories.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/TrackingCategory.java b/src/main/java/com/xero/models/accounting/TrackingCategory.java index c0654247..cf9f54cd 100644 --- a/src/main/java/com/xero/models/accounting/TrackingCategory.java +++ b/src/main/java/com/xero/models/accounting/TrackingCategory.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/TrackingOption.java b/src/main/java/com/xero/models/accounting/TrackingOption.java index a90b87e4..159f536f 100644 --- a/src/main/java/com/xero/models/accounting/TrackingOption.java +++ b/src/main/java/com/xero/models/accounting/TrackingOption.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/TrackingOptions.java b/src/main/java/com/xero/models/accounting/TrackingOptions.java index 6d81de46..15728944 100644 --- a/src/main/java/com/xero/models/accounting/TrackingOptions.java +++ b/src/main/java/com/xero/models/accounting/TrackingOptions.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/User.java b/src/main/java/com/xero/models/accounting/User.java index 17bbf89b..b3fc571d 100644 --- a/src/main/java/com/xero/models/accounting/User.java +++ b/src/main/java/com/xero/models/accounting/User.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/Users.java b/src/main/java/com/xero/models/accounting/Users.java index 705f56e4..bb4b8898 100644 --- a/src/main/java/com/xero/models/accounting/Users.java +++ b/src/main/java/com/xero/models/accounting/Users.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/accounting/ValidationError.java b/src/main/java/com/xero/models/accounting/ValidationError.java index 099de21c..d445be31 100644 --- a/src/main/java/com/xero/models/accounting/ValidationError.java +++ b/src/main/java/com/xero/models/accounting/ValidationError.java @@ -2,7 +2,7 @@ * Accounting API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/assets/Asset.java b/src/main/java/com/xero/models/assets/Asset.java index 8097dde0..d08eec30 100644 --- a/src/main/java/com/xero/models/assets/Asset.java +++ b/src/main/java/com/xero/models/assets/Asset.java @@ -2,7 +2,7 @@ * Xero Assets API * This is the Xero Assets API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/assets/AssetStatus.java b/src/main/java/com/xero/models/assets/AssetStatus.java index b42ac14a..8f96b494 100644 --- a/src/main/java/com/xero/models/assets/AssetStatus.java +++ b/src/main/java/com/xero/models/assets/AssetStatus.java @@ -2,7 +2,7 @@ * Xero Assets API * This is the Xero Assets API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/assets/AssetStatusQueryParam.java b/src/main/java/com/xero/models/assets/AssetStatusQueryParam.java index 30ac2ed1..1abdf5d9 100644 --- a/src/main/java/com/xero/models/assets/AssetStatusQueryParam.java +++ b/src/main/java/com/xero/models/assets/AssetStatusQueryParam.java @@ -2,7 +2,7 @@ * Xero Assets API * This is the Xero Assets API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/assets/AssetType.java b/src/main/java/com/xero/models/assets/AssetType.java index 2a072918..77a372de 100644 --- a/src/main/java/com/xero/models/assets/AssetType.java +++ b/src/main/java/com/xero/models/assets/AssetType.java @@ -2,7 +2,7 @@ * Xero Assets API * This is the Xero Assets API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/assets/Assets.java b/src/main/java/com/xero/models/assets/Assets.java index fd7791d3..c1ca2dbd 100644 --- a/src/main/java/com/xero/models/assets/Assets.java +++ b/src/main/java/com/xero/models/assets/Assets.java @@ -2,7 +2,7 @@ * Xero Assets API * This is the Xero Assets API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/assets/BookDepreciationDetail.java b/src/main/java/com/xero/models/assets/BookDepreciationDetail.java index 5fb6bdaf..de05eb20 100644 --- a/src/main/java/com/xero/models/assets/BookDepreciationDetail.java +++ b/src/main/java/com/xero/models/assets/BookDepreciationDetail.java @@ -2,7 +2,7 @@ * Xero Assets API * This is the Xero Assets API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/assets/BookDepreciationSetting.java b/src/main/java/com/xero/models/assets/BookDepreciationSetting.java index 7536be38..871218b0 100644 --- a/src/main/java/com/xero/models/assets/BookDepreciationSetting.java +++ b/src/main/java/com/xero/models/assets/BookDepreciationSetting.java @@ -2,7 +2,7 @@ * Xero Assets API * This is the Xero Assets API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/assets/Error.java b/src/main/java/com/xero/models/assets/Error.java index 4ca5d4c2..6db20174 100644 --- a/src/main/java/com/xero/models/assets/Error.java +++ b/src/main/java/com/xero/models/assets/Error.java @@ -2,7 +2,7 @@ * Xero Assets API * This is the Xero Assets API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/assets/FieldValidationErrorsElement.java b/src/main/java/com/xero/models/assets/FieldValidationErrorsElement.java index fbebcb2b..0437a942 100644 --- a/src/main/java/com/xero/models/assets/FieldValidationErrorsElement.java +++ b/src/main/java/com/xero/models/assets/FieldValidationErrorsElement.java @@ -2,7 +2,7 @@ * Xero Assets API * This is the Xero Assets API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/assets/Pagination.java b/src/main/java/com/xero/models/assets/Pagination.java index 31560143..4d065915 100644 --- a/src/main/java/com/xero/models/assets/Pagination.java +++ b/src/main/java/com/xero/models/assets/Pagination.java @@ -2,7 +2,7 @@ * Xero Assets API * This is the Xero Assets API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/assets/ResourceValidationErrorsElement.java b/src/main/java/com/xero/models/assets/ResourceValidationErrorsElement.java index d0823bba..10519132 100644 --- a/src/main/java/com/xero/models/assets/ResourceValidationErrorsElement.java +++ b/src/main/java/com/xero/models/assets/ResourceValidationErrorsElement.java @@ -2,7 +2,7 @@ * Xero Assets API * This is the Xero Assets API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/assets/Setting.java b/src/main/java/com/xero/models/assets/Setting.java index 6c6e2395..3562001a 100644 --- a/src/main/java/com/xero/models/assets/Setting.java +++ b/src/main/java/com/xero/models/assets/Setting.java @@ -2,7 +2,7 @@ * Xero Assets API * This is the Xero Assets API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/bankfeeds/CountryCode.java b/src/main/java/com/xero/models/bankfeeds/CountryCode.java index d9c7347c..b9f2e071 100644 --- a/src/main/java/com/xero/models/bankfeeds/CountryCode.java +++ b/src/main/java/com/xero/models/bankfeeds/CountryCode.java @@ -2,7 +2,7 @@ * Bank Feeds API * This specifing endpoints Xero Bank feeds API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/bankfeeds/CreditDebitIndicator.java b/src/main/java/com/xero/models/bankfeeds/CreditDebitIndicator.java index e773c309..f5c0ff52 100644 --- a/src/main/java/com/xero/models/bankfeeds/CreditDebitIndicator.java +++ b/src/main/java/com/xero/models/bankfeeds/CreditDebitIndicator.java @@ -2,7 +2,7 @@ * Bank Feeds API * This specifing endpoints Xero Bank feeds API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/bankfeeds/CurrencyCode.java b/src/main/java/com/xero/models/bankfeeds/CurrencyCode.java index 9f776896..99e1bf21 100644 --- a/src/main/java/com/xero/models/bankfeeds/CurrencyCode.java +++ b/src/main/java/com/xero/models/bankfeeds/CurrencyCode.java @@ -2,7 +2,7 @@ * Bank Feeds API * This specifing endpoints Xero Bank feeds API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/bankfeeds/EndBalance.java b/src/main/java/com/xero/models/bankfeeds/EndBalance.java index ffc2ce40..abd89fcc 100644 --- a/src/main/java/com/xero/models/bankfeeds/EndBalance.java +++ b/src/main/java/com/xero/models/bankfeeds/EndBalance.java @@ -2,7 +2,7 @@ * Bank Feeds API * This specifing endpoints Xero Bank feeds API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/bankfeeds/Error.java b/src/main/java/com/xero/models/bankfeeds/Error.java index 0341f40b..99c4042e 100644 --- a/src/main/java/com/xero/models/bankfeeds/Error.java +++ b/src/main/java/com/xero/models/bankfeeds/Error.java @@ -2,7 +2,7 @@ * Bank Feeds API * This specifing endpoints Xero Bank feeds API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/bankfeeds/FeedConnection.java b/src/main/java/com/xero/models/bankfeeds/FeedConnection.java index 9e089081..7a44ba76 100644 --- a/src/main/java/com/xero/models/bankfeeds/FeedConnection.java +++ b/src/main/java/com/xero/models/bankfeeds/FeedConnection.java @@ -2,7 +2,7 @@ * Bank Feeds API * This specifing endpoints Xero Bank feeds API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/bankfeeds/FeedConnections.java b/src/main/java/com/xero/models/bankfeeds/FeedConnections.java index 6855b6e1..a0c29ab6 100644 --- a/src/main/java/com/xero/models/bankfeeds/FeedConnections.java +++ b/src/main/java/com/xero/models/bankfeeds/FeedConnections.java @@ -2,7 +2,7 @@ * Bank Feeds API * This specifing endpoints Xero Bank feeds API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/bankfeeds/Pagination.java b/src/main/java/com/xero/models/bankfeeds/Pagination.java index ad3bc590..13c1f925 100644 --- a/src/main/java/com/xero/models/bankfeeds/Pagination.java +++ b/src/main/java/com/xero/models/bankfeeds/Pagination.java @@ -2,7 +2,7 @@ * Bank Feeds API * This specifing endpoints Xero Bank feeds API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/bankfeeds/StartBalance.java b/src/main/java/com/xero/models/bankfeeds/StartBalance.java index 18166966..eb34b07e 100644 --- a/src/main/java/com/xero/models/bankfeeds/StartBalance.java +++ b/src/main/java/com/xero/models/bankfeeds/StartBalance.java @@ -2,7 +2,7 @@ * Bank Feeds API * This specifing endpoints Xero Bank feeds API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/bankfeeds/Statement.java b/src/main/java/com/xero/models/bankfeeds/Statement.java index 8a0e3498..6a432c37 100644 --- a/src/main/java/com/xero/models/bankfeeds/Statement.java +++ b/src/main/java/com/xero/models/bankfeeds/Statement.java @@ -2,7 +2,7 @@ * Bank Feeds API * This specifing endpoints Xero Bank feeds API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/bankfeeds/StatementLine.java b/src/main/java/com/xero/models/bankfeeds/StatementLine.java index fee4da25..3abb9213 100644 --- a/src/main/java/com/xero/models/bankfeeds/StatementLine.java +++ b/src/main/java/com/xero/models/bankfeeds/StatementLine.java @@ -2,7 +2,7 @@ * Bank Feeds API * This specifing endpoints Xero Bank feeds API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/bankfeeds/Statements.java b/src/main/java/com/xero/models/bankfeeds/Statements.java index 8089f085..8a0b606b 100644 --- a/src/main/java/com/xero/models/bankfeeds/Statements.java +++ b/src/main/java/com/xero/models/bankfeeds/Statements.java @@ -2,7 +2,7 @@ * Bank Feeds API * This specifing endpoints Xero Bank feeds API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/identity/AccessToken.java b/src/main/java/com/xero/models/identity/AccessToken.java index 4ec31e1d..50709d9c 100644 --- a/src/main/java/com/xero/models/identity/AccessToken.java +++ b/src/main/java/com/xero/models/identity/AccessToken.java @@ -2,7 +2,7 @@ * Xero oAuth 2 identity service * This specifing endpoints related to managing authentication tokens and identity for Xero API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/identity/Connection.java b/src/main/java/com/xero/models/identity/Connection.java index 375b02d5..1c9e080d 100644 --- a/src/main/java/com/xero/models/identity/Connection.java +++ b/src/main/java/com/xero/models/identity/Connection.java @@ -2,7 +2,7 @@ * Xero oAuth 2 identity service * This specifing endpoints related to managing authentication tokens and identity for Xero API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/identity/RefreshToken.java b/src/main/java/com/xero/models/identity/RefreshToken.java index b23108f0..ab97f225 100644 --- a/src/main/java/com/xero/models/identity/RefreshToken.java +++ b/src/main/java/com/xero/models/identity/RefreshToken.java @@ -2,7 +2,7 @@ * Xero oAuth 2 identity service * This specifing endpoints related to managing authentication tokens and identity for Xero API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/Account.java b/src/main/java/com/xero/models/payrollau/Account.java index 002bf2ef..527eead5 100644 --- a/src/main/java/com/xero/models/payrollau/Account.java +++ b/src/main/java/com/xero/models/payrollau/Account.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/AccountType.java b/src/main/java/com/xero/models/payrollau/AccountType.java index c8427a9d..f6102208 100644 --- a/src/main/java/com/xero/models/payrollau/AccountType.java +++ b/src/main/java/com/xero/models/payrollau/AccountType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/AllowanceType.java b/src/main/java/com/xero/models/payrollau/AllowanceType.java index 18ba140c..39849aa6 100644 --- a/src/main/java/com/xero/models/payrollau/AllowanceType.java +++ b/src/main/java/com/xero/models/payrollau/AllowanceType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/BankAccount.java b/src/main/java/com/xero/models/payrollau/BankAccount.java index 9bc9779b..11202dcf 100644 --- a/src/main/java/com/xero/models/payrollau/BankAccount.java +++ b/src/main/java/com/xero/models/payrollau/BankAccount.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/CalendarType.java b/src/main/java/com/xero/models/payrollau/CalendarType.java index 27f2d1e7..e343abfd 100644 --- a/src/main/java/com/xero/models/payrollau/CalendarType.java +++ b/src/main/java/com/xero/models/payrollau/CalendarType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/DeductionLine.java b/src/main/java/com/xero/models/payrollau/DeductionLine.java index 630aede8..420c16f0 100644 --- a/src/main/java/com/xero/models/payrollau/DeductionLine.java +++ b/src/main/java/com/xero/models/payrollau/DeductionLine.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/DeductionType.java b/src/main/java/com/xero/models/payrollau/DeductionType.java index 2f05a42b..bf0fa9a4 100644 --- a/src/main/java/com/xero/models/payrollau/DeductionType.java +++ b/src/main/java/com/xero/models/payrollau/DeductionType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/DeductionTypeCalculationType.java b/src/main/java/com/xero/models/payrollau/DeductionTypeCalculationType.java index 58a62ad2..4d7568d1 100644 --- a/src/main/java/com/xero/models/payrollau/DeductionTypeCalculationType.java +++ b/src/main/java/com/xero/models/payrollau/DeductionTypeCalculationType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/EarningsLine.java b/src/main/java/com/xero/models/payrollau/EarningsLine.java index 2b6864aa..485579f8 100644 --- a/src/main/java/com/xero/models/payrollau/EarningsLine.java +++ b/src/main/java/com/xero/models/payrollau/EarningsLine.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/EarningsRate.java b/src/main/java/com/xero/models/payrollau/EarningsRate.java index 08c3c64f..c511f1d0 100644 --- a/src/main/java/com/xero/models/payrollau/EarningsRate.java +++ b/src/main/java/com/xero/models/payrollau/EarningsRate.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/EarningsRateCalculationType.java b/src/main/java/com/xero/models/payrollau/EarningsRateCalculationType.java index dfbd70ae..d452a169 100644 --- a/src/main/java/com/xero/models/payrollau/EarningsRateCalculationType.java +++ b/src/main/java/com/xero/models/payrollau/EarningsRateCalculationType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/EarningsType.java b/src/main/java/com/xero/models/payrollau/EarningsType.java index 9b3700e0..9ef87faa 100644 --- a/src/main/java/com/xero/models/payrollau/EarningsType.java +++ b/src/main/java/com/xero/models/payrollau/EarningsType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/Employee.java b/src/main/java/com/xero/models/payrollau/Employee.java index 31fc93bc..52ba8f4c 100644 --- a/src/main/java/com/xero/models/payrollau/Employee.java +++ b/src/main/java/com/xero/models/payrollau/Employee.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/EmployeeStatus.java b/src/main/java/com/xero/models/payrollau/EmployeeStatus.java index 95329564..c97c158c 100644 --- a/src/main/java/com/xero/models/payrollau/EmployeeStatus.java +++ b/src/main/java/com/xero/models/payrollau/EmployeeStatus.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/Employees.java b/src/main/java/com/xero/models/payrollau/Employees.java index d0a23fcb..3f4e4a34 100644 --- a/src/main/java/com/xero/models/payrollau/Employees.java +++ b/src/main/java/com/xero/models/payrollau/Employees.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/EmploymentBasis.java b/src/main/java/com/xero/models/payrollau/EmploymentBasis.java index 344f0bfb..e0bfc3d5 100644 --- a/src/main/java/com/xero/models/payrollau/EmploymentBasis.java +++ b/src/main/java/com/xero/models/payrollau/EmploymentBasis.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/EmploymentTerminationPaymentType.java b/src/main/java/com/xero/models/payrollau/EmploymentTerminationPaymentType.java index ace3a908..48e38578 100644 --- a/src/main/java/com/xero/models/payrollau/EmploymentTerminationPaymentType.java +++ b/src/main/java/com/xero/models/payrollau/EmploymentTerminationPaymentType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/EntitlementFinalPayPayoutType.java b/src/main/java/com/xero/models/payrollau/EntitlementFinalPayPayoutType.java index 3b6e2253..1702e378 100644 --- a/src/main/java/com/xero/models/payrollau/EntitlementFinalPayPayoutType.java +++ b/src/main/java/com/xero/models/payrollau/EntitlementFinalPayPayoutType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/HomeAddress.java b/src/main/java/com/xero/models/payrollau/HomeAddress.java index c89335c3..681c1e0a 100644 --- a/src/main/java/com/xero/models/payrollau/HomeAddress.java +++ b/src/main/java/com/xero/models/payrollau/HomeAddress.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/LeaveAccrualLine.java b/src/main/java/com/xero/models/payrollau/LeaveAccrualLine.java index 534d6d8c..02289ece 100644 --- a/src/main/java/com/xero/models/payrollau/LeaveAccrualLine.java +++ b/src/main/java/com/xero/models/payrollau/LeaveAccrualLine.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/LeaveApplication.java b/src/main/java/com/xero/models/payrollau/LeaveApplication.java index 50a1f6e1..83220247 100644 --- a/src/main/java/com/xero/models/payrollau/LeaveApplication.java +++ b/src/main/java/com/xero/models/payrollau/LeaveApplication.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/LeaveApplications.java b/src/main/java/com/xero/models/payrollau/LeaveApplications.java index 2e62fa37..8b12458f 100644 --- a/src/main/java/com/xero/models/payrollau/LeaveApplications.java +++ b/src/main/java/com/xero/models/payrollau/LeaveApplications.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/LeaveBalance.java b/src/main/java/com/xero/models/payrollau/LeaveBalance.java index 80488989..f7da4a50 100644 --- a/src/main/java/com/xero/models/payrollau/LeaveBalance.java +++ b/src/main/java/com/xero/models/payrollau/LeaveBalance.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/LeaveEarningsLine.java b/src/main/java/com/xero/models/payrollau/LeaveEarningsLine.java index 65cf9acb..893f6d4d 100644 --- a/src/main/java/com/xero/models/payrollau/LeaveEarningsLine.java +++ b/src/main/java/com/xero/models/payrollau/LeaveEarningsLine.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/LeaveLine.java b/src/main/java/com/xero/models/payrollau/LeaveLine.java index 38a791a6..468de427 100644 --- a/src/main/java/com/xero/models/payrollau/LeaveLine.java +++ b/src/main/java/com/xero/models/payrollau/LeaveLine.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/LeaveLineCalculationType.java b/src/main/java/com/xero/models/payrollau/LeaveLineCalculationType.java index 09c62503..857af624 100644 --- a/src/main/java/com/xero/models/payrollau/LeaveLineCalculationType.java +++ b/src/main/java/com/xero/models/payrollau/LeaveLineCalculationType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/LeaveLines.java b/src/main/java/com/xero/models/payrollau/LeaveLines.java index ac20bcb7..ae70027e 100644 --- a/src/main/java/com/xero/models/payrollau/LeaveLines.java +++ b/src/main/java/com/xero/models/payrollau/LeaveLines.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/LeavePeriod.java b/src/main/java/com/xero/models/payrollau/LeavePeriod.java index ce44bda5..9e7e729d 100644 --- a/src/main/java/com/xero/models/payrollau/LeavePeriod.java +++ b/src/main/java/com/xero/models/payrollau/LeavePeriod.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/LeavePeriodStatus.java b/src/main/java/com/xero/models/payrollau/LeavePeriodStatus.java index 51c674af..fb2b0d6b 100644 --- a/src/main/java/com/xero/models/payrollau/LeavePeriodStatus.java +++ b/src/main/java/com/xero/models/payrollau/LeavePeriodStatus.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/LeaveType.java b/src/main/java/com/xero/models/payrollau/LeaveType.java index ea0d8b78..4fe56971 100644 --- a/src/main/java/com/xero/models/payrollau/LeaveType.java +++ b/src/main/java/com/xero/models/payrollau/LeaveType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/LeaveTypeContributionType.java b/src/main/java/com/xero/models/payrollau/LeaveTypeContributionType.java index 87f33c02..64cc0b11 100644 --- a/src/main/java/com/xero/models/payrollau/LeaveTypeContributionType.java +++ b/src/main/java/com/xero/models/payrollau/LeaveTypeContributionType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/ManualTaxType.java b/src/main/java/com/xero/models/payrollau/ManualTaxType.java index cd2e25c2..0e4f5e90 100644 --- a/src/main/java/com/xero/models/payrollau/ManualTaxType.java +++ b/src/main/java/com/xero/models/payrollau/ManualTaxType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/ModelAPIException.java b/src/main/java/com/xero/models/payrollau/ModelAPIException.java index 425380c3..d91e0cc4 100644 --- a/src/main/java/com/xero/models/payrollau/ModelAPIException.java +++ b/src/main/java/com/xero/models/payrollau/ModelAPIException.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/OpeningBalances.java b/src/main/java/com/xero/models/payrollau/OpeningBalances.java index 1a8457e2..109e99f5 100644 --- a/src/main/java/com/xero/models/payrollau/OpeningBalances.java +++ b/src/main/java/com/xero/models/payrollau/OpeningBalances.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/PayItem.java b/src/main/java/com/xero/models/payrollau/PayItem.java index b62000ca..c5220143 100644 --- a/src/main/java/com/xero/models/payrollau/PayItem.java +++ b/src/main/java/com/xero/models/payrollau/PayItem.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/PayItems.java b/src/main/java/com/xero/models/payrollau/PayItems.java index 2a7f7c5a..0006bcd6 100644 --- a/src/main/java/com/xero/models/payrollau/PayItems.java +++ b/src/main/java/com/xero/models/payrollau/PayItems.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/PayRun.java b/src/main/java/com/xero/models/payrollau/PayRun.java index 849289ac..782e4fbd 100644 --- a/src/main/java/com/xero/models/payrollau/PayRun.java +++ b/src/main/java/com/xero/models/payrollau/PayRun.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/PayRunStatus.java b/src/main/java/com/xero/models/payrollau/PayRunStatus.java index e168cb58..96f0f6dc 100644 --- a/src/main/java/com/xero/models/payrollau/PayRunStatus.java +++ b/src/main/java/com/xero/models/payrollau/PayRunStatus.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/PayRuns.java b/src/main/java/com/xero/models/payrollau/PayRuns.java index a1b2c70c..8ab11387 100644 --- a/src/main/java/com/xero/models/payrollau/PayRuns.java +++ b/src/main/java/com/xero/models/payrollau/PayRuns.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/PayTemplate.java b/src/main/java/com/xero/models/payrollau/PayTemplate.java index 18d03b17..c4db307b 100644 --- a/src/main/java/com/xero/models/payrollau/PayTemplate.java +++ b/src/main/java/com/xero/models/payrollau/PayTemplate.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/PaymentFrequencyType.java b/src/main/java/com/xero/models/payrollau/PaymentFrequencyType.java index 3d6ffb70..61d7fdec 100644 --- a/src/main/java/com/xero/models/payrollau/PaymentFrequencyType.java +++ b/src/main/java/com/xero/models/payrollau/PaymentFrequencyType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/PayrollCalendar.java b/src/main/java/com/xero/models/payrollau/PayrollCalendar.java index 4a657caf..c84cb48d 100644 --- a/src/main/java/com/xero/models/payrollau/PayrollCalendar.java +++ b/src/main/java/com/xero/models/payrollau/PayrollCalendar.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/PayrollCalendars.java b/src/main/java/com/xero/models/payrollau/PayrollCalendars.java index 54d110c2..6b9ea77f 100644 --- a/src/main/java/com/xero/models/payrollau/PayrollCalendars.java +++ b/src/main/java/com/xero/models/payrollau/PayrollCalendars.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/Payslip.java b/src/main/java/com/xero/models/payrollau/Payslip.java index a0647d8b..7aa5e4ba 100644 --- a/src/main/java/com/xero/models/payrollau/Payslip.java +++ b/src/main/java/com/xero/models/payrollau/Payslip.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/PayslipLines.java b/src/main/java/com/xero/models/payrollau/PayslipLines.java index 9e7e2a1e..b18669da 100644 --- a/src/main/java/com/xero/models/payrollau/PayslipLines.java +++ b/src/main/java/com/xero/models/payrollau/PayslipLines.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/PayslipObject.java b/src/main/java/com/xero/models/payrollau/PayslipObject.java index 42a80dc9..ccf42bf2 100644 --- a/src/main/java/com/xero/models/payrollau/PayslipObject.java +++ b/src/main/java/com/xero/models/payrollau/PayslipObject.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/PayslipSummary.java b/src/main/java/com/xero/models/payrollau/PayslipSummary.java index e3fd9f07..090e4fbd 100644 --- a/src/main/java/com/xero/models/payrollau/PayslipSummary.java +++ b/src/main/java/com/xero/models/payrollau/PayslipSummary.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/Payslips.java b/src/main/java/com/xero/models/payrollau/Payslips.java index 8ef5e1e6..df50f36d 100644 --- a/src/main/java/com/xero/models/payrollau/Payslips.java +++ b/src/main/java/com/xero/models/payrollau/Payslips.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/RateType.java b/src/main/java/com/xero/models/payrollau/RateType.java index e9281149..8f13d964 100644 --- a/src/main/java/com/xero/models/payrollau/RateType.java +++ b/src/main/java/com/xero/models/payrollau/RateType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/ReimbursementLine.java b/src/main/java/com/xero/models/payrollau/ReimbursementLine.java index 226f50ff..ee7f677c 100644 --- a/src/main/java/com/xero/models/payrollau/ReimbursementLine.java +++ b/src/main/java/com/xero/models/payrollau/ReimbursementLine.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/ReimbursementLines.java b/src/main/java/com/xero/models/payrollau/ReimbursementLines.java index 50bd288a..4567aefa 100644 --- a/src/main/java/com/xero/models/payrollau/ReimbursementLines.java +++ b/src/main/java/com/xero/models/payrollau/ReimbursementLines.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/ReimbursementType.java b/src/main/java/com/xero/models/payrollau/ReimbursementType.java index dad9e73b..a215d7a3 100644 --- a/src/main/java/com/xero/models/payrollau/ReimbursementType.java +++ b/src/main/java/com/xero/models/payrollau/ReimbursementType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/ResidencyStatus.java b/src/main/java/com/xero/models/payrollau/ResidencyStatus.java index 8732551c..a4c34e0d 100644 --- a/src/main/java/com/xero/models/payrollau/ResidencyStatus.java +++ b/src/main/java/com/xero/models/payrollau/ResidencyStatus.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/Settings.java b/src/main/java/com/xero/models/payrollau/Settings.java index 60aca902..991e2da9 100644 --- a/src/main/java/com/xero/models/payrollau/Settings.java +++ b/src/main/java/com/xero/models/payrollau/Settings.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/SettingsObject.java b/src/main/java/com/xero/models/payrollau/SettingsObject.java index cde04038..c980954e 100644 --- a/src/main/java/com/xero/models/payrollau/SettingsObject.java +++ b/src/main/java/com/xero/models/payrollau/SettingsObject.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/SettingsTrackingCategories.java b/src/main/java/com/xero/models/payrollau/SettingsTrackingCategories.java index 93f1c825..0c64bd01 100644 --- a/src/main/java/com/xero/models/payrollau/SettingsTrackingCategories.java +++ b/src/main/java/com/xero/models/payrollau/SettingsTrackingCategories.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/SettingsTrackingCategoriesEmployeeGroups.java b/src/main/java/com/xero/models/payrollau/SettingsTrackingCategoriesEmployeeGroups.java index 9cf49ce6..a4fcdb0a 100644 --- a/src/main/java/com/xero/models/payrollau/SettingsTrackingCategoriesEmployeeGroups.java +++ b/src/main/java/com/xero/models/payrollau/SettingsTrackingCategoriesEmployeeGroups.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/SettingsTrackingCategoriesTimesheetCategories.java b/src/main/java/com/xero/models/payrollau/SettingsTrackingCategoriesTimesheetCategories.java index 8e2ceda7..08c3adba 100644 --- a/src/main/java/com/xero/models/payrollau/SettingsTrackingCategoriesTimesheetCategories.java +++ b/src/main/java/com/xero/models/payrollau/SettingsTrackingCategoriesTimesheetCategories.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/State.java b/src/main/java/com/xero/models/payrollau/State.java index 3eb5c095..b47fcfb8 100644 --- a/src/main/java/com/xero/models/payrollau/State.java +++ b/src/main/java/com/xero/models/payrollau/State.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/SuperFund.java b/src/main/java/com/xero/models/payrollau/SuperFund.java index b47d732a..b5730ac0 100644 --- a/src/main/java/com/xero/models/payrollau/SuperFund.java +++ b/src/main/java/com/xero/models/payrollau/SuperFund.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/SuperFundProduct.java b/src/main/java/com/xero/models/payrollau/SuperFundProduct.java index 4785beea..718d4e9f 100644 --- a/src/main/java/com/xero/models/payrollau/SuperFundProduct.java +++ b/src/main/java/com/xero/models/payrollau/SuperFundProduct.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/SuperFundProducts.java b/src/main/java/com/xero/models/payrollau/SuperFundProducts.java index 213ca9a1..7eacfc95 100644 --- a/src/main/java/com/xero/models/payrollau/SuperFundProducts.java +++ b/src/main/java/com/xero/models/payrollau/SuperFundProducts.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/SuperFundType.java b/src/main/java/com/xero/models/payrollau/SuperFundType.java index 4cae57bd..fcea6634 100644 --- a/src/main/java/com/xero/models/payrollau/SuperFundType.java +++ b/src/main/java/com/xero/models/payrollau/SuperFundType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/SuperFunds.java b/src/main/java/com/xero/models/payrollau/SuperFunds.java index da34df8d..7842b3b7 100644 --- a/src/main/java/com/xero/models/payrollau/SuperFunds.java +++ b/src/main/java/com/xero/models/payrollau/SuperFunds.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/SuperLine.java b/src/main/java/com/xero/models/payrollau/SuperLine.java index 542cce07..b2bcb594 100644 --- a/src/main/java/com/xero/models/payrollau/SuperLine.java +++ b/src/main/java/com/xero/models/payrollau/SuperLine.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/SuperMembership.java b/src/main/java/com/xero/models/payrollau/SuperMembership.java index 0d1980f9..7fbf95a0 100644 --- a/src/main/java/com/xero/models/payrollau/SuperMembership.java +++ b/src/main/java/com/xero/models/payrollau/SuperMembership.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -15,7 +15,6 @@ import com.fasterxml.jackson.annotation.JsonProperty; import com.xero.api.StringUtil; import io.swagger.annotations.ApiModelProperty; -import java.math.BigDecimal; import java.util.Objects; import java.util.UUID; @@ -30,7 +29,7 @@ public class SuperMembership { private UUID superFundID; @JsonProperty("EmployeeNumber") - private BigDecimal employeeNumber; + private String employeeNumber; public SuperMembership superMembershipID(UUID superMembershipID) { this.superMembershipID = superMembershipID; @@ -75,7 +74,7 @@ public void setSuperFundID(UUID superFundID) { this.superFundID = superFundID; } - public SuperMembership employeeNumber(BigDecimal employeeNumber) { + public SuperMembership employeeNumber(String employeeNumber) { this.employeeNumber = employeeNumber; return this; } @@ -89,11 +88,11 @@ public SuperMembership employeeNumber(BigDecimal employeeNumber) { example = "1234", required = true, value = "The memberhsip number assigned to the employee by the super fund.") - public BigDecimal getEmployeeNumber() { + public String getEmployeeNumber() { return employeeNumber; } - public void setEmployeeNumber(BigDecimal employeeNumber) { + public void setEmployeeNumber(String employeeNumber) { this.employeeNumber = employeeNumber; } diff --git a/src/main/java/com/xero/models/payrollau/SuperannuationCalculationType.java b/src/main/java/com/xero/models/payrollau/SuperannuationCalculationType.java index ab0c416d..a2d96345 100644 --- a/src/main/java/com/xero/models/payrollau/SuperannuationCalculationType.java +++ b/src/main/java/com/xero/models/payrollau/SuperannuationCalculationType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/SuperannuationContributionType.java b/src/main/java/com/xero/models/payrollau/SuperannuationContributionType.java index 6de62ef3..f2180363 100644 --- a/src/main/java/com/xero/models/payrollau/SuperannuationContributionType.java +++ b/src/main/java/com/xero/models/payrollau/SuperannuationContributionType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/SuperannuationLine.java b/src/main/java/com/xero/models/payrollau/SuperannuationLine.java index 23a97c02..406b5a78 100644 --- a/src/main/java/com/xero/models/payrollau/SuperannuationLine.java +++ b/src/main/java/com/xero/models/payrollau/SuperannuationLine.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/TFNExemptionType.java b/src/main/java/com/xero/models/payrollau/TFNExemptionType.java index ec47598e..e5a05074 100644 --- a/src/main/java/com/xero/models/payrollau/TFNExemptionType.java +++ b/src/main/java/com/xero/models/payrollau/TFNExemptionType.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/TaxDeclaration.java b/src/main/java/com/xero/models/payrollau/TaxDeclaration.java index 476fa6eb..131a5359 100644 --- a/src/main/java/com/xero/models/payrollau/TaxDeclaration.java +++ b/src/main/java/com/xero/models/payrollau/TaxDeclaration.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -102,7 +102,7 @@ public TaxDeclaration employmentBasis(EmploymentBasis employmentBasis) { * * @return employmentBasis */ - @ApiModelProperty(required = true, value = "") + @ApiModelProperty(value = "") public EmploymentBasis getEmploymentBasis() { return employmentBasis; } diff --git a/src/main/java/com/xero/models/payrollau/TaxLine.java b/src/main/java/com/xero/models/payrollau/TaxLine.java index 2f9e1742..9df3faf1 100644 --- a/src/main/java/com/xero/models/payrollau/TaxLine.java +++ b/src/main/java/com/xero/models/payrollau/TaxLine.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/Timesheet.java b/src/main/java/com/xero/models/payrollau/Timesheet.java index 9e6afcec..1f09a0a2 100644 --- a/src/main/java/com/xero/models/payrollau/Timesheet.java +++ b/src/main/java/com/xero/models/payrollau/Timesheet.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/TimesheetLine.java b/src/main/java/com/xero/models/payrollau/TimesheetLine.java index 57bd3dcd..3d9545d6 100644 --- a/src/main/java/com/xero/models/payrollau/TimesheetLine.java +++ b/src/main/java/com/xero/models/payrollau/TimesheetLine.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/TimesheetObject.java b/src/main/java/com/xero/models/payrollau/TimesheetObject.java index aae0fdd0..7c974126 100644 --- a/src/main/java/com/xero/models/payrollau/TimesheetObject.java +++ b/src/main/java/com/xero/models/payrollau/TimesheetObject.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/TimesheetStatus.java b/src/main/java/com/xero/models/payrollau/TimesheetStatus.java index e95a8561..e0f8dc28 100644 --- a/src/main/java/com/xero/models/payrollau/TimesheetStatus.java +++ b/src/main/java/com/xero/models/payrollau/TimesheetStatus.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/Timesheets.java b/src/main/java/com/xero/models/payrollau/Timesheets.java index 2f691554..b0e31782 100644 --- a/src/main/java/com/xero/models/payrollau/Timesheets.java +++ b/src/main/java/com/xero/models/payrollau/Timesheets.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollau/ValidationError.java b/src/main/java/com/xero/models/payrollau/ValidationError.java index 2e825399..b523df6a 100644 --- a/src/main/java/com/xero/models/payrollau/ValidationError.java +++ b/src/main/java/com/xero/models/payrollau/ValidationError.java @@ -2,7 +2,7 @@ * Xero Payroll AU * This is the Xero Payroll API for orgs in Australia region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Account.java b/src/main/java/com/xero/models/payrollnz/Account.java index 3db64c19..53f928ad 100644 --- a/src/main/java/com/xero/models/payrollnz/Account.java +++ b/src/main/java/com/xero/models/payrollnz/Account.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Accounts.java b/src/main/java/com/xero/models/payrollnz/Accounts.java index 3e6f8dfd..c7bb98c5 100644 --- a/src/main/java/com/xero/models/payrollnz/Accounts.java +++ b/src/main/java/com/xero/models/payrollnz/Accounts.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Address.java b/src/main/java/com/xero/models/payrollnz/Address.java index cd8281c5..9e3abf9f 100644 --- a/src/main/java/com/xero/models/payrollnz/Address.java +++ b/src/main/java/com/xero/models/payrollnz/Address.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/BankAccount.java b/src/main/java/com/xero/models/payrollnz/BankAccount.java index 47c7326f..1cca94ae 100644 --- a/src/main/java/com/xero/models/payrollnz/BankAccount.java +++ b/src/main/java/com/xero/models/payrollnz/BankAccount.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Benefit.java b/src/main/java/com/xero/models/payrollnz/Benefit.java index a3090de4..46ae15a3 100644 --- a/src/main/java/com/xero/models/payrollnz/Benefit.java +++ b/src/main/java/com/xero/models/payrollnz/Benefit.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Deduction.java b/src/main/java/com/xero/models/payrollnz/Deduction.java index 93cdf67a..f5389e01 100644 --- a/src/main/java/com/xero/models/payrollnz/Deduction.java +++ b/src/main/java/com/xero/models/payrollnz/Deduction.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/DeductionLine.java b/src/main/java/com/xero/models/payrollnz/DeductionLine.java index 7e6da322..4bf3198c 100644 --- a/src/main/java/com/xero/models/payrollnz/DeductionLine.java +++ b/src/main/java/com/xero/models/payrollnz/DeductionLine.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/DeductionObject.java b/src/main/java/com/xero/models/payrollnz/DeductionObject.java index 80819b8d..8296d4d1 100644 --- a/src/main/java/com/xero/models/payrollnz/DeductionObject.java +++ b/src/main/java/com/xero/models/payrollnz/DeductionObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Deductions.java b/src/main/java/com/xero/models/payrollnz/Deductions.java index d4d6aee0..22edfad2 100644 --- a/src/main/java/com/xero/models/payrollnz/Deductions.java +++ b/src/main/java/com/xero/models/payrollnz/Deductions.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EarningsLine.java b/src/main/java/com/xero/models/payrollnz/EarningsLine.java index 8c1643c1..c32b03ef 100644 --- a/src/main/java/com/xero/models/payrollnz/EarningsLine.java +++ b/src/main/java/com/xero/models/payrollnz/EarningsLine.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EarningsOrder.java b/src/main/java/com/xero/models/payrollnz/EarningsOrder.java index 865fbd3b..a1c23e9c 100644 --- a/src/main/java/com/xero/models/payrollnz/EarningsOrder.java +++ b/src/main/java/com/xero/models/payrollnz/EarningsOrder.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EarningsOrderObject.java b/src/main/java/com/xero/models/payrollnz/EarningsOrderObject.java index ce2a735d..18fb4d23 100644 --- a/src/main/java/com/xero/models/payrollnz/EarningsOrderObject.java +++ b/src/main/java/com/xero/models/payrollnz/EarningsOrderObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EarningsOrders.java b/src/main/java/com/xero/models/payrollnz/EarningsOrders.java index 458976f2..be5abd28 100644 --- a/src/main/java/com/xero/models/payrollnz/EarningsOrders.java +++ b/src/main/java/com/xero/models/payrollnz/EarningsOrders.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EarningsRate.java b/src/main/java/com/xero/models/payrollnz/EarningsRate.java index 80ded72c..3b87b35a 100644 --- a/src/main/java/com/xero/models/payrollnz/EarningsRate.java +++ b/src/main/java/com/xero/models/payrollnz/EarningsRate.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EarningsRateObject.java b/src/main/java/com/xero/models/payrollnz/EarningsRateObject.java index 6474ffa7..4784555f 100644 --- a/src/main/java/com/xero/models/payrollnz/EarningsRateObject.java +++ b/src/main/java/com/xero/models/payrollnz/EarningsRateObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EarningsRates.java b/src/main/java/com/xero/models/payrollnz/EarningsRates.java index a5e78e3c..365ec61b 100644 --- a/src/main/java/com/xero/models/payrollnz/EarningsRates.java +++ b/src/main/java/com/xero/models/payrollnz/EarningsRates.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EarningsTemplate.java b/src/main/java/com/xero/models/payrollnz/EarningsTemplate.java index b6f68ee2..6839992d 100644 --- a/src/main/java/com/xero/models/payrollnz/EarningsTemplate.java +++ b/src/main/java/com/xero/models/payrollnz/EarningsTemplate.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EarningsTemplateObject.java b/src/main/java/com/xero/models/payrollnz/EarningsTemplateObject.java index 04aaf43b..8e7ad3b4 100644 --- a/src/main/java/com/xero/models/payrollnz/EarningsTemplateObject.java +++ b/src/main/java/com/xero/models/payrollnz/EarningsTemplateObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Employee.java b/src/main/java/com/xero/models/payrollnz/Employee.java index 317fe86f..b040652e 100644 --- a/src/main/java/com/xero/models/payrollnz/Employee.java +++ b/src/main/java/com/xero/models/payrollnz/Employee.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeEarningsTemplates.java b/src/main/java/com/xero/models/payrollnz/EmployeeEarningsTemplates.java index 362657f2..6db55ba7 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeEarningsTemplates.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeEarningsTemplates.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeLeave.java b/src/main/java/com/xero/models/payrollnz/EmployeeLeave.java index 197a3ab6..4cade1f8 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeLeave.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeLeave.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveBalance.java b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveBalance.java index c5f43d89..ae3cb8f7 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveBalance.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveBalance.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveBalances.java b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveBalances.java index 8aef9c81..09f139a4 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveBalances.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveBalances.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveObject.java b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveObject.java index aec87dd3..3e2c6882 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveObject.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveSetup.java b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveSetup.java index 84f1ab88..022ce2e7 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveSetup.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveSetup.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveSetupObject.java b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveSetupObject.java index 94ab192c..203e9115 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveSetupObject.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveSetupObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveType.java b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveType.java index 9ad13491..ee6432a1 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveType.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveType.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveTypeObject.java b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveTypeObject.java index 63d71527..09633952 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveTypeObject.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveTypeObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveTypes.java b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveTypes.java index 4612dd5e..a16c77b4 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeLeaveTypes.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeLeaveTypes.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeLeaves.java b/src/main/java/com/xero/models/payrollnz/EmployeeLeaves.java index 7ca287ef..7efa3918 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeLeaves.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeLeaves.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeObject.java b/src/main/java/com/xero/models/payrollnz/EmployeeObject.java index 86033e68..e78b7bd5 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeObject.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeOpeningBalance.java b/src/main/java/com/xero/models/payrollnz/EmployeeOpeningBalance.java index 62155a61..08a93a2c 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeOpeningBalance.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeOpeningBalance.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeOpeningBalancesObject.java b/src/main/java/com/xero/models/payrollnz/EmployeeOpeningBalancesObject.java index a068dafd..e83b0806 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeOpeningBalancesObject.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeOpeningBalancesObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeePayTemplate.java b/src/main/java/com/xero/models/payrollnz/EmployeePayTemplate.java index 7a659b26..71d0409d 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeePayTemplate.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeePayTemplate.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeePayTemplateObject.java b/src/main/java/com/xero/models/payrollnz/EmployeePayTemplateObject.java index 5b9f559c..9e09bca9 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeePayTemplateObject.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeePayTemplateObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeePayTemplates.java b/src/main/java/com/xero/models/payrollnz/EmployeePayTemplates.java index 38917a27..fe043ae3 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeePayTemplates.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeePayTemplates.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeaveBalance.java b/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeaveBalance.java index 1ba23b0f..f4cd0786 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeaveBalance.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeaveBalance.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeaveBalanceObject.java b/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeaveBalanceObject.java index 54ed367c..5f423fe3 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeaveBalanceObject.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeaveBalanceObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeaveSummary.java b/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeaveSummary.java index e56764d5..93fe9d38 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeaveSummary.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeaveSummary.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeavesSummaries.java b/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeavesSummaries.java index a0eeefe7..183b4d32 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeavesSummaries.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeStatutoryLeavesSummaries.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeStatutorySickLeave.java b/src/main/java/com/xero/models/payrollnz/EmployeeStatutorySickLeave.java index c89b6e9a..c9835192 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeStatutorySickLeave.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeStatutorySickLeave.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeStatutorySickLeaveObject.java b/src/main/java/com/xero/models/payrollnz/EmployeeStatutorySickLeaveObject.java index 9e7efd27..fe5eba76 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeStatutorySickLeaveObject.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeStatutorySickLeaveObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeStatutorySickLeaves.java b/src/main/java/com/xero/models/payrollnz/EmployeeStatutorySickLeaves.java index 3ac57b12..eaf0092e 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeStatutorySickLeaves.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeStatutorySickLeaves.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeTax.java b/src/main/java/com/xero/models/payrollnz/EmployeeTax.java index 2813d531..0be24a2e 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeTax.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeTax.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmployeeTaxObject.java b/src/main/java/com/xero/models/payrollnz/EmployeeTaxObject.java index b2fbd97d..c3254474 100644 --- a/src/main/java/com/xero/models/payrollnz/EmployeeTaxObject.java +++ b/src/main/java/com/xero/models/payrollnz/EmployeeTaxObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Employees.java b/src/main/java/com/xero/models/payrollnz/Employees.java index ff05f2db..7d6d8981 100644 --- a/src/main/java/com/xero/models/payrollnz/Employees.java +++ b/src/main/java/com/xero/models/payrollnz/Employees.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Employment.java b/src/main/java/com/xero/models/payrollnz/Employment.java index 846e8692..15e6a806 100644 --- a/src/main/java/com/xero/models/payrollnz/Employment.java +++ b/src/main/java/com/xero/models/payrollnz/Employment.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/EmploymentObject.java b/src/main/java/com/xero/models/payrollnz/EmploymentObject.java index f0bdfed6..f4fac705 100644 --- a/src/main/java/com/xero/models/payrollnz/EmploymentObject.java +++ b/src/main/java/com/xero/models/payrollnz/EmploymentObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/GrossEarningsHistory.java b/src/main/java/com/xero/models/payrollnz/GrossEarningsHistory.java index b56879b2..35661e69 100644 --- a/src/main/java/com/xero/models/payrollnz/GrossEarningsHistory.java +++ b/src/main/java/com/xero/models/payrollnz/GrossEarningsHistory.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/InvalidField.java b/src/main/java/com/xero/models/payrollnz/InvalidField.java index b88a62fc..655ac311 100644 --- a/src/main/java/com/xero/models/payrollnz/InvalidField.java +++ b/src/main/java/com/xero/models/payrollnz/InvalidField.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/LeaveAccrualLine.java b/src/main/java/com/xero/models/payrollnz/LeaveAccrualLine.java index a8802fed..bb497f7f 100644 --- a/src/main/java/com/xero/models/payrollnz/LeaveAccrualLine.java +++ b/src/main/java/com/xero/models/payrollnz/LeaveAccrualLine.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/LeaveEarningsLine.java b/src/main/java/com/xero/models/payrollnz/LeaveEarningsLine.java index 09e527d7..54d5f9b3 100644 --- a/src/main/java/com/xero/models/payrollnz/LeaveEarningsLine.java +++ b/src/main/java/com/xero/models/payrollnz/LeaveEarningsLine.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/LeavePeriod.java b/src/main/java/com/xero/models/payrollnz/LeavePeriod.java index e6b8fb62..d1cac9ed 100644 --- a/src/main/java/com/xero/models/payrollnz/LeavePeriod.java +++ b/src/main/java/com/xero/models/payrollnz/LeavePeriod.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/LeavePeriods.java b/src/main/java/com/xero/models/payrollnz/LeavePeriods.java index 8270a6c3..ee96ff9b 100644 --- a/src/main/java/com/xero/models/payrollnz/LeavePeriods.java +++ b/src/main/java/com/xero/models/payrollnz/LeavePeriods.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/LeaveType.java b/src/main/java/com/xero/models/payrollnz/LeaveType.java index 23a3b4ef..8c81e58b 100644 --- a/src/main/java/com/xero/models/payrollnz/LeaveType.java +++ b/src/main/java/com/xero/models/payrollnz/LeaveType.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/LeaveTypeObject.java b/src/main/java/com/xero/models/payrollnz/LeaveTypeObject.java index cdc6e2b2..92dee66a 100644 --- a/src/main/java/com/xero/models/payrollnz/LeaveTypeObject.java +++ b/src/main/java/com/xero/models/payrollnz/LeaveTypeObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/LeaveTypes.java b/src/main/java/com/xero/models/payrollnz/LeaveTypes.java index 6db065ae..e212f63c 100644 --- a/src/main/java/com/xero/models/payrollnz/LeaveTypes.java +++ b/src/main/java/com/xero/models/payrollnz/LeaveTypes.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Pagination.java b/src/main/java/com/xero/models/payrollnz/Pagination.java index 0b02a7ec..45ac9411 100644 --- a/src/main/java/com/xero/models/payrollnz/Pagination.java +++ b/src/main/java/com/xero/models/payrollnz/Pagination.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/PayRun.java b/src/main/java/com/xero/models/payrollnz/PayRun.java index 657ac920..3213fb80 100644 --- a/src/main/java/com/xero/models/payrollnz/PayRun.java +++ b/src/main/java/com/xero/models/payrollnz/PayRun.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/PayRunCalendar.java b/src/main/java/com/xero/models/payrollnz/PayRunCalendar.java index 5fcb7b9d..114af242 100644 --- a/src/main/java/com/xero/models/payrollnz/PayRunCalendar.java +++ b/src/main/java/com/xero/models/payrollnz/PayRunCalendar.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/PayRunCalendarObject.java b/src/main/java/com/xero/models/payrollnz/PayRunCalendarObject.java index 57970db0..b6a97877 100644 --- a/src/main/java/com/xero/models/payrollnz/PayRunCalendarObject.java +++ b/src/main/java/com/xero/models/payrollnz/PayRunCalendarObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/PayRunCalendars.java b/src/main/java/com/xero/models/payrollnz/PayRunCalendars.java index c5211a4a..0ef0e5f4 100644 --- a/src/main/java/com/xero/models/payrollnz/PayRunCalendars.java +++ b/src/main/java/com/xero/models/payrollnz/PayRunCalendars.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/PayRunObject.java b/src/main/java/com/xero/models/payrollnz/PayRunObject.java index 02cbc0a6..b20fd308 100644 --- a/src/main/java/com/xero/models/payrollnz/PayRunObject.java +++ b/src/main/java/com/xero/models/payrollnz/PayRunObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/PayRuns.java b/src/main/java/com/xero/models/payrollnz/PayRuns.java index 53779d16..4b318f3f 100644 --- a/src/main/java/com/xero/models/payrollnz/PayRuns.java +++ b/src/main/java/com/xero/models/payrollnz/PayRuns.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/PaymentLine.java b/src/main/java/com/xero/models/payrollnz/PaymentLine.java index 6d679536..f067b688 100644 --- a/src/main/java/com/xero/models/payrollnz/PaymentLine.java +++ b/src/main/java/com/xero/models/payrollnz/PaymentLine.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/PaymentMethod.java b/src/main/java/com/xero/models/payrollnz/PaymentMethod.java index b3ad1335..db58f8ec 100644 --- a/src/main/java/com/xero/models/payrollnz/PaymentMethod.java +++ b/src/main/java/com/xero/models/payrollnz/PaymentMethod.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/PaymentMethodObject.java b/src/main/java/com/xero/models/payrollnz/PaymentMethodObject.java index 715a0894..eeb35092 100644 --- a/src/main/java/com/xero/models/payrollnz/PaymentMethodObject.java +++ b/src/main/java/com/xero/models/payrollnz/PaymentMethodObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Payslip.java b/src/main/java/com/xero/models/payrollnz/Payslip.java index af307e6f..d471c809 100644 --- a/src/main/java/com/xero/models/payrollnz/Payslip.java +++ b/src/main/java/com/xero/models/payrollnz/Payslip.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/PayslipObject.java b/src/main/java/com/xero/models/payrollnz/PayslipObject.java index dab6f0fd..e23a7bf0 100644 --- a/src/main/java/com/xero/models/payrollnz/PayslipObject.java +++ b/src/main/java/com/xero/models/payrollnz/PayslipObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Payslips.java b/src/main/java/com/xero/models/payrollnz/Payslips.java index 4ac027b1..7c03c7f2 100644 --- a/src/main/java/com/xero/models/payrollnz/Payslips.java +++ b/src/main/java/com/xero/models/payrollnz/Payslips.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Problem.java b/src/main/java/com/xero/models/payrollnz/Problem.java index ac09e671..2b0aa7c6 100644 --- a/src/main/java/com/xero/models/payrollnz/Problem.java +++ b/src/main/java/com/xero/models/payrollnz/Problem.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Reimbursement.java b/src/main/java/com/xero/models/payrollnz/Reimbursement.java index 4a3ecadd..ab8ef12b 100644 --- a/src/main/java/com/xero/models/payrollnz/Reimbursement.java +++ b/src/main/java/com/xero/models/payrollnz/Reimbursement.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/ReimbursementLine.java b/src/main/java/com/xero/models/payrollnz/ReimbursementLine.java index 62cd09a5..b102232c 100644 --- a/src/main/java/com/xero/models/payrollnz/ReimbursementLine.java +++ b/src/main/java/com/xero/models/payrollnz/ReimbursementLine.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/ReimbursementObject.java b/src/main/java/com/xero/models/payrollnz/ReimbursementObject.java index 3752b158..f256a9f2 100644 --- a/src/main/java/com/xero/models/payrollnz/ReimbursementObject.java +++ b/src/main/java/com/xero/models/payrollnz/ReimbursementObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Reimbursements.java b/src/main/java/com/xero/models/payrollnz/Reimbursements.java index cecc7eb5..6bbd6fa4 100644 --- a/src/main/java/com/xero/models/payrollnz/Reimbursements.java +++ b/src/main/java/com/xero/models/payrollnz/Reimbursements.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/SalaryAndWage.java b/src/main/java/com/xero/models/payrollnz/SalaryAndWage.java index 17661d5a..efeb9d41 100644 --- a/src/main/java/com/xero/models/payrollnz/SalaryAndWage.java +++ b/src/main/java/com/xero/models/payrollnz/SalaryAndWage.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/SalaryAndWageObject.java b/src/main/java/com/xero/models/payrollnz/SalaryAndWageObject.java index fb6f8012..2b78f11a 100644 --- a/src/main/java/com/xero/models/payrollnz/SalaryAndWageObject.java +++ b/src/main/java/com/xero/models/payrollnz/SalaryAndWageObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/SalaryAndWages.java b/src/main/java/com/xero/models/payrollnz/SalaryAndWages.java index a7d7c410..573e15b9 100644 --- a/src/main/java/com/xero/models/payrollnz/SalaryAndWages.java +++ b/src/main/java/com/xero/models/payrollnz/SalaryAndWages.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Settings.java b/src/main/java/com/xero/models/payrollnz/Settings.java index 23078d68..45ab07e8 100644 --- a/src/main/java/com/xero/models/payrollnz/Settings.java +++ b/src/main/java/com/xero/models/payrollnz/Settings.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/StatutoryDeduction.java b/src/main/java/com/xero/models/payrollnz/StatutoryDeduction.java index 9fe850b7..d704c64f 100644 --- a/src/main/java/com/xero/models/payrollnz/StatutoryDeduction.java +++ b/src/main/java/com/xero/models/payrollnz/StatutoryDeduction.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/StatutoryDeductionCategory.java b/src/main/java/com/xero/models/payrollnz/StatutoryDeductionCategory.java index 53aa78ee..72c006f9 100644 --- a/src/main/java/com/xero/models/payrollnz/StatutoryDeductionCategory.java +++ b/src/main/java/com/xero/models/payrollnz/StatutoryDeductionCategory.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/StatutoryDeductionLine.java b/src/main/java/com/xero/models/payrollnz/StatutoryDeductionLine.java index c29b62b3..c7c5697a 100644 --- a/src/main/java/com/xero/models/payrollnz/StatutoryDeductionLine.java +++ b/src/main/java/com/xero/models/payrollnz/StatutoryDeductionLine.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/StatutoryDeductionObject.java b/src/main/java/com/xero/models/payrollnz/StatutoryDeductionObject.java index 0311d603..9a08c93b 100644 --- a/src/main/java/com/xero/models/payrollnz/StatutoryDeductionObject.java +++ b/src/main/java/com/xero/models/payrollnz/StatutoryDeductionObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/StatutoryDeductions.java b/src/main/java/com/xero/models/payrollnz/StatutoryDeductions.java index fb290845..a7f024fc 100644 --- a/src/main/java/com/xero/models/payrollnz/StatutoryDeductions.java +++ b/src/main/java/com/xero/models/payrollnz/StatutoryDeductions.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/SuperannuationLine.java b/src/main/java/com/xero/models/payrollnz/SuperannuationLine.java index 189934f1..9bfdfa68 100644 --- a/src/main/java/com/xero/models/payrollnz/SuperannuationLine.java +++ b/src/main/java/com/xero/models/payrollnz/SuperannuationLine.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/SuperannuationObject.java b/src/main/java/com/xero/models/payrollnz/SuperannuationObject.java index 2934b57a..40adec4b 100644 --- a/src/main/java/com/xero/models/payrollnz/SuperannuationObject.java +++ b/src/main/java/com/xero/models/payrollnz/SuperannuationObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Superannuations.java b/src/main/java/com/xero/models/payrollnz/Superannuations.java index 559874ce..52b1867d 100644 --- a/src/main/java/com/xero/models/payrollnz/Superannuations.java +++ b/src/main/java/com/xero/models/payrollnz/Superannuations.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/TaxCode.java b/src/main/java/com/xero/models/payrollnz/TaxCode.java index ad5ab546..4bcec589 100644 --- a/src/main/java/com/xero/models/payrollnz/TaxCode.java +++ b/src/main/java/com/xero/models/payrollnz/TaxCode.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/TaxLine.java b/src/main/java/com/xero/models/payrollnz/TaxLine.java index 1644a9aa..6e935749 100644 --- a/src/main/java/com/xero/models/payrollnz/TaxLine.java +++ b/src/main/java/com/xero/models/payrollnz/TaxLine.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/TaxSettings.java b/src/main/java/com/xero/models/payrollnz/TaxSettings.java index ccc1bc4a..b4b396e7 100644 --- a/src/main/java/com/xero/models/payrollnz/TaxSettings.java +++ b/src/main/java/com/xero/models/payrollnz/TaxSettings.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Timesheet.java b/src/main/java/com/xero/models/payrollnz/Timesheet.java index ae9c2cb2..7d9c3435 100644 --- a/src/main/java/com/xero/models/payrollnz/Timesheet.java +++ b/src/main/java/com/xero/models/payrollnz/Timesheet.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/TimesheetEarningsLine.java b/src/main/java/com/xero/models/payrollnz/TimesheetEarningsLine.java index 46a837e1..5fc0619c 100644 --- a/src/main/java/com/xero/models/payrollnz/TimesheetEarningsLine.java +++ b/src/main/java/com/xero/models/payrollnz/TimesheetEarningsLine.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/TimesheetLine.java b/src/main/java/com/xero/models/payrollnz/TimesheetLine.java index 1e21f2be..32536089 100644 --- a/src/main/java/com/xero/models/payrollnz/TimesheetLine.java +++ b/src/main/java/com/xero/models/payrollnz/TimesheetLine.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/TimesheetLineObject.java b/src/main/java/com/xero/models/payrollnz/TimesheetLineObject.java index 832ecb43..e108adbf 100644 --- a/src/main/java/com/xero/models/payrollnz/TimesheetLineObject.java +++ b/src/main/java/com/xero/models/payrollnz/TimesheetLineObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/TimesheetObject.java b/src/main/java/com/xero/models/payrollnz/TimesheetObject.java index 54d760a2..451acbe9 100644 --- a/src/main/java/com/xero/models/payrollnz/TimesheetObject.java +++ b/src/main/java/com/xero/models/payrollnz/TimesheetObject.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/Timesheets.java b/src/main/java/com/xero/models/payrollnz/Timesheets.java index 1c650e10..89162a41 100644 --- a/src/main/java/com/xero/models/payrollnz/Timesheets.java +++ b/src/main/java/com/xero/models/payrollnz/Timesheets.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/TrackingCategories.java b/src/main/java/com/xero/models/payrollnz/TrackingCategories.java index 6cb2ce39..b3712904 100644 --- a/src/main/java/com/xero/models/payrollnz/TrackingCategories.java +++ b/src/main/java/com/xero/models/payrollnz/TrackingCategories.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrollnz/TrackingCategory.java b/src/main/java/com/xero/models/payrollnz/TrackingCategory.java index a2b434aa..94c575dd 100644 --- a/src/main/java/com/xero/models/payrollnz/TrackingCategory.java +++ b/src/main/java/com/xero/models/payrollnz/TrackingCategory.java @@ -2,7 +2,7 @@ * Xero Payroll NZ * This is the Xero Payroll API for orgs in the NZ region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Account.java b/src/main/java/com/xero/models/payrolluk/Account.java index 64309d4f..96692c52 100644 --- a/src/main/java/com/xero/models/payrolluk/Account.java +++ b/src/main/java/com/xero/models/payrolluk/Account.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Accounts.java b/src/main/java/com/xero/models/payrolluk/Accounts.java index c420ee84..d8ac2be9 100644 --- a/src/main/java/com/xero/models/payrolluk/Accounts.java +++ b/src/main/java/com/xero/models/payrolluk/Accounts.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Address.java b/src/main/java/com/xero/models/payrolluk/Address.java index b3382aea..e193798a 100644 --- a/src/main/java/com/xero/models/payrolluk/Address.java +++ b/src/main/java/com/xero/models/payrolluk/Address.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/BankAccount.java b/src/main/java/com/xero/models/payrolluk/BankAccount.java index a1296d04..ea1cc28b 100644 --- a/src/main/java/com/xero/models/payrolluk/BankAccount.java +++ b/src/main/java/com/xero/models/payrolluk/BankAccount.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Benefit.java b/src/main/java/com/xero/models/payrolluk/Benefit.java index 22c8e6a0..8b80f618 100644 --- a/src/main/java/com/xero/models/payrolluk/Benefit.java +++ b/src/main/java/com/xero/models/payrolluk/Benefit.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/BenefitLine.java b/src/main/java/com/xero/models/payrolluk/BenefitLine.java index 034a4d2b..8407cc0c 100644 --- a/src/main/java/com/xero/models/payrolluk/BenefitLine.java +++ b/src/main/java/com/xero/models/payrolluk/BenefitLine.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/BenefitObject.java b/src/main/java/com/xero/models/payrolluk/BenefitObject.java index b4aa35be..7f390a22 100644 --- a/src/main/java/com/xero/models/payrolluk/BenefitObject.java +++ b/src/main/java/com/xero/models/payrolluk/BenefitObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Benefits.java b/src/main/java/com/xero/models/payrolluk/Benefits.java index c3f7d18f..bccd6e8e 100644 --- a/src/main/java/com/xero/models/payrolluk/Benefits.java +++ b/src/main/java/com/xero/models/payrolluk/Benefits.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/CourtOrderLine.java b/src/main/java/com/xero/models/payrolluk/CourtOrderLine.java index cac7a1e5..3f3c97b2 100644 --- a/src/main/java/com/xero/models/payrolluk/CourtOrderLine.java +++ b/src/main/java/com/xero/models/payrolluk/CourtOrderLine.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Deduction.java b/src/main/java/com/xero/models/payrolluk/Deduction.java index 243849f6..37137afc 100644 --- a/src/main/java/com/xero/models/payrolluk/Deduction.java +++ b/src/main/java/com/xero/models/payrolluk/Deduction.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/DeductionLine.java b/src/main/java/com/xero/models/payrolluk/DeductionLine.java index 1dd1339c..d190e951 100644 --- a/src/main/java/com/xero/models/payrolluk/DeductionLine.java +++ b/src/main/java/com/xero/models/payrolluk/DeductionLine.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/DeductionObject.java b/src/main/java/com/xero/models/payrolluk/DeductionObject.java index f9ae876a..d8031e92 100644 --- a/src/main/java/com/xero/models/payrolluk/DeductionObject.java +++ b/src/main/java/com/xero/models/payrolluk/DeductionObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Deductions.java b/src/main/java/com/xero/models/payrolluk/Deductions.java index 78f0aceb..62419b1b 100644 --- a/src/main/java/com/xero/models/payrolluk/Deductions.java +++ b/src/main/java/com/xero/models/payrolluk/Deductions.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EarningsLine.java b/src/main/java/com/xero/models/payrolluk/EarningsLine.java index 1a1ad323..5d853e3e 100644 --- a/src/main/java/com/xero/models/payrolluk/EarningsLine.java +++ b/src/main/java/com/xero/models/payrolluk/EarningsLine.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EarningsOrder.java b/src/main/java/com/xero/models/payrolluk/EarningsOrder.java index cb75bc7b..4dbbe97e 100644 --- a/src/main/java/com/xero/models/payrolluk/EarningsOrder.java +++ b/src/main/java/com/xero/models/payrolluk/EarningsOrder.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EarningsOrderObject.java b/src/main/java/com/xero/models/payrolluk/EarningsOrderObject.java index 302efbe6..c034e906 100644 --- a/src/main/java/com/xero/models/payrolluk/EarningsOrderObject.java +++ b/src/main/java/com/xero/models/payrolluk/EarningsOrderObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EarningsOrders.java b/src/main/java/com/xero/models/payrolluk/EarningsOrders.java index 10a57042..af240ef0 100644 --- a/src/main/java/com/xero/models/payrolluk/EarningsOrders.java +++ b/src/main/java/com/xero/models/payrolluk/EarningsOrders.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EarningsRate.java b/src/main/java/com/xero/models/payrolluk/EarningsRate.java index bd0af2b5..3a8ad81a 100644 --- a/src/main/java/com/xero/models/payrolluk/EarningsRate.java +++ b/src/main/java/com/xero/models/payrolluk/EarningsRate.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EarningsRateObject.java b/src/main/java/com/xero/models/payrolluk/EarningsRateObject.java index 1fcb4986..1a663f8f 100644 --- a/src/main/java/com/xero/models/payrolluk/EarningsRateObject.java +++ b/src/main/java/com/xero/models/payrolluk/EarningsRateObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EarningsRates.java b/src/main/java/com/xero/models/payrolluk/EarningsRates.java index 9437dfc3..d7d7d400 100644 --- a/src/main/java/com/xero/models/payrolluk/EarningsRates.java +++ b/src/main/java/com/xero/models/payrolluk/EarningsRates.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EarningsTemplate.java b/src/main/java/com/xero/models/payrolluk/EarningsTemplate.java index 5d56f3bd..d6d8453a 100644 --- a/src/main/java/com/xero/models/payrolluk/EarningsTemplate.java +++ b/src/main/java/com/xero/models/payrolluk/EarningsTemplate.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EarningsTemplateObject.java b/src/main/java/com/xero/models/payrolluk/EarningsTemplateObject.java index 9c3a135f..1b70e6ca 100644 --- a/src/main/java/com/xero/models/payrolluk/EarningsTemplateObject.java +++ b/src/main/java/com/xero/models/payrolluk/EarningsTemplateObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Employee.java b/src/main/java/com/xero/models/payrolluk/Employee.java index b6382ee7..1cb112db 100644 --- a/src/main/java/com/xero/models/payrolluk/Employee.java +++ b/src/main/java/com/xero/models/payrolluk/Employee.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeLeave.java b/src/main/java/com/xero/models/payrolluk/EmployeeLeave.java index c1da9ff2..3388df1f 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeLeave.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeLeave.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeLeaveBalance.java b/src/main/java/com/xero/models/payrolluk/EmployeeLeaveBalance.java index 21f38363..1c06fc92 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeLeaveBalance.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeLeaveBalance.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeLeaveBalances.java b/src/main/java/com/xero/models/payrolluk/EmployeeLeaveBalances.java index 3d040281..4e8d2d5e 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeLeaveBalances.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeLeaveBalances.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeLeaveObject.java b/src/main/java/com/xero/models/payrolluk/EmployeeLeaveObject.java index dc4850f9..55128324 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeLeaveObject.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeLeaveObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeLeaveType.java b/src/main/java/com/xero/models/payrolluk/EmployeeLeaveType.java index 3cf2f34f..663f7eb2 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeLeaveType.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeLeaveType.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeLeaveTypeObject.java b/src/main/java/com/xero/models/payrolluk/EmployeeLeaveTypeObject.java index 86ef5458..c608e9e1 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeLeaveTypeObject.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeLeaveTypeObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeLeaveTypes.java b/src/main/java/com/xero/models/payrolluk/EmployeeLeaveTypes.java index cc154858..253a618f 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeLeaveTypes.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeLeaveTypes.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeLeaves.java b/src/main/java/com/xero/models/payrolluk/EmployeeLeaves.java index 76e94c7e..d3102c0e 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeLeaves.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeLeaves.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeObject.java b/src/main/java/com/xero/models/payrolluk/EmployeeObject.java index cb3a710f..1fd45d84 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeObject.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeOpeningBalances.java b/src/main/java/com/xero/models/payrolluk/EmployeeOpeningBalances.java index ce542915..e9e928d5 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeOpeningBalances.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeOpeningBalances.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeOpeningBalancesObject.java b/src/main/java/com/xero/models/payrolluk/EmployeeOpeningBalancesObject.java index 0a44e3ae..549abdb1 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeOpeningBalancesObject.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeOpeningBalancesObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeePayTemplate.java b/src/main/java/com/xero/models/payrolluk/EmployeePayTemplate.java index 0809ef1c..edde2c5e 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeePayTemplate.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeePayTemplate.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeePayTemplateObject.java b/src/main/java/com/xero/models/payrolluk/EmployeePayTemplateObject.java index f52d4d73..b0286f1b 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeePayTemplateObject.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeePayTemplateObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeePayTemplates.java b/src/main/java/com/xero/models/payrolluk/EmployeePayTemplates.java index 477c75fc..d77d3a27 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeePayTemplates.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeePayTemplates.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeaveBalance.java b/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeaveBalance.java index 5f30ac34..38ec8636 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeaveBalance.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeaveBalance.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeaveBalanceObject.java b/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeaveBalanceObject.java index 9389256c..a662c6ef 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeaveBalanceObject.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeaveBalanceObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeaveSummary.java b/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeaveSummary.java index 2e3ef022..ee148627 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeaveSummary.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeaveSummary.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeavesSummaries.java b/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeavesSummaries.java index 6e2a19f3..4341a914 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeavesSummaries.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeStatutoryLeavesSummaries.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeStatutorySickLeave.java b/src/main/java/com/xero/models/payrolluk/EmployeeStatutorySickLeave.java index e915d9b8..d98d8fa2 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeStatutorySickLeave.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeStatutorySickLeave.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeStatutorySickLeaveObject.java b/src/main/java/com/xero/models/payrolluk/EmployeeStatutorySickLeaveObject.java index 7bcdb227..4feff273 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeStatutorySickLeaveObject.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeStatutorySickLeaveObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeStatutorySickLeaves.java b/src/main/java/com/xero/models/payrolluk/EmployeeStatutorySickLeaves.java index 8b4eebc0..a0e3ae84 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeStatutorySickLeaves.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeStatutorySickLeaves.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeTax.java b/src/main/java/com/xero/models/payrolluk/EmployeeTax.java index 36bee753..59344bcc 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeTax.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeTax.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmployeeTaxObject.java b/src/main/java/com/xero/models/payrolluk/EmployeeTaxObject.java index 7070a58a..61e226ce 100644 --- a/src/main/java/com/xero/models/payrolluk/EmployeeTaxObject.java +++ b/src/main/java/com/xero/models/payrolluk/EmployeeTaxObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Employees.java b/src/main/java/com/xero/models/payrolluk/Employees.java index 3b17b042..57d93086 100644 --- a/src/main/java/com/xero/models/payrolluk/Employees.java +++ b/src/main/java/com/xero/models/payrolluk/Employees.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Employment.java b/src/main/java/com/xero/models/payrolluk/Employment.java index edf19002..836781d2 100644 --- a/src/main/java/com/xero/models/payrolluk/Employment.java +++ b/src/main/java/com/xero/models/payrolluk/Employment.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/EmploymentObject.java b/src/main/java/com/xero/models/payrolluk/EmploymentObject.java index 23b481ba..492a3266 100644 --- a/src/main/java/com/xero/models/payrolluk/EmploymentObject.java +++ b/src/main/java/com/xero/models/payrolluk/EmploymentObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/InvalidField.java b/src/main/java/com/xero/models/payrolluk/InvalidField.java index b9d8b6b4..63c0643d 100644 --- a/src/main/java/com/xero/models/payrolluk/InvalidField.java +++ b/src/main/java/com/xero/models/payrolluk/InvalidField.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/LeaveAccrualLine.java b/src/main/java/com/xero/models/payrolluk/LeaveAccrualLine.java index 033df745..65e384e1 100644 --- a/src/main/java/com/xero/models/payrolluk/LeaveAccrualLine.java +++ b/src/main/java/com/xero/models/payrolluk/LeaveAccrualLine.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/LeaveEarningsLine.java b/src/main/java/com/xero/models/payrolluk/LeaveEarningsLine.java index c0d58953..e8cacf13 100644 --- a/src/main/java/com/xero/models/payrolluk/LeaveEarningsLine.java +++ b/src/main/java/com/xero/models/payrolluk/LeaveEarningsLine.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/LeavePeriod.java b/src/main/java/com/xero/models/payrolluk/LeavePeriod.java index 56ef646f..29058095 100644 --- a/src/main/java/com/xero/models/payrolluk/LeavePeriod.java +++ b/src/main/java/com/xero/models/payrolluk/LeavePeriod.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/LeavePeriods.java b/src/main/java/com/xero/models/payrolluk/LeavePeriods.java index 56da7a69..6a15cd8a 100644 --- a/src/main/java/com/xero/models/payrolluk/LeavePeriods.java +++ b/src/main/java/com/xero/models/payrolluk/LeavePeriods.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/LeaveType.java b/src/main/java/com/xero/models/payrolluk/LeaveType.java index 8423a44e..9105214e 100644 --- a/src/main/java/com/xero/models/payrolluk/LeaveType.java +++ b/src/main/java/com/xero/models/payrolluk/LeaveType.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/LeaveTypeObject.java b/src/main/java/com/xero/models/payrolluk/LeaveTypeObject.java index 3298fefb..9c7ca947 100644 --- a/src/main/java/com/xero/models/payrolluk/LeaveTypeObject.java +++ b/src/main/java/com/xero/models/payrolluk/LeaveTypeObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/LeaveTypes.java b/src/main/java/com/xero/models/payrolluk/LeaveTypes.java index fd75441b..a10c5a79 100644 --- a/src/main/java/com/xero/models/payrolluk/LeaveTypes.java +++ b/src/main/java/com/xero/models/payrolluk/LeaveTypes.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Pagination.java b/src/main/java/com/xero/models/payrolluk/Pagination.java index eef1b157..d24d4b53 100644 --- a/src/main/java/com/xero/models/payrolluk/Pagination.java +++ b/src/main/java/com/xero/models/payrolluk/Pagination.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/PayRun.java b/src/main/java/com/xero/models/payrolluk/PayRun.java index 6d62ef49..71527e71 100644 --- a/src/main/java/com/xero/models/payrolluk/PayRun.java +++ b/src/main/java/com/xero/models/payrolluk/PayRun.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/PayRunCalendar.java b/src/main/java/com/xero/models/payrolluk/PayRunCalendar.java index 01607eae..46ad3123 100644 --- a/src/main/java/com/xero/models/payrolluk/PayRunCalendar.java +++ b/src/main/java/com/xero/models/payrolluk/PayRunCalendar.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/PayRunCalendarObject.java b/src/main/java/com/xero/models/payrolluk/PayRunCalendarObject.java index 63ea6d61..7b350c6e 100644 --- a/src/main/java/com/xero/models/payrolluk/PayRunCalendarObject.java +++ b/src/main/java/com/xero/models/payrolluk/PayRunCalendarObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/PayRunCalendars.java b/src/main/java/com/xero/models/payrolluk/PayRunCalendars.java index 602583c4..9465116b 100644 --- a/src/main/java/com/xero/models/payrolluk/PayRunCalendars.java +++ b/src/main/java/com/xero/models/payrolluk/PayRunCalendars.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/PayRunObject.java b/src/main/java/com/xero/models/payrolluk/PayRunObject.java index 35494178..d2a88d26 100644 --- a/src/main/java/com/xero/models/payrolluk/PayRunObject.java +++ b/src/main/java/com/xero/models/payrolluk/PayRunObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/PayRuns.java b/src/main/java/com/xero/models/payrolluk/PayRuns.java index d7552e7a..5cfda841 100644 --- a/src/main/java/com/xero/models/payrolluk/PayRuns.java +++ b/src/main/java/com/xero/models/payrolluk/PayRuns.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/PaymentLine.java b/src/main/java/com/xero/models/payrolluk/PaymentLine.java index ecdab93f..a5cadc99 100644 --- a/src/main/java/com/xero/models/payrolluk/PaymentLine.java +++ b/src/main/java/com/xero/models/payrolluk/PaymentLine.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/PaymentMethod.java b/src/main/java/com/xero/models/payrolluk/PaymentMethod.java index 9407aeca..600864bc 100644 --- a/src/main/java/com/xero/models/payrolluk/PaymentMethod.java +++ b/src/main/java/com/xero/models/payrolluk/PaymentMethod.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/PaymentMethodObject.java b/src/main/java/com/xero/models/payrolluk/PaymentMethodObject.java index e0fdecbd..3f01c94d 100644 --- a/src/main/java/com/xero/models/payrolluk/PaymentMethodObject.java +++ b/src/main/java/com/xero/models/payrolluk/PaymentMethodObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Payslip.java b/src/main/java/com/xero/models/payrolluk/Payslip.java index 8e925041..ffa09ef7 100644 --- a/src/main/java/com/xero/models/payrolluk/Payslip.java +++ b/src/main/java/com/xero/models/payrolluk/Payslip.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/PayslipObject.java b/src/main/java/com/xero/models/payrolluk/PayslipObject.java index a30d3c4f..7e493f4b 100644 --- a/src/main/java/com/xero/models/payrolluk/PayslipObject.java +++ b/src/main/java/com/xero/models/payrolluk/PayslipObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Payslips.java b/src/main/java/com/xero/models/payrolluk/Payslips.java index 6b145b18..8f4dd1c6 100644 --- a/src/main/java/com/xero/models/payrolluk/Payslips.java +++ b/src/main/java/com/xero/models/payrolluk/Payslips.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Problem.java b/src/main/java/com/xero/models/payrolluk/Problem.java index 08590604..2ed9d8c9 100644 --- a/src/main/java/com/xero/models/payrolluk/Problem.java +++ b/src/main/java/com/xero/models/payrolluk/Problem.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Reimbursement.java b/src/main/java/com/xero/models/payrolluk/Reimbursement.java index 7478dce1..ff1b36a9 100644 --- a/src/main/java/com/xero/models/payrolluk/Reimbursement.java +++ b/src/main/java/com/xero/models/payrolluk/Reimbursement.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/ReimbursementLine.java b/src/main/java/com/xero/models/payrolluk/ReimbursementLine.java index 13400ef6..3853a800 100644 --- a/src/main/java/com/xero/models/payrolluk/ReimbursementLine.java +++ b/src/main/java/com/xero/models/payrolluk/ReimbursementLine.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/ReimbursementObject.java b/src/main/java/com/xero/models/payrolluk/ReimbursementObject.java index 3f26448a..15c53d46 100644 --- a/src/main/java/com/xero/models/payrolluk/ReimbursementObject.java +++ b/src/main/java/com/xero/models/payrolluk/ReimbursementObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Reimbursements.java b/src/main/java/com/xero/models/payrolluk/Reimbursements.java index 526140e7..cc753bb0 100644 --- a/src/main/java/com/xero/models/payrolluk/Reimbursements.java +++ b/src/main/java/com/xero/models/payrolluk/Reimbursements.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/SalaryAndWage.java b/src/main/java/com/xero/models/payrolluk/SalaryAndWage.java index ca305c3a..633658bf 100644 --- a/src/main/java/com/xero/models/payrolluk/SalaryAndWage.java +++ b/src/main/java/com/xero/models/payrolluk/SalaryAndWage.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/SalaryAndWageObject.java b/src/main/java/com/xero/models/payrolluk/SalaryAndWageObject.java index 6b280e1e..f704d90d 100644 --- a/src/main/java/com/xero/models/payrolluk/SalaryAndWageObject.java +++ b/src/main/java/com/xero/models/payrolluk/SalaryAndWageObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/SalaryAndWages.java b/src/main/java/com/xero/models/payrolluk/SalaryAndWages.java index 72013192..6bb6dda2 100644 --- a/src/main/java/com/xero/models/payrolluk/SalaryAndWages.java +++ b/src/main/java/com/xero/models/payrolluk/SalaryAndWages.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Settings.java b/src/main/java/com/xero/models/payrolluk/Settings.java index 1520f462..5e7d00ff 100644 --- a/src/main/java/com/xero/models/payrolluk/Settings.java +++ b/src/main/java/com/xero/models/payrolluk/Settings.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/StatutoryDeduction.java b/src/main/java/com/xero/models/payrolluk/StatutoryDeduction.java index 4b7e2ae0..26473142 100644 --- a/src/main/java/com/xero/models/payrolluk/StatutoryDeduction.java +++ b/src/main/java/com/xero/models/payrolluk/StatutoryDeduction.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/StatutoryDeductionCategory.java b/src/main/java/com/xero/models/payrolluk/StatutoryDeductionCategory.java index 6cc19bc5..050f1143 100644 --- a/src/main/java/com/xero/models/payrolluk/StatutoryDeductionCategory.java +++ b/src/main/java/com/xero/models/payrolluk/StatutoryDeductionCategory.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/TaxLine.java b/src/main/java/com/xero/models/payrolluk/TaxLine.java index b275efa0..cbee18de 100644 --- a/src/main/java/com/xero/models/payrolluk/TaxLine.java +++ b/src/main/java/com/xero/models/payrolluk/TaxLine.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Timesheet.java b/src/main/java/com/xero/models/payrolluk/Timesheet.java index b777a82d..8930b20c 100644 --- a/src/main/java/com/xero/models/payrolluk/Timesheet.java +++ b/src/main/java/com/xero/models/payrolluk/Timesheet.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/TimesheetEarningsLine.java b/src/main/java/com/xero/models/payrolluk/TimesheetEarningsLine.java index 7a387a8f..2b85393a 100644 --- a/src/main/java/com/xero/models/payrolluk/TimesheetEarningsLine.java +++ b/src/main/java/com/xero/models/payrolluk/TimesheetEarningsLine.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/TimesheetLine.java b/src/main/java/com/xero/models/payrolluk/TimesheetLine.java index 69074746..838e2396 100644 --- a/src/main/java/com/xero/models/payrolluk/TimesheetLine.java +++ b/src/main/java/com/xero/models/payrolluk/TimesheetLine.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/TimesheetLineObject.java b/src/main/java/com/xero/models/payrolluk/TimesheetLineObject.java index 88c75c7a..a51a79bb 100644 --- a/src/main/java/com/xero/models/payrolluk/TimesheetLineObject.java +++ b/src/main/java/com/xero/models/payrolluk/TimesheetLineObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/TimesheetObject.java b/src/main/java/com/xero/models/payrolluk/TimesheetObject.java index 632fd867..ce8117e4 100644 --- a/src/main/java/com/xero/models/payrolluk/TimesheetObject.java +++ b/src/main/java/com/xero/models/payrolluk/TimesheetObject.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/Timesheets.java b/src/main/java/com/xero/models/payrolluk/Timesheets.java index 2dc7038a..bf4abd1e 100644 --- a/src/main/java/com/xero/models/payrolluk/Timesheets.java +++ b/src/main/java/com/xero/models/payrolluk/Timesheets.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/TrackingCategories.java b/src/main/java/com/xero/models/payrolluk/TrackingCategories.java index acd5db8e..5ce92566 100644 --- a/src/main/java/com/xero/models/payrolluk/TrackingCategories.java +++ b/src/main/java/com/xero/models/payrolluk/TrackingCategories.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/payrolluk/TrackingCategory.java b/src/main/java/com/xero/models/payrolluk/TrackingCategory.java index 37870829..d43bc88d 100644 --- a/src/main/java/com/xero/models/payrolluk/TrackingCategory.java +++ b/src/main/java/com/xero/models/payrolluk/TrackingCategory.java @@ -2,7 +2,7 @@ * Xero Payroll UK * This is the Xero Payroll API for orgs in the UK region. * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/Amount.java b/src/main/java/com/xero/models/project/Amount.java index b525cafa..4dd91284 100644 --- a/src/main/java/com/xero/models/project/Amount.java +++ b/src/main/java/com/xero/models/project/Amount.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/ChargeType.java b/src/main/java/com/xero/models/project/ChargeType.java index 762528ac..049a7560 100644 --- a/src/main/java/com/xero/models/project/ChargeType.java +++ b/src/main/java/com/xero/models/project/ChargeType.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/CurrencyCode.java b/src/main/java/com/xero/models/project/CurrencyCode.java index 47c5472c..eadc0362 100644 --- a/src/main/java/com/xero/models/project/CurrencyCode.java +++ b/src/main/java/com/xero/models/project/CurrencyCode.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/Error.java b/src/main/java/com/xero/models/project/Error.java index 277572bf..73219fc6 100644 --- a/src/main/java/com/xero/models/project/Error.java +++ b/src/main/java/com/xero/models/project/Error.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/Pagination.java b/src/main/java/com/xero/models/project/Pagination.java index a52ce98d..87177d21 100644 --- a/src/main/java/com/xero/models/project/Pagination.java +++ b/src/main/java/com/xero/models/project/Pagination.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/Project.java b/src/main/java/com/xero/models/project/Project.java index 7f30b9b6..ad708110 100644 --- a/src/main/java/com/xero/models/project/Project.java +++ b/src/main/java/com/xero/models/project/Project.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/ProjectCreateOrUpdate.java b/src/main/java/com/xero/models/project/ProjectCreateOrUpdate.java index 8365a751..8683b870 100644 --- a/src/main/java/com/xero/models/project/ProjectCreateOrUpdate.java +++ b/src/main/java/com/xero/models/project/ProjectCreateOrUpdate.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/ProjectPatch.java b/src/main/java/com/xero/models/project/ProjectPatch.java index eecda3ba..aa8bad72 100644 --- a/src/main/java/com/xero/models/project/ProjectPatch.java +++ b/src/main/java/com/xero/models/project/ProjectPatch.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/ProjectStatus.java b/src/main/java/com/xero/models/project/ProjectStatus.java index d448e0e7..eefef443 100644 --- a/src/main/java/com/xero/models/project/ProjectStatus.java +++ b/src/main/java/com/xero/models/project/ProjectStatus.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/ProjectUser.java b/src/main/java/com/xero/models/project/ProjectUser.java index 13ba1573..f182290d 100644 --- a/src/main/java/com/xero/models/project/ProjectUser.java +++ b/src/main/java/com/xero/models/project/ProjectUser.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/ProjectUsers.java b/src/main/java/com/xero/models/project/ProjectUsers.java index fe5fb4be..63cd8a88 100644 --- a/src/main/java/com/xero/models/project/ProjectUsers.java +++ b/src/main/java/com/xero/models/project/ProjectUsers.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/Projects.java b/src/main/java/com/xero/models/project/Projects.java index 198f4915..d4511198 100644 --- a/src/main/java/com/xero/models/project/Projects.java +++ b/src/main/java/com/xero/models/project/Projects.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/Task.java b/src/main/java/com/xero/models/project/Task.java index d659af89..ecf8f33b 100644 --- a/src/main/java/com/xero/models/project/Task.java +++ b/src/main/java/com/xero/models/project/Task.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/TaskCreateOrUpdate.java b/src/main/java/com/xero/models/project/TaskCreateOrUpdate.java index fa26a84c..3ccdb917 100644 --- a/src/main/java/com/xero/models/project/TaskCreateOrUpdate.java +++ b/src/main/java/com/xero/models/project/TaskCreateOrUpdate.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/Tasks.java b/src/main/java/com/xero/models/project/Tasks.java index 255b40c2..747de606 100644 --- a/src/main/java/com/xero/models/project/Tasks.java +++ b/src/main/java/com/xero/models/project/Tasks.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/TimeEntries.java b/src/main/java/com/xero/models/project/TimeEntries.java index 9bb4fe1f..a0aec071 100644 --- a/src/main/java/com/xero/models/project/TimeEntries.java +++ b/src/main/java/com/xero/models/project/TimeEntries.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/TimeEntry.java b/src/main/java/com/xero/models/project/TimeEntry.java index d3121600..5eb3241e 100644 --- a/src/main/java/com/xero/models/project/TimeEntry.java +++ b/src/main/java/com/xero/models/project/TimeEntry.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/com/xero/models/project/TimeEntryCreateOrUpdate.java b/src/main/java/com/xero/models/project/TimeEntryCreateOrUpdate.java index 98f30fbe..f0ec48e2 100644 --- a/src/main/java/com/xero/models/project/TimeEntryCreateOrUpdate.java +++ b/src/main/java/com/xero/models/project/TimeEntryCreateOrUpdate.java @@ -2,7 +2,7 @@ * Xero Projects API * This is the Xero Projects API * - * The version of the OpenAPI document: 2.2.15 + * The version of the OpenAPI document: 2.3.0 * Contact: api@xero.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).