Skip to content

Commit

Permalink
Add BillingAccountSearch to NetSuite complex types (#94)
Browse files Browse the repository at this point in the history
Add BillingAccountSearch to NetSuite complex types (#94)
  • Loading branch information
Sravanksk authored Sep 12, 2022
1 parent 088e207 commit 35b6d9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion netsuitesdk/internal/netsuite_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
'ClassificationSearchBasic',
'CurrencyRateSearchBasic',
'ConsolidatedExchangeRateSearchBasic',
'BillingAccountSearchBasic'
],

'ns6': [
Expand All @@ -81,7 +82,7 @@
'Customer', 'CustomerSearch', 'CustomerTaxRegistrationList', 'CustomerTaxRegistration',
'Vendor', 'VendorSearch',
'Job', 'JobSearch',
'VendorAddressbook', 'VendorAddressbookList',
'VendorAddressbook', 'VendorAddressbookList', 'BillingAccountSearch'
],

# urn:accounting_2017_2.lists.webservices.netsuite.com
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='netsuitesdk',
version='2.13.0',
version='2.14.0',
author='Siva Narayanan',
author_email='[email protected]',
description='Python SDK for accessing the NetSuite SOAP webservice',
Expand Down

0 comments on commit 35b6d9a

Please sign in to comment.