You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Import the AvataxClient from the client module**
39
+
**Import the AvataxClient from the avalara module**
40
40
41
41
First thing to do is to import the AvataxClient constructor module to your name space, or your python script.
42
42
43
43
```
44
-
from client import AvataxClient
44
+
from avalara import AvataxClient
45
45
```
46
46
47
47
**Now we are ready to construct a client object**
@@ -137,7 +137,7 @@ To learn more about integrating our REST API into your system, visit our [develo
137
137
138
138
We realize that having to format the TransactionModel can be complicated and time consuming, thus we created a tool called Transaction Builder to help you put together a transaction model, and create it!
139
139
First import the transaction builder constructor into your name space:
0 commit comments