creditCardType
creditCardType() :string
🇯🇵 🇺🇸
クレジットカードの種類を生成します。
パラメータ
なし
例
>>> Faker\Factory::create('ja_JP')->creditCardType()
=> "Visa Retired"
>>> Faker\Factory::create()->creditCardType()
=> "JCB"
creditCardType() :string
🇯🇵 🇺🇸
クレジットカードの種類を生成します。
なし
>>> Faker\Factory::create('ja_JP')->creditCardType()
=> "Visa Retired"
>>> Faker\Factory::create()->creditCardType()
=> "JCB"