Hi there,
I am building my own AddressValidatorProvider against a public service. I looked at the Avalara implementation to get some inspiration, but still could use some guidance.
For example, how do I use order.AddressValidatorResults? Since it's a collection it seems you can add multiple items. Is the intend to add one per type (billing and shipping) or could you add multiple results per address type? The address service I am using is able to suggest multiple corrected addresses so I wonder how I could provide those back to the user.
Thanks,
Imar