Faker\Provider\Payment::creditCardType PHP Method

creditCardType() public static method

public static creditCardType ( ) : string
return string Returns a credit card vendor name
    public static function creditCardType()
    {
        return static::randomElement(static::$cardVendors);
    }