Group
Extension

Matches 1

Business-Tax-Avalara ( K/KO/KOLIBRIE/Business-Tax-Avalara-1.2.0.tar.gz, KOLIBRIE, 2017; MetaCPAN )
Business-Tax-Avalara/lib/Business/Tax/Avalara.pm ( view source; MetaCPAN )
use Try::Tiny;
use Carp;
use LWP;
use HTTP::Request::Common;
use Encode qw();
use Data::Dump;
use JSON::PP;


=head1 NAME

Business::Tax::Avalara - An interface to Avalara's REST webservice

=head1 SY
EST-based sales tax webservice.
It takes in a perl hash of data to send to Avalara, generates the JSON, fetches a response,
and converts that back into a perl hash structure.

This module only support
nd 'unique_key' in the get_tax() call.

If debug is set to a true value, it will dump out the raw json messages being sent to
and coming back from Avalara.

Returns a Business::Tax::Avalara object.

=

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.