avadev / AvaTaxClientLibrary

Sales Tax API SDK for C# / DotNet and AvaTax REST
https://developer.avalara.com/sdk/
Apache License 2.0
4 stars 14 forks source link

List model class generation for Apex #52

Closed han8909227 closed 6 years ago

han8909227 commented 6 years ago

For methods that have a return type of list/array, unlike C# the following syntax is not available in Apex public List<AccountConfigurationModel> Instead, a specific model needs to be provided: global ListAccountConfigurationModel

This required additional work since ListAccountConfiguraitonModel is not a model provided by our Swagger doc.

ted-spence-avalara commented 6 years ago

LGTM