jsvat icon indicating copy to clipboard operation
jsvat copied to clipboard

Add VAT number examples

Open PierrickP opened this issue 3 years ago • 1 comments

Can be used on placeholder or error message.

image image

Usage:

import { getVATExample, austria } from 'jsvat';

getVATExample(austria) // ATU12345678

Based on Stripe examples https://stripe.com/docs/billing/customer/tax-ids

These numbers are not valid, only the format

PierrickP avatar Mar 29 '22 12:03 PierrickP

Since this repo seemed so abandoned I've created a fork on: https://github.com/mathieumagalhaes/jsvat-next

I was wondering if the community wants this change in this library, or if this is out of scope.

mathieumagalhaes avatar Oct 26 '23 10:10 mathieumagalhaes