add 'credit_card' module
Do we want to support random numbers for different card providers? ex Visa, Amex, etc?
We will support only Visa at first. We will support others later if someone requested.
Would it be a good idea to add a card provider enum? then we can get card numbers like so faker.credit_card(CardProvider.VISA) If so where should we save the enum type?
Looks good.
Would it be good to save the credit_card enum in the folder with the interface? Or do we make a type folder for all enums?
Please this.
Would it be good to save the credit_card enum in the folder with the interface?