Skip to content

Commit 1fcea9c

Browse files
committed
app store subscriptions added
1 parent ec94bbe commit 1fcea9c

File tree

489 files changed

+56215
-69747
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

489 files changed

+56215
-69747
lines changed

docs/v1/accounting/index.html

Lines changed: 37067 additions & 44202 deletions
Large diffs are not rendered by default.

xero_python/accounting/__init__.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
from xero_python.accounting.models.action import Action
2626
from xero_python.accounting.models.actions import Actions
2727
from xero_python.accounting.models.address import Address
28-
from xero_python.accounting.models.address_for_organisation import (
29-
AddressForOrganisation,
30-
)
28+
from xero_python.accounting.models.address_for_organisation import AddressForOrganisation
3129
from xero_python.accounting.models.allocation import Allocation
3230
from xero_python.accounting.models.allocations import Allocations
3331
from xero_python.accounting.models.attachment import Attachment
@@ -77,9 +75,7 @@
7775
from xero_python.accounting.models.import_summary import ImportSummary
7876
from xero_python.accounting.models.import_summary_accounts import ImportSummaryAccounts
7977
from xero_python.accounting.models.import_summary_object import ImportSummaryObject
80-
from xero_python.accounting.models.import_summary_organisation import (
81-
ImportSummaryOrganisation,
82-
)
78+
from xero_python.accounting.models.import_summary_organisation import ImportSummaryOrganisation
8379
from xero_python.accounting.models.invoice import Invoice
8480
from xero_python.accounting.models.invoice_reminder import InvoiceReminder
8581
from xero_python.accounting.models.invoice_reminders import InvoiceReminders

xero_python/accounting/api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
# import apis into api package
44
from xero_python.accounting.api.accounting_api import AccountingApi
5+

0 commit comments

Comments
 (0)