diff --git a/lib/Models/Accounting/Accounts.php b/lib/Models/Accounting/Accounts.php index 8f8fb9c1..97c1f082 100644 --- a/lib/Models/Accounting/Accounts.php +++ b/lib/Models/Accounting/Accounts.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['accounts'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['accounts']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['accounts']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Actions.php b/lib/Models/Accounting/Actions.php index 1555e04c..f2fe5f2a 100644 --- a/lib/Models/Accounting/Actions.php +++ b/lib/Models/Accounting/Actions.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['actions'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['actions']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['actions']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Allocations.php b/lib/Models/Accounting/Allocations.php index 2496451b..97e38b50 100644 --- a/lib/Models/Accounting/Allocations.php +++ b/lib/Models/Accounting/Allocations.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['allocations'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['allocations']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['allocations']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Attachments.php b/lib/Models/Accounting/Attachments.php index 3ebb8bad..60a6475e 100644 --- a/lib/Models/Accounting/Attachments.php +++ b/lib/Models/Accounting/Attachments.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['attachments'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['attachments']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['attachments']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/BankTransactions.php b/lib/Models/Accounting/BankTransactions.php index a14cf4b8..03a354a0 100644 --- a/lib/Models/Accounting/BankTransactions.php +++ b/lib/Models/Accounting/BankTransactions.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['bank_transactions'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['bank_transactions']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['bank_transactions']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/BankTransfers.php b/lib/Models/Accounting/BankTransfers.php index c27b762e..acd5c987 100644 --- a/lib/Models/Accounting/BankTransfers.php +++ b/lib/Models/Accounting/BankTransfers.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['bank_transfers'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['bank_transfers']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['bank_transfers']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/BatchPayments.php b/lib/Models/Accounting/BatchPayments.php index 0202d6a5..79b140b7 100644 --- a/lib/Models/Accounting/BatchPayments.php +++ b/lib/Models/Accounting/BatchPayments.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['batch_payments'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['batch_payments']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['batch_payments']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/BrandingThemes.php b/lib/Models/Accounting/BrandingThemes.php index 9158b647..3f9ebaf4 100644 --- a/lib/Models/Accounting/BrandingThemes.php +++ b/lib/Models/Accounting/BrandingThemes.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['branding_themes'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['branding_themes']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['branding_themes']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Budgets.php b/lib/Models/Accounting/Budgets.php index 64de8c99..83fad771 100644 --- a/lib/Models/Accounting/Budgets.php +++ b/lib/Models/Accounting/Budgets.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['budgets'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['budgets']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['budgets']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/CISOrgSettings.php b/lib/Models/Accounting/CISOrgSettings.php index eb722f4d..ed5376fb 100644 --- a/lib/Models/Accounting/CISOrgSettings.php +++ b/lib/Models/Accounting/CISOrgSettings.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['cis_settings'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['cis_settings']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['cis_settings']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/CISSettings.php b/lib/Models/Accounting/CISSettings.php index eb4a5deb..a14d78c0 100644 --- a/lib/Models/Accounting/CISSettings.php +++ b/lib/Models/Accounting/CISSettings.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['cis_settings'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['cis_settings']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['cis_settings']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/ContactGroups.php b/lib/Models/Accounting/ContactGroups.php index d48f70c3..b7e32158 100644 --- a/lib/Models/Accounting/ContactGroups.php +++ b/lib/Models/Accounting/ContactGroups.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['contact_groups'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['contact_groups']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['contact_groups']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Contacts.php b/lib/Models/Accounting/Contacts.php index 88b2ddc6..c8ac2529 100644 --- a/lib/Models/Accounting/Contacts.php +++ b/lib/Models/Accounting/Contacts.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['contacts'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['contacts']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['contacts']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/CreditNotes.php b/lib/Models/Accounting/CreditNotes.php index f41eeeb4..eae9e803 100644 --- a/lib/Models/Accounting/CreditNotes.php +++ b/lib/Models/Accounting/CreditNotes.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['credit_notes'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['credit_notes']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['credit_notes']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Currencies.php b/lib/Models/Accounting/Currencies.php index b65d8f60..46040939 100644 --- a/lib/Models/Accounting/Currencies.php +++ b/lib/Models/Accounting/Currencies.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['currencies'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['currencies']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['currencies']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Employees.php b/lib/Models/Accounting/Employees.php index 6a3f9ca8..52ca28a5 100644 --- a/lib/Models/Accounting/Employees.php +++ b/lib/Models/Accounting/Employees.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['employees'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['employees']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['employees']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/ExpenseClaims.php b/lib/Models/Accounting/ExpenseClaims.php index 68791770..37ca7801 100644 --- a/lib/Models/Accounting/ExpenseClaims.php +++ b/lib/Models/Accounting/ExpenseClaims.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['expense_claims'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['expense_claims']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['expense_claims']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/HistoryRecords.php b/lib/Models/Accounting/HistoryRecords.php index 04ec62d2..cd6bda8f 100644 --- a/lib/Models/Accounting/HistoryRecords.php +++ b/lib/Models/Accounting/HistoryRecords.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['history_records'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['history_records']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['history_records']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/InvoiceReminders.php b/lib/Models/Accounting/InvoiceReminders.php index 56c466a1..f737d1dd 100644 --- a/lib/Models/Accounting/InvoiceReminders.php +++ b/lib/Models/Accounting/InvoiceReminders.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['invoice_reminders'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['invoice_reminders']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['invoice_reminders']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Invoices.php b/lib/Models/Accounting/Invoices.php index b7380556..33e1350b 100644 --- a/lib/Models/Accounting/Invoices.php +++ b/lib/Models/Accounting/Invoices.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['invoices'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['invoices']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['invoices']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Items.php b/lib/Models/Accounting/Items.php index 8b392487..b27b4ca1 100644 --- a/lib/Models/Accounting/Items.php +++ b/lib/Models/Accounting/Items.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['items'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['items']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['items']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Journals.php b/lib/Models/Accounting/Journals.php index d0a5e0fb..6b14a655 100644 --- a/lib/Models/Accounting/Journals.php +++ b/lib/Models/Accounting/Journals.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['journals'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['journals']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['journals']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/LinkedTransactions.php b/lib/Models/Accounting/LinkedTransactions.php index 5ff69a76..31d5d71c 100644 --- a/lib/Models/Accounting/LinkedTransactions.php +++ b/lib/Models/Accounting/LinkedTransactions.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['linked_transactions'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['linked_transactions']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['linked_transactions']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/ManualJournals.php b/lib/Models/Accounting/ManualJournals.php index 68fe0c2b..bbf27730 100644 --- a/lib/Models/Accounting/ManualJournals.php +++ b/lib/Models/Accounting/ManualJournals.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['manual_journals'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['manual_journals']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['manual_journals']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/OnlineInvoices.php b/lib/Models/Accounting/OnlineInvoices.php index abc3410c..6a798b80 100644 --- a/lib/Models/Accounting/OnlineInvoices.php +++ b/lib/Models/Accounting/OnlineInvoices.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['online_invoices'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['online_invoices']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['online_invoices']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Organisations.php b/lib/Models/Accounting/Organisations.php index 77a87ee4..675ef220 100644 --- a/lib/Models/Accounting/Organisations.php +++ b/lib/Models/Accounting/Organisations.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['organisations'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['organisations']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['organisations']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Overpayments.php b/lib/Models/Accounting/Overpayments.php index f77983ba..e78b4ec2 100644 --- a/lib/Models/Accounting/Overpayments.php +++ b/lib/Models/Accounting/Overpayments.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['overpayments'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['overpayments']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['overpayments']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/PaymentServices.php b/lib/Models/Accounting/PaymentServices.php index 4e94183e..32af8835 100644 --- a/lib/Models/Accounting/PaymentServices.php +++ b/lib/Models/Accounting/PaymentServices.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['payment_services'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['payment_services']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['payment_services']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Payments.php b/lib/Models/Accounting/Payments.php index 253e5b07..819b1740 100644 --- a/lib/Models/Accounting/Payments.php +++ b/lib/Models/Accounting/Payments.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['payments'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['payments']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['payments']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Prepayments.php b/lib/Models/Accounting/Prepayments.php index d00522d3..727aa855 100644 --- a/lib/Models/Accounting/Prepayments.php +++ b/lib/Models/Accounting/Prepayments.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['prepayments'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['prepayments']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['prepayments']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/PurchaseOrders.php b/lib/Models/Accounting/PurchaseOrders.php index 4056a8d1..9f07871b 100644 --- a/lib/Models/Accounting/PurchaseOrders.php +++ b/lib/Models/Accounting/PurchaseOrders.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['purchase_orders'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['purchase_orders']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['purchase_orders']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Quotes.php b/lib/Models/Accounting/Quotes.php index f0af5d73..02a84723 100644 --- a/lib/Models/Accounting/Quotes.php +++ b/lib/Models/Accounting/Quotes.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['quotes'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['quotes']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['quotes']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Receipts.php b/lib/Models/Accounting/Receipts.php index 54ddcc7d..850c5889 100644 --- a/lib/Models/Accounting/Receipts.php +++ b/lib/Models/Accounting/Receipts.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['receipts'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['receipts']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['receipts']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/RepeatingInvoices.php b/lib/Models/Accounting/RepeatingInvoices.php index 9bf9f894..f8ce1629 100644 --- a/lib/Models/Accounting/RepeatingInvoices.php +++ b/lib/Models/Accounting/RepeatingInvoices.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['repeating_invoices'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['repeating_invoices']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['repeating_invoices']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Reports.php b/lib/Models/Accounting/Reports.php index 84c4d227..af478b89 100644 --- a/lib/Models/Accounting/Reports.php +++ b/lib/Models/Accounting/Reports.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['reports'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['reports']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['reports']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/TaxRates.php b/lib/Models/Accounting/TaxRates.php index a0c23434..99605b8d 100644 --- a/lib/Models/Accounting/TaxRates.php +++ b/lib/Models/Accounting/TaxRates.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['tax_rates'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['tax_rates']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['tax_rates']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/TrackingCategories.php b/lib/Models/Accounting/TrackingCategories.php index b9a588c1..36b443b4 100644 --- a/lib/Models/Accounting/TrackingCategories.php +++ b/lib/Models/Accounting/TrackingCategories.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['tracking_categories'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['tracking_categories']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['tracking_categories']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/TrackingOptions.php b/lib/Models/Accounting/TrackingOptions.php index 4d808785..ad19c8b9 100644 --- a/lib/Models/Accounting/TrackingOptions.php +++ b/lib/Models/Accounting/TrackingOptions.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['options'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['options']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['options']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/Accounting/Users.php b/lib/Models/Accounting/Users.php index 31222cca..99c1ec91 100644 --- a/lib/Models/Accounting/Users.php +++ b/lib/Models/Accounting/Users.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['users'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['users']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['users']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/PayrollAu/Employees.php b/lib/Models/PayrollAu/Employees.php index eabba5a5..c695f0fc 100644 --- a/lib/Models/PayrollAu/Employees.php +++ b/lib/Models/PayrollAu/Employees.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['employees'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['employees']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['employees']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/PayrollAu/LeaveApplications.php b/lib/Models/PayrollAu/LeaveApplications.php index cc2c672c..b90ee4e7 100644 --- a/lib/Models/PayrollAu/LeaveApplications.php +++ b/lib/Models/PayrollAu/LeaveApplications.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['leave_applications'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['leave_applications']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['leave_applications']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/PayrollAu/LeaveLines.php b/lib/Models/PayrollAu/LeaveLines.php index 0cdf489d..5a2b12da 100644 --- a/lib/Models/PayrollAu/LeaveLines.php +++ b/lib/Models/PayrollAu/LeaveLines.php @@ -160,9 +160,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -289,18 +289,33 @@ public function offsetUnset($offset) unset($this->container['employee'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['employee']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['employee']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/PayrollAu/PayItems.php b/lib/Models/PayrollAu/PayItems.php index dfe9a262..593de1fd 100644 --- a/lib/Models/PayrollAu/PayItems.php +++ b/lib/Models/PayrollAu/PayItems.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['pay_items'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['pay_items']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['pay_items']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/PayrollAu/PayRuns.php b/lib/Models/PayrollAu/PayRuns.php index 14541b22..e70afce5 100644 --- a/lib/Models/PayrollAu/PayRuns.php +++ b/lib/Models/PayrollAu/PayRuns.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['pay_runs'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['pay_runs']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['pay_runs']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/PayrollAu/PayrollCalendars.php b/lib/Models/PayrollAu/PayrollCalendars.php index 7d512560..1c8a3550 100644 --- a/lib/Models/PayrollAu/PayrollCalendars.php +++ b/lib/Models/PayrollAu/PayrollCalendars.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['payroll_calendars'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['payroll_calendars']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['payroll_calendars']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/PayrollAu/Payslips.php b/lib/Models/PayrollAu/Payslips.php index 35fe0be6..d0c08467 100644 --- a/lib/Models/PayrollAu/Payslips.php +++ b/lib/Models/PayrollAu/Payslips.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['payslips'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['payslips']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['payslips']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/PayrollAu/ReimbursementLines.php b/lib/Models/PayrollAu/ReimbursementLines.php index c422c6a8..72050856 100644 --- a/lib/Models/PayrollAu/ReimbursementLines.php +++ b/lib/Models/PayrollAu/ReimbursementLines.php @@ -160,9 +160,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -289,18 +289,33 @@ public function offsetUnset($offset) unset($this->container['reimbursement_lines'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['reimbursement_lines']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['reimbursement_lines']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/PayrollAu/SuperFundProducts.php b/lib/Models/PayrollAu/SuperFundProducts.php index 92a7fa0b..00f4b6fa 100644 --- a/lib/Models/PayrollAu/SuperFundProducts.php +++ b/lib/Models/PayrollAu/SuperFundProducts.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['super_fund_products'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['super_fund_products']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['super_fund_products']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/PayrollAu/SuperFunds.php b/lib/Models/PayrollAu/SuperFunds.php index 0883ab52..72025a0d 100644 --- a/lib/Models/PayrollAu/SuperFunds.php +++ b/lib/Models/PayrollAu/SuperFunds.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['super_funds'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['super_funds']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['super_funds']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() { diff --git a/lib/Models/PayrollAu/Timesheets.php b/lib/Models/PayrollAu/Timesheets.php index 24c961a6..f7bbfe2f 100644 --- a/lib/Models/PayrollAu/Timesheets.php +++ b/lib/Models/PayrollAu/Timesheets.php @@ -159,9 +159,9 @@ public function getModelName() return self::$openAPIModelName; } - - + + /** * Associative array for storing property values @@ -288,18 +288,33 @@ public function offsetUnset($offset) unset($this->container['timesheets'][$offset]); } + /** + * Gets count. + * + * @return int + */ #[\ReturnTypeWillChange] - public function count() + public function count() { return count($this->container['timesheets']); } + /** + * Gets iterator. + * + * @return \Traversable + */ #[\ReturnTypeWillChange] - public function getIterator() + public function getIterator() { return new \ArrayIterator($this->container['timesheets']); } + /** + * Gets the json presentation of the object. + * + * @return mixed + */ #[\ReturnTypeWillChange] public function jsonSerialize() {