Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 298 Bytes

readme.md

File metadata and controls

16 lines (9 loc) · 298 Bytes

Usage

var sepa = require("sepa-countries");

sepa.getSEPACountryCodes();
//Returns an array with all the countries supporting SEPA direct debits ["ES","DE","PT",....]


sepa.getVAT("ES");
//Returns the current standard VAT rate for the SEPA countries

Last update 17/04/2016