creditCardType

creditCardType() :string

🇯🇵 🇺🇸
クレジットカードの種類を生成します。

パラメータ

なし

>>> Faker\Factory::create('ja_JP')->creditCardType()
=> "Visa Retired"
>>> Faker\Factory::create()->creditCardType()
=> "JCB"
最終更新日時: