dry / vies-check

An Erlang library to perform simple queries against the VIES soap service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vies Check

An Erlang library to perform country code and VAT number requests against the VIES SOAP service

Usage

The only exported function is vies_check:request. It's specification is

vies_check:request(CountryCode::string(), VatNumber::string() [, Format::format()])

where the format type is

atom() :: raw | proplist | json

About

An Erlang library to perform simple queries against the VIES soap service

License:MIT License


Languages

Language:Erlang 100.0%