We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7145bde commit 72bc16dCopy full SHA for 72bc16d
2 files changed
netsuitesdk/internal/netsuite_types.py
@@ -72,7 +72,9 @@
72
'ClassificationSearchBasic',
73
'CurrencyRateSearchBasic',
74
'ConsolidatedExchangeRateSearchBasic',
75
- 'BillingAccountSearchBasic'
+ 'BillingAccountSearchBasic',
76
+ 'SalesTaxItemSearchBasic',
77
+ 'TaxGroupSearchBasic'
78
],
79
80
'ns6': [
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name='netsuitesdk',
8
- version='3.1.1',
+ version='3.1.2',
9
author='Siva Narayanan',
10
author_email='siva@fyle.in',
11
description='Python SDK for accessing the NetSuite SOAP webservice',
0 commit comments