taxjar v0.1.1 Taxjar.Parser

This module is responsible for parsing responses from the Taxjar API and coercing them into their respsective structs. If you would like to define custom parser logic see Taxjar.Query.t

Link to this section Summary

Link to this section Types

Link to this type result()
result() :: {:ok, any()} | {:error, Taxjar.Error.t()}

Link to this section Functions

Link to this function parse(response, action)